/aosp12/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 | 501 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 D | RemoteAnimationAdapterCompat.java | 54 public RemoteAnimationAdapterCompat(RemoteAnimationRunnerCompat runner, long duration, in RemoteAnimationAdapterCompat() 66 public static RemoteTransitionCompat buildRemoteTransition(RemoteAnimationRunnerCompat runner, in buildRemoteTransition()
|
/aosp12/build/soong/ui/terminal/ |
H A D | status_test.go | 131 type runner struct { struct 132 counts status.Counts 133 stat status.StatusOutput
|
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/include/ |
H A D | PipeRunner.h | 42 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeRunner> runner; member
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimatorTest.kt | 156 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 D | PixelFormatUtils.cpp | 22 namespace runner { namespace
|
H A D | EventGenerator.cpp | 22 namespace runner { namespace
|
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/ |
H A D | StatusUtil.cpp | 20 namespace runner { namespace
|
H A D | Factory.cpp | 21 namespace runner { namespace
|
/aosp12/frameworks/base/tools/bit/ |
H A D | aapt.h | 28 string runner; member
|
/aosp12/art/test/146-bad-interface/src-art/ |
H A D | Main.java | 33 Class<?> runner = Class.forName("InvokeInf", true, p); in main() local
|
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/ |
H A D | Factory.cpp | 21 namespace runner { namespace
|
H A D | ConfigBuilder.cpp | 20 namespace runner { namespace
|
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
H A D | MockEngine.cpp | 20 namespace runner { namespace
|
H A D | Factory.cpp | 24 namespace runner { namespace
|
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/ |
H A D | SemanticManagerFuzzer.cpp | 26 namespace runner { namespace
|
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/ |
H A D | Factory.cpp | 24 namespace runner { namespace
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/template/ |
H A D | AudioTestHarnessTemplateAndroidTest.java | 61 AudioTestHarnessTemplateRunner runner = in extractArguments() local
|
/aosp12/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
|
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
H A D | WifiAssociationTest.java | 54 WifiAssociationTestRunner runner = (WifiAssociationTestRunner) getInstrumentation(); in testWifiAssociation() local
|
/aosp12/frameworks/base/startop/scripts/app_startup/ |
H A D | run_app_with_prefetch_test.py | 43 import run_app_with_prefetch as runner namespace
|
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
H A D | PipeOptionsConverterTest.cpp | 34 namespace runner { namespace
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 192 private static IRemoteTransition wrap(IRemoteAnimationRunner runner) { in wrap()
|