/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | RemoteDfuActivity.java | 144 private void onProgress(double progress) { in onProgress() argument 151 mProgressBar.setProgress((int) Math.round(progress * PROGRESS_BAR_MAX)); in onProgress() 242 final double progress = state.progress(); in onDfuProgress() local 253 mHandler.post(() -> onProgress(progress)); in onDfuProgress()
|
/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 74 mProgress = progress; in TvNotification() 156 int progress = 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 155 mProgress = progress; in setProgress()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | RemoteProxy.java | 142 public DfuResult(double progress) { in DfuResult() argument 144 mProgress = progress; in DfuResult() 152 public double progress() { in progress() method in RemoteProxy.DfuResult
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothScannerFragment.java | 230 ProgressBar progress = getView().findViewById(R.id.category_progress_spin); in showProgress() local 231 if (progress == null) { in showProgress() 235 progress.setVisibility(View.VISIBLE); in showProgress() 237 progress.setVisibility(View.INVISIBLE); in showProgress()
|
/device/google/cuttlefish/tools/ |
D | flash-blk-dev.sh | 87 dd if=${image} of=/dev/${blk_dev} bs=1M conv=sync,noerror status=progress
|
/device/google/cuttlefish_vmm/ |
D | rebuild-docker.sh | 85 --progress plain \
|
/device/google/gs-common/betterbug/sepolicy/product/private/ |
D | better_bug_app.te | 32 # in progress.
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 371 # configuration options related to warning and progress messages
|
/device/google/coral/json-c/ |
D | Doxyfile | 371 # configuration options related to warning and progress messages
|
/device/google/redbull/json-c/ |
D | Doxyfile | 371 # configuration options related to warning and progress messages
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6609 // Used when it can't be determined wheter a scroll is in progress or not. 7094 // Extension support is work-in-progress, in the future the way to reserve a
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 151 run_poll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 151 run_poll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"…
|