Home
last modified time | relevance | path

Searched refs:startAlphaAnimation (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintLocationAnimationView.java121 startAlphaAnimation(); in startPhase()
156 private void startAlphaAnimation() { in startAlphaAnimation() method in FingerprintLocationAnimationView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java332 startAlphaAnimation(child, animationProperties); in animateTo()
339 startAlphaAnimation(view, NO_NEW_ANIMATIONS); in updateAlphaAnimation()
342 private void startAlphaAnimation(final View child, AnimationProperties properties) { in startAlphaAnimation() method in ViewState