Searched refs:getFadeOutDuration (Results 1 – 6 of 6) sorted by relevance
135 .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()
193 fadeOut.setDuration(getFadeOutDuration()); in getOutAnimator()215 yTranslate.setDuration(getFadeOutDuration()); in getOutAnimator()301 private long getFadeOutDuration() { in getFadeOutDuration() method in KeyguardIndicationTextView
377 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()588 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method
379 mMenuContainerAnimator.setDuration(getFadeOutDuration(animationType)); in hideMenu()591 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration() method
308 public long getFadeOutDuration(@NonNull AudioAttributes aa) { in getFadeOutDuration() method in FadeConfigurations
177 return mFadeConfigurations.getFadeOutDuration(aa); in getFadeOutDurationOnFocusLossMillis()