Searched refs:mMaxTime (Results 1 – 1 of 1) sorted by relevance
126 private final TextView mMaxTime; field in PlaybackFragment.QueueViewHolder141 mMaxTime = itemView.findViewById(R.id.max_time); in QueueViewHolder()166 mMaxTime.setText(mQueueAdapter.getMaxTime()); in bind()171 ViewUtils.setVisible(mMaxTime, shouldShowTime); in bind()