Home
last modified time | relevance | path

Searched defs:progressMax (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java64 … int progress, int progressMax, boolean hasContentIntent, Bitmap bigPicture, in TvNotification()
157 int progressMax = cursor.getInt(index++); in fromCursor() local
DNotificationPanelItemView.java154 public void setProgress(int progress, int progressMax) { in setProgress()