Searched refs:mViewsToHideWhenQueueIsVisible (Results 1 – 1 of 1) sorted by relevance
94 private List<View> mViewsToHideWhenQueueIsVisible; field in PlaybackFragment552 mViewsToHideWhenQueueIsVisible = ViewUtils.getViewsById(view, res, in onViewCreated()734 ViewUtils.hideViewsAnimated(mViewsToHideWhenQueueIsVisible, mFadeDuration); in setQueueState()737 ViewUtils.showViewsAnimated(mViewsToHideWhenQueueIsVisible, mFadeDuration); in setQueueState()