Home
last modified time | relevance | path

Searched refs:applyLaunchAnimationProgress (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt56 shadeViewController.applyLaunchAnimationProgress(linearProgress)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt56 override fun applyLaunchAnimationProgress(linearProgress: Float) {}
H A DShadeViewController.kt143 fun applyLaunchAnimationProgress(linearProgress: Float) regex
H A DNotificationPanelViewController.java3198 public void applyLaunchAnimationProgress(float linearProgress) { in applyLaunchAnimationProgress() method