/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/ |
D | SliderStateListener.kt | 46 fun onProgress(@FloatRange(from = 0.0, to = 1.0) progress: Float) method
|
D | SliderHapticFeedbackProvider.kt | 177 override fun onProgress(@FloatRange(from = 0.0, to = 1.0) progress: Float) { in onProgress() method in com.android.systemui.haptics.slider.SliderHapticFeedbackProvider
|
/frameworks/base/core/java/android/os/ |
D | IRecoverySystemProgressListener.aidl | 23 void onProgress(int progress); in onProgress() method
|
D | IProgressListener.aidl | 24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
|
D | BugreportManager.java | 130 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
|
D | RecoverySystem.java | 227 public void onProgress(int progress); in onProgress() method
|
D | FileUtils.java | 156 public void onProgress(long progress); in onProgress() method
|
/frameworks/base/core/java/android/speech/ |
D | IModelDownloadListener.aidl | 29 void onProgress(in int completedPercent); in onProgress() method
|
D | ModelDownloadListener.java | 33 void onProgress(int completedPercent); in onProgress() method
|
D | SpeechRecognizerImpl.java | 723 public void onProgress(int completedPercent) throws RemoteException { in onProgress() method in SpeechRecognizerImpl.InternalModelDownloadListener
|
/frameworks/native/cmds/dumpstate/binder/android/os/ |
D | IDumpstateListener.aidl | 33 oneway void onProgress(int progress); in onProgress() method
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 252 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IImeTracker.aidl | 50 oneway void onProgress(in IBinder binder, int phase); in onProgress() method
|
/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
D | ScanCallback.java | 46 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
|
/frameworks/base/core/java/android/view/ |
D | WindowInsetsAnimation.java | 429 public abstract WindowInsets onProgress(@NonNull WindowInsets insets, in onProgress() method in WindowInsetsAnimation.Callback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/view/ |
D | MirroringConfirmationDialogDelegate.kt | 116 override fun onProgress( in <lambda>() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
D | BugreportManagerServiceImplTest.java | 292 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImplTest.Listener
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | ImeTrackerService.java | 100 public void onProgress(@NonNull IBinder binder, @ImeTracker.Phase int phase) { in onProgress() method in ImeTrackerService
|
/frameworks/av/media/module/libmediatranscoding/ |
D | TranscoderWrapper.cpp | 333 void TranscoderWrapper::onProgress(ClientIdType clientId, SessionIdType sessionId, in onProgress() function in android::TranscoderWrapper
|
/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/ |
D | BugreportManagerTest.java | 434 public void onProgress(float progress) { in onProgress() method in BugreportManagerTest.BugreportCallbackImpl
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ImeTracker.java | 392 void onProgress(@Nullable Token token, @Phase int phase); in onProgress() method
|
D | IInputMethodManagerGlobalInvoker.java | 707 static void onProgress(@NonNull IBinder binder, @ImeTracker.Phase int phase) { in onProgress() method in IInputMethodManagerGlobalInvoker
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 1411 public void onProgress(int id, int progress, Bundle extras) {} in onProgress() method in UserLifecycleTests.ProgressWaiter
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 151 binder::Status onProgress(int32_t progress) override { in onProgress() function in android::os::dumpstate::DumpstateListener
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | BugreportManagerServiceImpl.java | 1043 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImpl.DumpstateListener
|