Searched refs:mPlaybackContainer (Results 1 – 1 of 1) sorted by relevance
98 private ViewGroup mPlaybackContainer; field in MediaActivity309 mPlaybackContainer = findViewById(R.id.playback_container); in onCreate()333 mPlaybackContainer.setOnTouchListener(new ClosePlaybackDetector(this)); in onCreate()640 ViewUtils.hideViewAnimated(mPlaybackContainer, fadeOutDuration); in changeModeInternal()648 mPlaybackContainer.setY(0); in changeModeInternal()649 mPlaybackContainer.setAlpha(0f); in changeModeInternal()651 ViewUtils.showViewAnimated(mPlaybackContainer, mFadeDuration); in changeModeInternal()662 mPlaybackContainer.animate() in changeModeInternal()665 .setListener(ViewUtils.hideViewAfterAnimation(mPlaybackContainer)) in changeModeInternal()669 ViewUtils.hideViewAnimated(mPlaybackContainer, fadeOutDuration); in changeModeInternal()[all …]