Home
last modified time | relevance | path

Searched refs:inAppDisplayOverrideProgress (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/
DPersistentBubbleStashControllerTest.kt255 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayOverrideProgress_onHome_updatesTranslationFromHomeToInApp()
262 persistentTaskBarStashController.inAppDisplayOverrideProgress = 1f in inAppDisplayOverrideProgress_onHome_updatesTranslationFromHomeToInApp()
276 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayOverrideProgress_onHome_updatesInsetsWhenProgressReachesOne()
280 persistentTaskBarStashController.inAppDisplayOverrideProgress = 1f in inAppDisplayOverrideProgress_onHome_updatesInsetsWhenProgressReachesOne()
288 persistentTaskBarStashController.inAppDisplayOverrideProgress = 1f in inAppDisplayOverrideProgress_onHome_updatesInsetsWhenProgressReachesZero()
293 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayOverrideProgress_onHome_updatesInsetsWhenProgressReachesZero()
297 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0f in inAppDisplayOverrideProgress_onHome_updatesInsetsWhenProgressReachesZero()
311 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayOverrideProgress_onHome_cancelExistingAnimation()
324 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayProgressUpdate_inApp_noTranslationUpdate()
338 persistentTaskBarStashController.inAppDisplayOverrideProgress = 0.5f in inAppDisplayOverrideProgress_inApp_noInsetsUpdate()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DPersistentBubbleStashController.kt105 if (inAppDisplayOverrideProgress > 0f && launcherState == BubbleLauncherState.HOME) {
107 inAppDisplayOverrideProgress,
118 override var inAppDisplayOverrideProgress: Float = 0f variable in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController
DBubbleStashController.kt212 var inAppDisplayOverrideProgress: Float variable
DTransientBubbleStashController.kt142 override var inAppDisplayOverrideProgress: Float = 0f in <lambda>() variable in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt1570 override var inAppDisplayOverrideProgress = 0f in <lambda>() variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest.FakeBubbleStashController