Home
last modified time | relevance | path

Searched refs:mAlignedView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java19 private View mAlignedView; field in LauncherRootView
34 mAlignedView = getChildAt(0); in onFinishInflate()
48 if (mAlignedView != null && mDrawRightInsetBar) { in fitSystemWindows()
50 MarginLayoutParams lp = (MarginLayoutParams) mAlignedView.getLayoutParams(); in fitSystemWindows()
54 mAlignedView.setLayoutParams(lp); in fitSystemWindows()