Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DFadeConfigurationsTest.java135 .that(mFadeConfigurations.getFadeOutDuration(TEST_MEDIA_AUDIO_ATTRIBUTE)) in testGetFadeOutDuration_forFadeableAttrribute_equalsDefaultDuration()
138 .that(mFadeConfigurations.getFadeOutDuration(TEST_GAME_AUDIO_ATTRIBUTE)) in testGetFadeOutDuration_forFadeableAttrribute_equalsDefaultDuration()
145 .that(mFadeConfigurations.getFadeOutDuration(TEST_ASSISTANT_AUDIO_ATTRIBUTE)) in testGetFadeOutDuration_forUnFadeableAttrribute_equalsZeroDuration()
148 .that(mFadeConfigurations.getFadeOutDuration(TEST_SPEECH_AUDIO_ATTRIBUTE)) in testGetFadeOutDuration_forUnFadeableAttrribute_equalsZeroDuration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java193 fadeOut.setDuration(getFadeOutDuration()); in getOutAnimator()
215 yTranslate.setDuration(getFadeOutDuration()); in getOutAnimator()
301 private long getFadeOutDuration() { in getFadeOutDuration() method in KeyguardIndicationTextView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java377 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
588 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java379 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()
591 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method
/frameworks/base/services/core/java/com/android/server/audio/
DFadeConfigurations.java308 public long getFadeOutDuration(@NonNull AudioAttributes aa) { in getFadeOutDuration() method in FadeConfigurations
DFadeOutManager.java177 return mFadeConfigurations.getFadeOutDuration(aa); in getFadeOutDurationOnFocusLossMillis()