private LayoutManager(Context context) { mContext = context; initLayoutParameters(context.getResources().getConfiguration()); }
public void onConfigurationChanged(Configuration newConfig) { if (LOCAL_LOGV) { Log.v(TAG, "-> LayoutManager.onConfigurationChanged()."); } initLayoutParameters(newConfig); }