Searched refs:mViewsToShowWhenQueueIsVisible (Results 1 – 1 of 1) sorted by relevance
81 private List<View> mViewsToShowWhenQueueIsVisible; field in PlaybackFragment426 mViewsToShowWhenQueueIsVisible = ViewUtils.getViewsById(view, res, in onCreateView()574 ViewUtils.showViewsAnimated(mViewsToShowWhenQueueIsVisible, mFadeDuration); in setQueueVisible()579 ViewUtils.hideViewsAnimated(mViewsToShowWhenQueueIsVisible, mFadeDuration); in setQueueVisible()