Home
last modified time | relevance | path

Searched defs:mActivityLaunchAnimator (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java73 protected @Mock ActivityLaunchAnimator mActivityLaunchAnimator; field in UdfpsKeyguardViewLegacyControllerBaseTest
H A DUdfpsControllerTest.java214 private ActivityLaunchAnimator mActivityLaunchAnimator; field in UdfpsControllerTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java160 private ActivityLaunchAnimator mActivityLaunchAnimator; field in StatusBarNotificationActivityStarterTest
H A DCentralSurfacesImplTest.java315 @Mock private ActivityLaunchAnimator mActivityLaunchAnimator; field in CentralSurfacesImplTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java172 private @Mock ActivityLaunchAnimator mActivityLaunchAnimator; field in KeyguardViewMediatorTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java129 private final ActivityLaunchAnimator mActivityLaunchAnimator; field in StatusBarNotificationActivityStarter
H A DCentralSurfacesImpl.java625 private final ActivityLaunchAnimator mActivityLaunchAnimator; field in CentralSurfacesImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java173 @NonNull private final ActivityLaunchAnimator mActivityLaunchAnimator; field in UdfpsController