Searched refs:taskbarSharedState (Results 1 – 2 of 2) sorted by relevance
56 private val taskbarSharedState = mock<TaskbarSharedState>() constant76 pinningController.init(taskbarControllers, taskbarSharedState) in setup()101 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()
41 private lateinit var taskbarSharedState: TaskbarSharedState variable in com.android.launcher3.taskbar.TaskbarPinningController50 taskbarSharedState = sharedState in init()76 taskbarSharedState.taskbarWasPinned = animateToValue == PINNING_TRANSIENT in init()