Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java76 private boolean mIsVerticalLayout; field in AllAppsTransitionController
98 mIsVerticalLayout = mLauncher.getDeviceProfile().isVerticalBarLayout(); in AllAppsTransitionController()
108 mIsVerticalLayout = dp.isVerticalBarLayout(); in onDeviceProfileChanged()
111 if (mIsVerticalLayout) { in onDeviceProfileChanged()