Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java193 fadeOut.setDuration(getFadeOutDuration()); in getOutAnimator()
215 yTranslate.setDuration(getFadeOutDuration()); in getOutAnimator()
292 private long getFadeOutDuration() { in getFadeOutDuration() method in KeyguardIndicationTextView
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java423 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
642 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method