Home
last modified time | relevance | path

Searched refs:mSeekBarTotalTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java63 private TextView mSeekBarTotalTime; field in NotificationMediaTemplateViewWrapper
236 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()