Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java59 x = getHotseat().getCellXFromOrder(screenId); in addInScreenFromBind()
60 y = getHotseat().getCellYFromOrder(screenId); in addInScreenFromBind()
108 layout = getHotseat(); in addInScreen()
167 Hotseat getHotseat(); in getHotseat() method
DLauncherState.java231 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()
DWorkspace.java938 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();
DWorkspaceStateTransitionAnimation.java126 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
DLauncher.java2481 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/
DTaskbarLauncherStateController.java175 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()
DLauncherTaskbarUIController.java243 if (mLauncher.getHotseat() != null) { in adjustHotseatForBubbleBar()
244 mLauncher.getHotseat().adjustForBubbleBar(isBubbleBarVisible); in adjustHotseatForBubbleBar()
DTaskbarActivityContext.java683 LauncherAtom.HotseatContainer hotseat = oldContainer.getHotseat(); in applyOverwritesToLogItem()
694 LauncherAtom.HotseatContainer hotseat = folderBuilder.getHotseat(); in applyOverwritesToLogItem()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLauncherUnfoldAnimationController.java122 Hotseat hotseat = mLauncher.getHotseat(); in onResume()
230 mLauncher.getWorkspace().setPivotToScaleWithSelf(mLauncher.getHotseat()); in onTransitionStarted()
245 HOTSEAT_SCALE_PROPERTY.setValue(mLauncher.getHotseat(), value); in setScale()
DWorkspaceRevealAnim.java72 workspace.setPivotToScaleWithSelf(launcher.getHotseat()); in WorkspaceRevealAnim()
76 addRevealAnimatorsForView(launcher.getHotseat(), HOTSEAT_SCALE_PROPERTY); in WorkspaceRevealAnim()
DUnfoldMoveFromCenterHotseatAnimator.java43 Hotseat hotseat = mLauncher.getHotseat(); in onPrepareViewsForAnimation()
DStaggeredWorkspaceAnim.java99 Hotseat hotseat = launcher.getHotseat(); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java65 launcher.getHotseat(), mLauncher.getDragLayer().getHeight())); in DiscoveryBounce()
104 mLauncher.getHotseat().setTranslationY(mLauncher.getStateManager().getState() in handleClose()
DAllAppsTransitionController.java219 mLauncher.getHotseat().setTranslationY(0); in onDeviceProfileChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java279 return getHotseatContainerString(ci.getHotseat()); in getContainer()
305 return "folder/" + getHotseatContainerString(fc.getHotseat()); in getContainer()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java305 final Hotseat hotseat = launcher.getHotseat(); in call()
434 l.getHotseat().getShortcutsAndWidgets(); in call()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java64 mHotseat = launcher.getHotseat(); in HotseatEduController()
DHotseatPredictionController.java130 mHotseat = launcher.getHotseat(); in HotseatPredictionController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java163 Hotseat hotseat = mContainer.getHotseat(); in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java187 mLauncher.getHotseat().getDragAndDropAccessibilityDelegate()); in getNextSelection()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java812 return info.getContainerInfo().getHotseat().getIndex();
827 return info.getContainerInfo().getFolder().getHotseat().getIndex();
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java311 public Hotseat getHotseat() {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java576 viewsToAnimate.add(mLauncher.getHotseat().getQsb()); in getLauncherContentAnimator()
579 viewsToAnimate.add(mLauncher.getHotseat()); in getLauncherContentAnimator()