Home
last modified time | relevance | path

Searched refs:onProgress (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
DIIorapIntegrationTest.kt50 override fun onProgress(requestId: RequestId?, result: TaskResult?) { in <lambda>() method in com.google.android.startop.iorap.IIorapIntegrationTest.DummyTaskListener
80 .onProgress(eq(requestId), argThat { it!!.state == TaskResult.STATE_BEGAN }) in <lambda>()
82 .onProgress(eq(requestId), argThat { it!!.state == TaskResult.STATE_ONGOING }) in <lambda>()
/frameworks/base/core/java/android/os/
DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress() method
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
326 mExecutor.execute(() -> mCallback.onProgress(progress)); in onProgress()
DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
DFileUtils.java139 public void onProgress(long progress); in onProgress() method
497 listener.onProgress(progressSnapshot); in copyInternalSplice()
506 listener.onProgress(progressSnapshot); in copyInternalSplice()
537 listener.onProgress(progressSnapshot); in copyInternalSendfile()
546 listener.onProgress(progressSnapshot); in copyInternalSendfile()
598 listener.onProgress(progressSnapshot); in copyInternalUserspace()
607 listener.onProgress(progressSnapshot); in copyInternalUserspace()
DRecoverySystem.java230 public void onProgress(int progress); in onProgress() method
296 listener.onProgress(0); in verifyPackage()
403 listenerForInner.onProgress(lastPercent); in verifyPackage()
413 listener.onProgress(100); in verifyPackage()
535 public void onProgress(final int progress) { in processPackage()
544 listener.onProgress(progress); in processPackage()
/frameworks/base/core/java/com/android/internal/util/
DProgressReporter.java99 listener.onProgress(mId, mProgress, mExtras); in addListener()
221 mListeners.getBroadcastItem(i).onProgress(id, progress, extras); in notifyProgress()
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl33 oneway void onProgress(int progress); in onProgress() method
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java173 public WindowInsets onProgress(WindowInsets insets, in onCreate()
175 mTransitions.forEach(it -> it.onProgress(insets)); in onCreate()
251 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DDividerImeController.java273 onProgress(progress, t); in onImePositionChanged()
286 private void onProgress(float progress, SurfaceControl.Transaction t) { in onProgress() method in DividerImeController
317 onProgress(1.f, t); in onEnd()
342 onProgress(value, t); in startAsyncAnimation()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DWindowInsetsControllerActivity.java47 public WindowInsets onProgress(@NonNull WindowInsets insets, in onCreate()
/frameworks/base/media/java/android/media/tv/tuner/frontend/
DScanCallback.java38 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java425 onProgress(getProgress(imeTop)); in onImePositionChanged()
433 onProgress(1.0f); in onImeEndPositioning()
465 private void onProgress(float progress) { in onProgress() method in SplitLayout.ImePositionProcessor
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java344 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImpl.DumpstateListener
345 mListener.onProgress(progress); in onProgress()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java240 mIDumpstateListener.onProgress(10); in testProgress()
243 mIDumpstateListener.onProgress(95); in testProgress()
247 mIDumpstateListener.onProgress(200); in testProgress()
250 mIDumpstateListener.onProgress(300); in testProgress()
614 mIDumpstateListener.onProgress(0); in sendBugreportStarted()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimation.java429 public abstract WindowInsets onProgress(@NonNull WindowInsets insets, in onProgress() method in WindowInsetsAnimation.Callback
/frameworks/av/media/libmediatranscoding/include/media/
DTranscoderWrapper.h102 void onProgress(ClientIdType clientId, SessionIdType sessionId, int32_t progress);
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp69 MOCK_METHOD1(onProgress, binder::Status(int32_t progress));
715 EXPECT_CALL(*listener, onProgress(66)); // 20/30 % in TEST_F()
721 EXPECT_CALL(*listener, onProgress(80)); // 24/30 % in TEST_F()
729 EXPECT_CALL(*listener, onProgress(90)); // 27/30 % in TEST_F()
736 EXPECT_CALL(*listener, onProgress(96)); // 29/30 % in TEST_F()
742 EXPECT_CALL(*listener, onProgress(100)); // 30/30 % in TEST_F()
971 EXPECT_CALL(*listener, onProgress(16)); // 5/30 % in TEST_F()
Ddumpstate_smoke_test.cpp151 binder::Status onProgress(int32_t progress) override { in onProgress() function in android::os::dumpstate::DumpstateListener
/frameworks/av/media/libmediatranscoding/
DTranscoderWrapper.cpp161 owner->onProgress(mClientId, mSessionId, progress); in onProgressUpdate()
333 void TranscoderWrapper::onProgress(ClientIdType clientId, SessionIdType sessionId, in onProgress() function in android::TranscoderWrapper
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java452 public WindowInsets onProgress(@NonNull WindowInsets insets, in setImeListener()
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java1112 private void onProgress(int percent) { in onProgress() method in Tuner
1115 mScanCallbackExecutor.execute(() -> mScanCallback.onProgress(percent)); in onProgress()
/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java317 public void onProgress(float progress) { in onProgress() method in BugreportManagerTest.BugreportCallbackImpl
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DIorapForwardingService.java710 public void onProgress(RequestId requestId, TaskResult result) throws RemoteException {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java135 public WindowInsets onProgress(WindowInsets windowInsets,

12