Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java298 if (!isVerticalBarLayout()) { in updateIconSize()
367 if (isVerticalBarLayout()) { in getSearchBarDimensForWidgetOpts()
410 if (isVerticalBarLayout()) { in getWorkspacePadding()
450 if (isVerticalBarLayout()) { in getAbsoluteOpenFolderBounds()
467 if (isVerticalBarLayout() || isLargeTablet) { in getWorkspacePageSpacing()
497 public boolean isVerticalBarLayout() { in isVerticalBarLayout() method in DeviceProfile
502 return isVerticalBarLayout() || isLargeTablet; in shouldFadeAdjacentWorkspaceScreens()
517 boolean hasVerticalBarLayout = isVerticalBarLayout(); in layout()
585 if (isVerticalBarLayout()) { in layout()
654 if (isPhone && !isVerticalBarLayout()) { in getContainerPadding()
DFocusHelper.java213 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleHotseatButtonKeyEvent()
241 !profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
246 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
251 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
341 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleIconKeyEvent()
364 if (keyCode == KeyEvent.KEYCODE_DPAD_DOWN && !profile.isVerticalBarLayout()) { in handleIconKeyEvent()
367 profile.isVerticalBarLayout()) { in handleIconKeyEvent()
DHotseat.java71 mHasVerticalHotseat = mLauncher.getDeviceProfile().isVerticalBarLayout(); in Hotseat()
116 if (grid.isVerticalBarLayout()) { in onFinishInflate()
DBaseContainerView.java126 if (!grid.isVerticalBarLayout()) { in updatePaddings()
DWorkspace.java581 return mLauncher.getDeviceProfile().isVerticalBarLayout() in getEmbeddedQsbId()
627 mLauncher.getDeviceProfile().isVerticalBarLayout() in bindAndInitFirstWorkspaceScreen()
1547 if (direction != Direction.Y || !mLauncher.getDeviceProfile().isVerticalBarLayout()) { in setHotseatTranslationAndAlpha()
2019 if (grid.isVerticalBarLayout() || getChildCount() == 0) { in getSpringLoadedTranslationY()
DLauncher.java378 mModelWriter = mModel.getWriter(mDeviceProfile.isVerticalBarLayout()); in onCreate()
1301 mQsbContainer = mDragLayer.findViewById(mDeviceProfile.isVerticalBarLayout() in setupViews()
3707 return mDeviceProfile.isVerticalBarLayout(); in useVerticalBarLayout()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java257 if (mLauncher.getDeviceProfile().isVerticalBarLayout()) { in updateLightStatusBar()
287 if (!mLauncher.getDeviceProfile().isVerticalBarLayout()) { in setProgress()
498 if (!mLauncher.getDeviceProfile().isVerticalBarLayout()) { in onLayoutChange()
DAllAppsContainerView.java118 if (mLauncher.getDeviceProfile().isVerticalBarLayout()) { in updateBackground()
316 if (!grid.isVerticalBarLayout()) { in onMeasure()
472 if (grid.isVerticalBarLayout()) { in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFlingToDeleteHelper.java120 } else if (mLauncher.getDeviceProfile().isVerticalBarLayout() && in isFlingingToDelete()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java201 boolean isHotseatHorizontal = !dp.isVerticalBarLayout(); in createSparseMatrixWithHotseat()