Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java169 fadeOut.setDuration(getFadeOutDuration()); in getOutAnimator()
191 yTranslate.setDuration(getFadeOutDuration()); in getOutAnimator()
265 private long getFadeOutDuration() { in getFadeOutDuration() method in KeyguardIndicationTextView
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java403 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
583 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method