/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceLayoutManager.java | 59 x = getHotseat().getCellXFromOrder(screenId); in addInScreenFromBind() 60 y = getHotseat().getCellYFromOrder(screenId); in addInScreenFromBind() 108 layout = getHotseat(); in addInScreen() 167 Hotseat getHotseat(); in getHotseat() method
|
D | LauncherState.java | 231 View qsb = launcher.getHotseat().getQsb(); in getFloatingSearchBarRestingMarginStart() 232 return isRtl ? launcher.getHotseat().getRight() - qsb.getRight() : qsb.getLeft(); in getFloatingSearchBarRestingMarginStart() 248 View qsb = launcher.getHotseat().getQsb(); in getFloatingSearchBarRestingMarginEnd() 249 return isRtl ? qsb.getLeft() : launcher.getHotseat().getRight() - qsb.getRight(); in getFloatingSearchBarRestingMarginEnd()
|
D | Workspace.java | 938 public Hotseat getHotseat() { in getHotseat() method in Workspace 939 return mLauncher.getHotseat(); in getHotseat() 1646 setEnableForLayout(mLauncher.getHotseat(), enable); in startDrag() 1649 mLauncher.getHotseat().setImportantForAccessibility( in startDrag() 2551 layout = mLauncher.getHotseat(); 2578 if (mLauncher.getHotseat() == null 2579 || mLauncher.getHotseat().getShortcutsAndWidgets() == null 2583 View hotseatShortcuts = mLauncher.getHotseat().getShortcutsAndWidgets(); 3253 if (mLauncher.getHotseat() != null) { 3255 layouts[screenCount] = mLauncher.getHotseat();
|
D | WorkspaceStateTransitionAnimation.java | 126 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
|
D | Launcher.java | 2481 containers.add(mWorkspace.getHotseat().getShortcutsAndWidgets()); 2886 HOTSEAT_WIDGET_SCALE.set(getHotseat(), scale); 3036 public Hotseat getHotseat() {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarLauncherStateController.java | 175 mLauncher.getHotseat().setQsbAlpha(1f); 263 mLauncher.getHotseat().setIconsAlpha(1f); in onDestroy() 686 mLauncher.getHotseat().setIconsAlpha(1); in playStateTransitionAnim() 692 if (mLauncher.getHotseat().getIconsAlpha() > 0) { in playStateTransitionAnim() 693 updateIconAlphaForHome(mLauncher.getHotseat().getIconsAlpha()); in playStateTransitionAnim() 744 ViewRootSync.synchronizeNextDraw(mLauncher.getHotseat(), in onIconAlignmentRatioChanged() 764 mLauncher.getHotseat().setIconsAlpha(hotseatVisible ? 1 : 0); in updateIconAlphaForHome() 766 mLauncher.getHotseat().setQsbAlpha(hotseatVisible ? 1 : 0); in updateIconAlphaForHome()
|
D | LauncherTaskbarUIController.java | 243 if (mLauncher.getHotseat() != null) { in adjustHotseatForBubbleBar() 244 mLauncher.getHotseat().adjustForBubbleBar(isBubbleBarVisible); in adjustHotseatForBubbleBar()
|
D | TaskbarActivityContext.java | 683 LauncherAtom.HotseatContainer hotseat = oldContainer.getHotseat(); in applyOverwritesToLogItem() 694 LauncherAtom.HotseatContainer hotseat = folderBuilder.getHotseat(); in applyOverwritesToLogItem()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LauncherUnfoldAnimationController.java | 122 Hotseat hotseat = mLauncher.getHotseat(); in onResume() 230 mLauncher.getWorkspace().setPivotToScaleWithSelf(mLauncher.getHotseat()); in onTransitionStarted() 245 HOTSEAT_SCALE_PROPERTY.setValue(mLauncher.getHotseat(), value); in setScale()
|
D | WorkspaceRevealAnim.java | 72 workspace.setPivotToScaleWithSelf(launcher.getHotseat()); in WorkspaceRevealAnim() 76 addRevealAnimatorsForView(launcher.getHotseat(), HOTSEAT_SCALE_PROPERTY); in WorkspaceRevealAnim()
|
D | UnfoldMoveFromCenterHotseatAnimator.java | 43 Hotseat hotseat = mLauncher.getHotseat(); in onPrepareViewsForAnimation()
|
D | StaggeredWorkspaceAnim.java | 99 Hotseat hotseat = launcher.getHotseat(); in StaggeredWorkspaceAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | DiscoveryBounce.java | 65 launcher.getHotseat(), mLauncher.getDragLayer().getHeight())); in DiscoveryBounce() 104 mLauncher.getHotseat().setTranslationY(mLauncher.getStateManager().getState() in handleClose()
|
D | AllAppsTransitionController.java | 219 mLauncher.getHotseat().setTranslationY(0); in onDeviceProfileChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 279 return getHotseatContainerString(ci.getHotseat()); in getContainer() 305 return "folder/" + getHotseatContainerString(fc.getHotseat()); in getContainer()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 305 final Hotseat hotseat = launcher.getHotseat(); in call() 434 l.getHotseat().getShortcutsAndWidgets(); in call()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduController.java | 64 mHotseat = launcher.getHotseat(); in HotseatEduController()
|
D | HotseatPredictionController.java | 130 mHotseat = launcher.getHotseat(); in HotseatPredictionController()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 163 Hotseat hotseat = mContainer.getHotseat(); in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | KeyboardDragAndDropView.java | 187 mLauncher.getHotseat().getDragAndDropAccessibilityDelegate()); in getNextSelection()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 812 return info.getContainerInfo().getHotseat().getIndex(); 827 return info.getContainerInfo().getFolder().getHotseat().getIndex();
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 311 public Hotseat getHotseat() {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 576 viewsToAnimate.add(mLauncher.getHotseat().getQsb()); in getLauncherContentAnimator() 579 viewsToAnimate.add(mLauncher.getHotseat()); in getLauncherContentAnimator()
|