Home
last modified time | relevance | path

Searched refs:taskbarWasPinned (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarSharedState.java94 public void setTaskbarWasPinned(boolean taskbarWasPinned) { in setTaskbarWasPinned() argument
95 mTaskbarWasPinned = taskbarWasPinned; in setTaskbarWasPinned()
DTaskbarPinningController.kt76 taskbarSharedState.taskbarWasPinned = animateToValue == PINNING_TRANSIENT in init()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/taskbar/controllers/
DTaskbarPinningControllerTest.kt101 verify(taskbarSharedState, never()).taskbarWasPinned = true in testOnCloseCallback_whenPreferenceUnchanged_shouldNotAnimateTaskbarPinning()
112 verify(taskbarSharedState, times(1)).taskbarWasPinned = false in testOnCloseCallback_whenLauncherPreferenceChanged_shouldAnimateToPinnedTaskbar()
123 verify(taskbarSharedState, times(1)).taskbarWasPinned = true in testOnCloseCallback_whenLauncherPreferenceChanged_shouldAnimateToTransientTaskbar()