Home
last modified time | relevance | path

Searched defs:onProgress (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
H A DSliderStateListener.kt46 fun onProgress(@FloatRange(from = 0.0, to = 1.0) progress: Float) method
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dgcs_uploader.ts36 onProgress?: (uploader: GcsUploader) => void; property
53 private onProgress: (_: GcsUploader) => void; property in GcsUploader
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/
DCarBugreportManager.java89 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallback
130 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallbackWrapper
DICarBugreportCallback.aidl36 void onProgress(float progress); in onProgress() method
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBugreportManager.java130 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) {} in onProgress() method in BugreportManager.BugreportCallback
436 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManager.DumpstateListener
H A DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress() method
H A DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowInsetsAnimationTestBase.java218 public WindowInsets onProgress(WindowInsets insets, in onProgress() method in WindowInsetsAnimationTestBase.AnimCallback
275 public WindowInsets onProgress(WindowInsets insets, in onProgress() method in WindowInsetsAnimationTestBase.MultiAnimCallback
/aosp_15_r20/system/gsid/aidl/android/gsi/
H A DIProgressCallback.aidl33 void onProgress(long current, long total); in onProgress() method
/aosp_15_r20/out/soong/.intermediates/system/gsid/gsi_aidl_interface-cpp-source/gen/include/android/gsi/
DBnProgressCallback.h31 ::android::binder::Status onProgress(int64_t current, int64_t total) override { in onProgress() function
DIProgressCallback.h34 ::android::binder::Status onProgress(int64_t /*current*/, int64_t /*total*/) override { in onProgress() function
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
H A DSingleFileDownloadListener.java31 void onProgress(long currentSize); in onProgress() method
H A DDownloadListener.java37 void onProgress(long currentSize); in onProgress() method
/aosp_15_r20/frameworks/base/core/java/android/speech/
H A DModelDownloadListener.java33 void onProgress(int completedPercent); in onProgress() method
H A DIModelDownloadListener.aidl29 void onProgress(in int completedPercent); in onProgress() method
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/lite/
H A DDownloadListener.java31 void onProgress(long currentSize); in onProgress() method
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloader.java42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress() method
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloader.java42 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress() method
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DS3MetaRequestResponseHandler.java69 default void onProgress(final S3MetaRequestProgress progress) { in onProgress() method
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DIDppCallback.aidl47 void onProgress(int status); in onProgress() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/haptics/slider/
DSliderStateListener.java41 public abstract void onProgress(@androidx.annotation.FloatRange(from = 0.0, to = 1.0) in onProgress() method
/aosp_15_r20/out/soong/.intermediates/frameworks/native/cmds/dumpstate/libdumpstateaidl/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/
DBnDumpstateListener.h35 ::android::binder::Status onProgress(int32_t progress) override { in onProgress() function
/aosp_15_r20/frameworks/native/cmds/dumpstate/binder/android/os/
H A DIDumpstateListener.aidl33 oneway void onProgress(int progress); in onProgress() method
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
H A DMddLiteConversionUtil.java81 public void onProgress(long currentSize) { in onProgress() method in MddLiteConversionUtil.ConvertedSingleFileDownloadListener
/aosp_15_r20/out/soong/.intermediates/system/gsid/gsi_aidl_interface-cpp-source/gen/android/gsi/
DIProgressCallback.cpp27 ::android::binder::Status BpProgressCallback::onProgress(int64_t current, int64_t total) { in onProgress() function in android::gsi::BpProgressCallback

12345678910>>...30