Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 5 of 5) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DRemoteDfuActivity.java144 private void onProgress(double progress) { in onProgress()
242 final double progress = state.progress(); in onDfuProgress() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java142 public DfuResult(double progress) { in DfuResult()
152 public double progress() { in progress() method in RemoteProxy.DfuResult
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java64int progress, int progressMax, boolean hasContentIntent, Bitmap bigPicture, in TvNotification()
156 int progress = cursor.getInt(index++); in fromCursor() local
DNotificationPanelItemView.java154 public void setProgress(int progress, int progressMax) { in setProgress()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScannerFragment.java230 ProgressBar progress = getView().findViewById(R.id.category_progress_spin); in showProgress() local