/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarManager.java | 16 package com.android.launcher3.taskbar; 30 import static com.android.launcher3.taskbar.growth.GrowthConstants.BROADCAST_SHOW_NUDGE; 31 import static com.android.launcher3.taskbar.growth.GrowthConstants.GROWTH_NUDGE_PERMISSION; 77 import com.android.launcher3.taskbar.TaskbarNavButtonController.TaskbarNavButtonCallbacks; 78 import com.android.launcher3.taskbar.unfold.NonDestroyableScopedUnfoldTransitionProgressProvider; 394 TaskbarActivityContext taskbar = getTaskbarForDisplay(displayId); 395 if (taskbar != null) { 397 taskbar.setUIController(TaskbarUIController.DEFAULT); 542 TaskbarActivityContext taskbar = getTaskbarForDisplay(displayId); in destroyTaskbarForDisplay() local 543 if (taskbar != null) { in destroyTaskbarForDisplay() [all …]
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/ |
D | TaskbarAutohideSuspendControllerTest.kt | 17 package com.android.launcher3.taskbar in <lambda>() 22 import com.android.launcher3.taskbar.TaskbarAutohideSuspendController.FLAG_AUTOHIDE_SUSPEND_DRAGGING in <lambda>() 23 import com.android.launcher3.taskbar.TaskbarAutohideSuspendController.FLAG_AUTOHIDE_SUSPEND_IN_LAUN… in <lambda>() 24 import com.android.launcher3.taskbar.TaskbarAutohideSuspendController.FLAG_AUTOHIDE_SUSPEND_TOUCHING in <lambda>() 25 import com.android.launcher3.taskbar.rules.SandboxParams in <lambda>() 26 import com.android.launcher3.taskbar.rules.TaskbarModeRule in <lambda>() 27 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.TRANSIENT in <lambda>() 28 import com.android.launcher3.taskbar.rules.TaskbarModeRule.TaskbarMode in <lambda>() 29 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule in <lambda>() 30 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController in <lambda>() [all …]
|
D | TaskbarViewTest.kt | 17 package com.android.launcher3.taskbar in <lambda>() 23 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync in <lambda>() 24 import com.android.launcher3.taskbar.TaskbarIconType.ALL_APPS in <lambda>() 25 import com.android.launcher3.taskbar.TaskbarIconType.DIVIDER in <lambda>() 26 import com.android.launcher3.taskbar.TaskbarIconType.HOTSEAT in <lambda>() 27 import com.android.launcher3.taskbar.TaskbarIconType.RECENT in <lambda>() 28 import com.android.launcher3.taskbar.TaskbarViewTestUtil.assertThat in <lambda>() 29 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatItems in <lambda>() 30 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createRecents in <lambda>() 31 import com.android.launcher3.taskbar.rules.TaskbarDeviceEmulationRule in <lambda>() [all …]
|
D | TaskbarStashControllerTest.kt | 17 package com.android.launcher3.taskbar 26 import com.android.launcher3.taskbar.StashedHandleViewController.ALPHA_INDEX_STASHED 27 import com.android.launcher3.taskbar.TaskbarAutohideSuspendController.FLAG_AUTOHIDE_SUSPEND_EDU_OPEN 28 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.asProperty 29 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_IN_APP 30 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_IN_OVERVIEW 31 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_IN_STASHED_LAUNCHER_STATE 32 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_STASHED_DEVICE_LOCKED 33 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_STASHED_IME 34 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_STASHED_IN_APP_AUTO [all …]
|
D | TaskbarEduTooltipControllerTest.kt | 17 package com.android.launcher3.taskbar 20 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.asProperty 21 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync 22 import com.android.launcher3.taskbar.rules.TaskbarModeRule 23 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.PINNED 24 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.THREE_BUTTONS 25 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.TRANSIENT 26 import com.android.launcher3.taskbar.rules.TaskbarModeRule.TaskbarMode 27 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule 28 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController [all …]
|
D | TaskbarScrimViewControllerTest.kt | 17 package com.android.launcher3.taskbar 27 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController 28 import com.android.launcher3.taskbar.rules.SandboxParams 29 import com.android.launcher3.taskbar.rules.TaskbarModeRule 30 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.PINNED 31 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.TRANSIENT 32 import com.android.launcher3.taskbar.rules.TaskbarModeRule.TaskbarMode 33 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule 34 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController 35 import com.android.launcher3.taskbar.rules.TaskbarWindowSandboxContext
|
D | TaskbarOverflowTest.kt | 17 package com.android.launcher3.taskbar in <lambda>() 33 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync in <lambda>() 34 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatItems in <lambda>() 35 import com.android.launcher3.taskbar.bubbles.BubbleBarViewController in <lambda>() 36 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController in <lambda>() 37 import com.android.launcher3.taskbar.rules.DisplayControllerModule in <lambda>() 38 import com.android.launcher3.taskbar.rules.MockedRecentsModelHelper in <lambda>() 39 import com.android.launcher3.taskbar.rules.MockedRecentsModelTestRule in <lambda>() 40 import com.android.launcher3.taskbar.rules.SandboxParams in <lambda>() 41 import com.android.launcher3.taskbar.rules.TaskbarModeRule in <lambda>() [all …]
|
D | TaskbarPopupControllerTest.kt | 17 package com.android.launcher3.taskbar 27 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync 28 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatWorkspaceItem 29 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createRecents 30 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule 31 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController 32 import com.android.launcher3.taskbar.rules.TaskbarWindowSandboxContext
|
D | TaskbarHoverToolTipControllerTest.kt | 17 package com.android.launcher3.taskbar 28 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync 29 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatAppPairsItem 30 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatFolderItem 31 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatWorkspaceItem 32 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule 33 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController 34 import com.android.launcher3.taskbar.rules.TaskbarWindowSandboxContext
|
D | TaskbarViewWithLayoutTransitionTest.kt | 17 package com.android.launcher3.taskbar 25 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync 26 import com.android.launcher3.taskbar.TaskbarIconType.ALL_APPS 27 import com.android.launcher3.taskbar.TaskbarIconType.DIVIDER 28 import com.android.launcher3.taskbar.TaskbarIconType.HOTSEAT 29 import com.android.launcher3.taskbar.TaskbarIconType.OVERFLOW 30 import com.android.launcher3.taskbar.TaskbarIconType.RECENT 31 import com.android.launcher3.taskbar.TaskbarViewTestUtil.assertThat 32 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createHotseatItems 33 import com.android.launcher3.taskbar.TaskbarViewTestUtil.createRecents [all …]
|
D | TaskbarBaseTestCase.kt | 16 package com.android.launcher3.taskbar 18 import com.android.launcher3.taskbar.allapps.TaskbarAllAppsController 19 import com.android.launcher3.taskbar.bubbles.BubbleControllers 20 import com.android.launcher3.taskbar.growth.NudgeController 21 import com.android.launcher3.taskbar.overlay.TaskbarOverlayController
|
D | TaskbarViewTestUtil.kt | 17 package com.android.launcher3.taskbar in <lambda>() 30 import com.android.launcher3.taskbar.TaskbarIconType.ALL_APPS in <lambda>() 31 import com.android.launcher3.taskbar.TaskbarIconType.DIVIDER in <lambda>() 32 import com.android.launcher3.taskbar.TaskbarIconType.HOTSEAT in <lambda>() 33 import com.android.launcher3.taskbar.TaskbarIconType.OVERFLOW in <lambda>() 34 import com.android.launcher3.taskbar.TaskbarIconType.RECENT in <lambda>()
|
D | TaskbarDesktopModeControllerTest.kt | 17 package com.android.launcher3.taskbar 19 import com.android.launcher3.taskbar.TaskbarBackgroundRenderer.Companion.MAX_ROUNDNESS 20 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule 21 import com.android.launcher3.taskbar.rules.TaskbarWindowSandboxContext
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsViewControllerTest.kt | 17 package com.android.launcher3.taskbar.allapps 24 import com.android.launcher3.taskbar.TaskbarControllerTestUtil.asProperty 25 import com.android.launcher3.taskbar.TaskbarStashController 26 import com.android.launcher3.taskbar.TaskbarStashController.FLAG_STASHED_IN_APP_AUTO 27 import com.android.launcher3.taskbar.allapps.TaskbarAllAppsControllerTest.Companion.TEST_PREDICTED_… 28 import com.android.launcher3.taskbar.overlay.TaskbarOverlayController 29 import com.android.launcher3.taskbar.rules.TaskbarModeRule 30 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.PINNED 31 import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.TRANSIENT 32 import com.android.launcher3.taskbar.rules.TaskbarModeRule.TaskbarMode [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayContext.java | 16 package com.android.launcher3.taskbar.overlay; 27 import com.android.launcher3.taskbar.BaseTaskbarContext; 28 import com.android.launcher3.taskbar.TaskbarActivityContext; 29 import com.android.launcher3.taskbar.TaskbarControllers; 30 import com.android.launcher3.taskbar.TaskbarDragController; 31 import com.android.launcher3.taskbar.TaskbarUIController; 32 import com.android.launcher3.taskbar.allapps.TaskbarAllAppsContainerView; 33 import com.android.launcher3.taskbar.allapps.TaskbarSearchSessionController;
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/rules/ |
D | TaskbarUnitTestRuleTest.kt | 17 package com.android.launcher3.taskbar.rules 23 import com.android.launcher3.taskbar.TaskbarActivityContext 24 import com.android.launcher3.taskbar.TaskbarKeyguardController 25 import com.android.launcher3.taskbar.TaskbarManager 26 import com.android.launcher3.taskbar.TaskbarStashController 27 import com.android.launcher3.taskbar.bubbles.BubbleBarController 28 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.ForceRtl 29 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController 30 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.NavBarKidsMode 31 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.UserSetupMode
|
D | TaskbarUnitTestRule.kt | 17 package com.android.launcher3.taskbar.rules in <lambda>() 27 import com.android.launcher3.taskbar.TaskbarActivityContext in <lambda>() 28 import com.android.launcher3.taskbar.TaskbarControllers in <lambda>() 29 import com.android.launcher3.taskbar.TaskbarManager in <lambda>() 30 import com.android.launcher3.taskbar.TaskbarNavButtonController.TaskbarNavButtonCallbacks in <lambda>() 31 import com.android.launcher3.taskbar.TaskbarUIController in <lambda>() 32 import com.android.launcher3.taskbar.bubbles.BubbleControllers in <lambda>() 33 import com.android.launcher3.taskbar.rules.TaskbarUnitTestRule.InjectController in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsViewController.java | 16 package com.android.launcher3.taskbar.allapps; 18 import static com.android.launcher3.taskbar.TaskbarStashController.FLAG_STASHED_IN_TASKBAR_ALL_APPS; 28 import com.android.launcher3.taskbar.NavbarButtonsViewController; 29 import com.android.launcher3.taskbar.TaskbarControllers; 30 import com.android.launcher3.taskbar.TaskbarSharedState; 31 import com.android.launcher3.taskbar.TaskbarStashController; 32 import com.android.launcher3.taskbar.overlay.TaskbarOverlayContext; 33 import com.android.launcher3.taskbar.overlay.TaskbarOverlayController;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/ |
D | NavButtonLayoutFactory.kt | 17 package com.android.launcher3.taskbar.navbutton 27 import com.android.launcher3.taskbar.TaskbarActivityContext 28 import com.android.launcher3.taskbar.navbutton.LayoutResourceHelper.ID_END_CONTEXTUAL_BUTTONS 29 import com.android.launcher3.taskbar.navbutton.LayoutResourceHelper.ID_END_NAV_BUTTONS 30 import com.android.launcher3.taskbar.navbutton.LayoutResourceHelper.ID_START_CONTEXTUAL_BUTTONS 31 import com.android.launcher3.taskbar.navbutton.NavButtonLayoutFactory.Companion 32 import com.android.launcher3.taskbar.navbutton.NavButtonLayoutFactory.NavButtonLayoutter
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleControllers.java | 16 package com.android.launcher3.taskbar.bubbles; 18 import static com.android.launcher3.taskbar.TaskbarViewController.ALPHA_INDEX_BUBBLE_BAR; 23 import com.android.launcher3.taskbar.TaskbarControllers; 24 import com.android.launcher3.taskbar.TaskbarSharedState; 25 import com.android.launcher3.taskbar.bubbles.BubbleBarViewController.TaskbarViewPropertiesProvider; 26 import com.android.launcher3.taskbar.bubbles.stashing.BubbleBarLocationOnDemandListener; 27 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController;
|
D | BubbleBarSwipeController.kt | 17 package com.android.launcher3.taskbar.bubbles 26 import com.android.launcher3.taskbar.TaskbarActivityContext 27 import com.android.launcher3.taskbar.TaskbarThresholdUtils 28 import com.android.launcher3.taskbar.bubbles.BubbleBarSwipeController.BarState.COLLAPSED 29 import com.android.launcher3.taskbar.bubbles.BubbleBarSwipeController.BarState.EXPANDED 30 import com.android.launcher3.taskbar.bubbles.BubbleBarSwipeController.BarState.STASHED 31 import com.android.launcher3.taskbar.bubbles.BubbleBarSwipeController.BarState.UNKNOWN 32 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/ |
D | PersistentBubbleStashController.kt | 17 package com.android.launcher3.taskbar.bubbles.stashing 28 import com.android.launcher3.taskbar.TaskbarInsetsController 29 import com.android.launcher3.taskbar.bubbles.BubbleBarViewController 30 import com.android.launcher3.taskbar.bubbles.BubbleStashedHandleViewController 31 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController.BubbleLauncherState 32 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController.Companion.BAR_STASH_DUR… 33 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController.Companion.BAR_TRANSLATI… 34 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController.ControllersAfterInitAct… 35 import com.android.launcher3.taskbar.bubbles.stashing.BubbleStashController.TaskbarHotseatDimension…
|
D | TransientBubbleStashController.kt | 17 package com.android.launcher3.taskbar.bubbles.stashing in <lambda>() 35 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.FADE_IN_ANIM_ALPHA_DURATION_MS in <lambda>() 36 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.FADE_OUT_ANIM_ALPHA_DELAY_MS in <lambda>() 37 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.FADE_OUT_ANIM_ALPHA_DURATION_MS in <lambda>() 38 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.FADE_OUT_ANIM_POSITION_DURATION_MS in <lambda>() 39 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.inShiftX in <lambda>() 40 import com.android.launcher3.taskbar.BarsLocationAnimatorHelper.outShift in <lambda>() 41 import com.android.launcher3.taskbar.TaskbarInsetsController in <lambda>() 42 import com.android.launcher3.taskbar.TaskbarStashController.TASKBAR_STASH_ALPHA_START_DELAY in <lambda>() 43 import com.android.launcher3.taskbar.TaskbarStashController.TRANSIENT_TASKBAR_STASH_ALPHA_DURATION in <lambda>() [all …]
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/taskbar/controllers/ |
D | TaskbarPinningControllerTest.kt | 16 package com.android.quickstep.taskbar.controllers in <lambda>() 29 import com.android.launcher3.taskbar.TaskbarActivityContext in <lambda>() 30 import com.android.launcher3.taskbar.TaskbarBaseTestCase in <lambda>() 31 import com.android.launcher3.taskbar.TaskbarDividerPopupView in <lambda>() 32 import com.android.launcher3.taskbar.TaskbarDragLayer in <lambda>() 33 import com.android.launcher3.taskbar.TaskbarPinningController in <lambda>() 34 import com.android.launcher3.taskbar.TaskbarPinningController.Companion.PINNING_PERSISTENT in <lambda>() 35 import com.android.launcher3.taskbar.TaskbarPinningController.Companion.PINNING_TRANSIENT in <lambda>() 36 import com.android.launcher3.taskbar.TaskbarSharedState in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/growth/ |
D | NudgeController.kt | 16 package com.android.launcher3.taskbar.growth 20 import com.android.launcher3.taskbar.TaskbarActivityContext 21 import com.android.launcher3.taskbar.TaskbarControllers 22 import com.android.launcher3.taskbar.TaskbarControllers.LoggableTaskbarController
|