/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 452 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions 454 return makeCustomAnimation(context, enterResId, exitResId, null, null, null); in makeCustomAnimation() 477 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions 510 public static @NonNull ActivityOptions makeCustomAnimation(@NonNull Context context, in makeCustomAnimation() method in ActivityOptions 514 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, handler, in makeCustomAnimation() 548 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, handler, in makeCustomTaskAnimation()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarFullscreenTaskListener.java | 72 .makeCustomAnimation(mContext, /* enterResId= */ 0, /* exitResId= */ 0); in onTaskAppeared()
|
H A D | CarDisplayAreaOrganizer.java | 391 .makeCustomAnimation(mContext, in startMapsInBackGroundDisplayArea() 401 .makeCustomAnimation(mContext, in startControlBarInDisplayArea()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | ActivityOptionsCompat.java | 78 public static ActivityOptions makeCustomAnimation(Context context, int enterResId, in makeCustomAnimation() method in ActivityOptionsCompat
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | DetailDialog.kt | 79 ActivityOptions.makeCustomAnimation(
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | EmergencyButtonController.java | 157 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
H A D | AssistManager.java | 288 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
H A D | CarLauncher.java | 317 ActivityOptions options = ActivityOptions.makeCustomAnimation(this, in startMapsInTaskView()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | FallbackSwipeHandler.java | 138 ActivityOptions options = ActivityOptions.makeCustomAnimation(mContext, 0, 0); in createHomeAnimationFactory()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | AddItemActivity.java | 234 ActivityOptions.makeCustomAnimation(this, 0, android.R.anim.fade_out) in onLongClick()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleExpandedView.java | 148 ActivityOptions options = ActivityOptions.makeCustomAnimation(getContext(),
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 716 ActivityOptions.makeCustomAnimation(mContext, 0, 0).toBundle()); in onScrollCaptureResponseReady()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 735 ActivityOptions opts = ActivityOptionsCompat.makeCustomAnimation( in launchTask()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 6609 opts = ActivityOptions.makeCustomAnimation(context,
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 147 …method @NonNull public static android.app.ActivityOptions makeCustomAnimation(@NonNull android.con…
|
H A D | current.txt | 4379 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 3671 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
|