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.java74 private boolean mIsVerticalLayout; field in AllAppsTransitionController
93 mIsVerticalLayout = mLauncher.getDeviceProfile().isVerticalBarLayout(); in AllAppsTransitionController()
103 mIsVerticalLayout = dp.isVerticalBarLayout(); in onDeviceProfileChanged()
106 if (mIsVerticalLayout) { in onDeviceProfileChanged()