Searched refs:fadeOutDuration (Results 1 – 1 of 1) sorted by relevance
628 int fadeOutDuration = hideViewAnimated ? mFadeDuration : 0; in changeModeInternal() local640 ViewUtils.hideViewAnimated(mPlaybackContainer, fadeOutDuration); in changeModeInternal()641 ViewUtils.hideViewAnimated(mBrowseContainer, fadeOutDuration); in changeModeInternal()642 ViewUtils.hideViewAnimated(mSearchContainer, fadeOutDuration); in changeModeInternal()650 ViewUtils.hideViewAnimated(mErrorContainer, fadeOutDuration); in changeModeInternal()652 ViewUtils.hideViewAnimated(mBrowseContainer, fadeOutDuration); in changeModeInternal()653 ViewUtils.hideViewAnimated(mSearchContainer, fadeOutDuration); in changeModeInternal()654 ViewUtils.hideViewAnimated(mAppBarView, fadeOutDuration); in changeModeInternal()664 .setDuration(fadeOutDuration) in changeModeInternal()668 ViewUtils.hideViewAnimated(mErrorContainer, fadeOutDuration); in changeModeInternal()[all …]