Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java140 private final double mProgress; field in RemoteProxy.DfuResult
144 mProgress = progress; in DfuResult()
149 mProgress = 0; in DfuResult()
153 return mProgress; in progress()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java54 private int mProgress; field in TvNotification
74 mProgress = progress; in TvNotification()
116 return mProgress; in getProgress()
DNotificationPanelItemView.java51 private int mProgress; field in NotificationPanelItemView
155 mProgress = progress; in setProgress()
193 float sweepAngle = 360f * mProgress / mProgressMax; in onDraw()