Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlCallbacks.java39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
47 void scheduleApplyChangeInsets(InsetsAnimationControlRunner runner); in scheduleApplyChangeInsets()
54 void notifyFinished(InsetsAnimationControlRunner runner, boolean shown); in notifyFinished()
H A DRemoteAnimationAdapter.java74 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
83 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
89 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
H A DInsetsController.java581 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation()
586 final InsetsAnimationControlRunner runner; field in InsetsController.RunningAnimation
1418 final InsetsAnimationControlRunner runner = useInsetsAnimationThread in controlAnimationUncheckedInner() local
1568 public void notifyFinished(InsetsAnimationControlRunner runner, boolean shown) { in notifyFinished()
1815 InsetsAnimationControlRunner runner = mRunningAnimations.get(i).runner; in dumpDebug() local
1824 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
1859 public void scheduleApplyChangeInsets(InsetsAnimationControlRunner runner) { in scheduleApplyChangeInsets()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt162 val runner = activityLaunchAnimator.createRunner(controller) regex
176 val runner = activityLaunchAnimator.createRunner(controller) regex
189 val runner = activityLaunchAnimator.createRunner(controller) regex
205 val runner = activityLaunchAnimator.createRunner(controller) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DIBackAnimation.aidl32 in IRemoteAnimationRunner runner); in setBackToLauncherCallback()
H A DBackAnimationController.java329 IRemoteAnimationRunner runner) { in setBackToLauncherCallback()
361 @NonNull BackAnimationRunner runner) { in registerAnimation()
674 final BackAnimationRunner runner = mAnimationDefinition.get(backType); in onGestureFinished() local
770 IBackAnimationRunner runner = new IBackAnimationRunner.Stub() { in createAdapter() local
H A DBackAnimationRunner.java48 @NonNull IRemoteAnimationRunner runner) { in BackAnimationRunner()
/aosp14/frameworks/base/tools/bit/
H A Daapt.h28 string runner; member
/aosp14/frameworks/base/core/java/android/window/
H A DBackAnimationAdapter.java30 public BackAnimationAdapter(IBackAnimationRunner runner) { in BackAnimationAdapter()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/template/
H A DAudioTestHarnessTemplateAndroidTest.java61 AudioTestHarnessTemplateRunner runner = in extractArguments() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java316 public void attachToRunner(GraphRunner runner) { in attachToRunner()
468 GraphRunner runner = getRunner(); in run() local
484 GraphRunner runner = new GraphRunner(mContext); in getRunner() local
H A DFrameManager.java264 GraphRunner runner = GraphRunner.current(); in current() local
392 FrameManager(GraphRunner runner, int cacheType) { in FrameManager()
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java54 WifiAssociationTestRunner runner = (WifiAssociationTestRunner) getInstrumentation(); in testWifiAssociation() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardTransitionExecutor.kt60 val runner = RemoteAnimationAdapter(NULL_ACTIVITY_TRANSITION, 0, 0) regex
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInvalidateTest.java294 @NonNull final View view, @Nullable final Runnable runner) throws Throwable { in runOnMainAndDrawSync()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java72 public static IRemoteTransition.Stub wrap(IRemoteAnimationRunner runner) { in wrap()
H A DActivityManagerWrapper.java197 IRecentsAnimationRunner runner = null; in startRecentsActivity() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DFullRestoreEngine.java481 RestoreFileRunnable runner = new RestoreFileRunnable( in restoreOneFile() local
685 Runnable runner = new AdbRestoreFinishedRunnable(mAgent, token, in tearDownAgent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionIntentExecutor.kt84 val runner = RemoteAnimationAdapter(SCREENSHOT_REMOTE_RUNNER, 0, 0) regex
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java48 protected RunnerResult doInBackground(SyncRunner... runner) { in doInBackground()
/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java164 UiAutomatorTestRunner runner = (UiAutomatorTestRunner)o; in getRunner() local
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java538 public void setNetRunner(LowLevelNetRunner runner) { in setNetRunner()
549 public void setNetRunner(LowLevelNetRunner runner, in setNetRunner()
/aosp14/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java76 TestRunner runner= new TestRunner(); in run() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DKeyValueAdbBackupEngine.java272 … KeyValueAdbBackupDataCopier runner = new KeyValueAdbBackupDataCopier(mCurrentPackage, pipes[1], in writeBackupData() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupEngine.java247 FullBackupRunner runner = in backupOnePackage() local

12