Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java52 private int mProgressMax; field in NotificationPanelItemView
156 mProgressMax = progressMax; in setProgress()
157 if (mProgressMax != 0) { in setProgress()
192 if (mProgressMax != 0) { in onDraw()
193 float sweepAngle = 360f * mProgress / mProgressMax; in onDraw()
DTvNotification.java55 private int mProgressMax; field in TvNotification
75 mProgressMax = progressMax; in TvNotification()
120 return mProgressMax; in getProgressMax()