Home
last modified time | relevance | path

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

1234

/aosp12/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.java501 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation()
506 final InsetsAnimationControlRunner runner; field in InsetsController.RunningAnimation
800 final InsetsAnimationControlRunner runner = new InsetsResizeAnimationRunner( in startResizingAnimationIfNeeded() local
1107 final InsetsAnimationControlRunner runner = useInsetsAnimationThread in controlAnimationUnchecked() local
1266 public void notifyFinished(InsetsAnimationControlRunner runner, boolean shown) { in notifyFinished()
1513 InsetsAnimationControlRunner runner = mRunningAnimations.get(i).runner; in dumpDebug() local
1522 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
1557 public void scheduleApplyChangeInsets(InsetsAnimationControlRunner runner) { in scheduleApplyChangeInsets()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java54 public RemoteAnimationAdapterCompat(RemoteAnimationRunnerCompat runner, long duration, in RemoteAnimationAdapterCompat()
66 public static RemoteTransitionCompat buildRemoteTransition(RemoteAnimationRunnerCompat runner, in buildRemoteTransition()
/aosp12/build/soong/ui/terminal/
H A Dstatus_test.go131 type runner struct { struct
132 counts status.Counts
133 stat status.StatusOutput
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/include/
H A DPipeRunner.h42 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeRunner> runner; member
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt156 val runner = activityLaunchAnimator.createRunner(controller) regex
167 val runner = activityLaunchAnimator.createRunner(controller) regex
177 val runner = activityLaunchAnimator.createRunner(controller) regex
/aosp12/packages/services/Car/cpp/computepipe/runner/
H A DPixelFormatUtils.cpp22 namespace runner { namespace
H A DEventGenerator.cpp22 namespace runner { namespace
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DStatusUtil.cpp20 namespace runner { namespace
H A DFactory.cpp21 namespace runner { namespace
/aosp12/frameworks/base/tools/bit/
H A Daapt.h28 string runner; member
/aosp12/art/test/146-bad-interface/src-art/
H A DMain.java33 Class<?> runner = Class.forName("InvokeInf", true, p); in main() local
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DFactory.cpp21 namespace runner { namespace
H A DConfigBuilder.cpp20 namespace runner { namespace
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/
H A DMockEngine.cpp20 namespace runner { namespace
H A DFactory.cpp24 namespace runner { namespace
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DSemanticManagerFuzzer.cpp26 namespace runner { namespace
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/
H A DFactory.cpp24 namespace runner { namespace
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/template/
H A DAudioTestHarnessTemplateAndroidTest.java61 AudioTestHarnessTemplateRunner runner = in extractArguments() local
/aosp12/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
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java54 WifiAssociationTestRunner runner = (WifiAssociationTestRunner) getInstrumentation(); in testWifiAssociation() local
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Drun_app_with_prefetch_test.py43 import run_app_with_prefetch as runner namespace
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
H A DPipeOptionsConverterTest.cpp34 namespace runner { namespace
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java192 private static IRemoteTransition wrap(IRemoteAnimationRunner runner) { in wrap()

1234