Searched refs:progressMax (Results 1 – 2 of 2) sorted by relevance
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | TvNotification.java | 64 … int progress, int progressMax, boolean hasContentIntent, Bitmap bigPicture, in TvNotification() argument 75 mProgressMax = progressMax; in TvNotification() 157 int progressMax = cursor.getInt(index++); in fromCursor() local 166 smallIcon, channel, progress, progressMax, hasContentIntent, bigPicture, in fromCursor()
|
D | NotificationPanelItemView.java | 154 public void setProgress(int progress, int progressMax) { in setProgress() argument 156 mProgressMax = progressMax; in setProgress()
|