Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/os/
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
H A DBugreportManager.java123 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) {} in onProgress() method in BugreportManager.BugreportCallback
323 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManager.DumpstateListener
/aosp12/system/gsid/aidl/android/gsi/
H A DIProgressCallback.aidl33 void onProgress(long current, long total); in onProgress() method
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarBugreportCallback.aidl36 void onProgress(float progress); in onProgress() method
H A DCarBugreportManager.java83 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallback
123 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallbackWrapper
/aosp12/system/iorap/binder/com/google/android/startop/iorap/
H A DITaskListener.aidl29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() method
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIDppCallback.aidl47 void onProgress(int status); in onProgress() method
H A DEasyConnectStatusCallback.java286 public abstract void onProgress(@EasyConnectProgressStatusCode int code); in onProgress() method in EasyConnectStatusCallback
/aosp12/frameworks/native/cmds/dumpstate/binder/android/os/
H A DIDumpstateListener.aidl33 oneway void onProgress(int progress); in onProgress() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DKeyboardInsetAnimationCallback.java51 public WindowInsets onProgress(WindowInsets windowInsets, List<WindowInsetsAnimation> list) { in onProgress() method in KeyboardInsetAnimationCallback
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java251 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DScanCallback.java38 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppInitiatorViewModel.java112 public void onProgress(int code) { in onProgress() method in WifiDppInitiatorViewModel.EasyConnectDelegateCallback
H A DWifiDppAddDeviceFragment.java98 public void onProgress(int code) { in onProgress() method in WifiDppAddDeviceFragment.EasyConnectConfiguratorStatusCallback
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DEasyConnectQRState.java207 public void onProgress(int code) { in onProgress() method in EasyConnectQRState.QRCodeFragment.EasyConnectDelegateCallback
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarBugreportManagerTest.java181 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManagerTest.FakeCarBugreportCallback
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimation.java429 public abstract WindowInsets onProgress(@NonNull WindowInsets insets, in onProgress() method in WindowInsetsAnimation.Callback
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp49 std::function<void(const uint32_t& dlNow, const uint32_t& dlTotal)>&& onProgress) {} in SetOnProgressCallback()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicFrameProcessor.java68 public void onProgress(boolean isFinished, float panningRateX, float panningRateY, in onProgress() method
/aosp12/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp38 android::binder::Status onProgress(int64_t current, int64_t total) { in onProgress() function in android::fiemap::ProgressCallback
/aosp12/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerServiceImpl.java344 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImpl.DumpstateListener
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerImeController.java286 private void onProgress(float progress, SurfaceControl.Transaction t) { in onProgress() method in DividerImeController
/aosp12/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
H A DBugreportManagerTest.java317 public void onProgress(float progress) { in onProgress() method in BugreportManagerTest.BugreportCallbackImpl
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugReportService.java168 void onProgress(float progress); in onProgress() method

12