Searched refs:mSeekBarTotalTime (Results 1 – 1 of 1) sorted by relevance
63 private TextView mSeekBarTotalTime; field in NotificationMediaTemplateViewWrapper236 mSeekBarTotalTime = mSeekBarView.findViewById(R.id.notification_media_total_time); in resolveViews()311 mSeekBarTotalTime.setText(millisecondsToTimeString(duration)); in updateDuration()371 mSeekBarTotalTime.setTextColor(tintColor); in updateSeekBarTint()372 mSeekBarTotalTime.setShadowLayer(1.5f, 1.5f, 1.5f, mBackgroundColor); in updateSeekBarTint()