/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlCallbacks.java | 39 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 D | RemoteAnimationAdapter.java | 74 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 D | InsetsController.java | 581 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 D | ActivityLaunchAnimatorTest.kt | 162 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 D | IBackAnimation.aidl | 32 in IRemoteAnimationRunner runner); in setBackToLauncherCallback()
|
H A D | BackAnimationController.java | 329 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 D | BackAnimationRunner.java | 48 @NonNull IRemoteAnimationRunner runner) { in BackAnimationRunner()
|
/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.h | 28 string runner; member
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | BackAnimationAdapter.java | 30 public BackAnimationAdapter(IBackAnimationRunner runner) { in BackAnimationAdapter()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/template/ |
H A D | AudioTestHarnessTemplateAndroidTest.java | 61 AudioTestHarnessTemplateRunner runner = in extractArguments() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FilterGraph.java | 316 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 D | FrameManager.java | 264 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 D | WifiAssociationTest.java | 54 WifiAssociationTestRunner runner = (WifiAssociationTestRunner) getInstrumentation(); in testWifiAssociation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardTransitionExecutor.kt | 60 val runner = RemoteAnimationAdapter(NULL_ACTIVITY_TRANSITION, 0, 0) regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewInvalidateTest.java | 294 @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 D | RemoteAnimationRunnerCompat.java | 72 public static IRemoteTransition.Stub wrap(IRemoteAnimationRunner runner) { in wrap()
|
H A D | ActivityManagerWrapper.java | 197 IRecentsAnimationRunner runner = null; in startRecentsActivity() local
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
H A D | FullRestoreEngine.java | 481 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 D | ActionIntentExecutor.kt | 84 val runner = RemoteAnimationAdapter(SCREENSHOT_REMOTE_RUNNER, 0, 0) regex
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | AsyncRunner.java | 48 protected RunnerResult doInBackground(SyncRunner... runner) { in doInBackground()
|
/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
H A D | RunTestCommand.java | 164 UiAutomatorTestRunner runner = (UiAutomatorTestRunner)o; in getRunner() local
|
/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestEventHandler.java | 538 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 D | TestRunner.java | 76 TestRunner runner= new TestRunner(); in run() local
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | KeyValueAdbBackupEngine.java | 272 … KeyValueAdbBackupDataCopier runner = new KeyValueAdbBackupDataCopier(mCurrentPackage, pipes[1], in writeBackupData() local
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
H A D | FullBackupEngine.java | 247 FullBackupRunner runner = in backupOnePackage() local
|