Home
last modified time | relevance | path

Searched refs:makeCustomAnimation (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java452 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 DCarFullscreenTaskListener.java72 .makeCustomAnimation(mContext, /* enterResId= */ 0, /* exitResId= */ 0); in onTaskAppeared()
H A DCarDisplayAreaOrganizer.java391 .makeCustomAnimation(mContext, in startMapsInBackGroundDisplayArea()
401 .makeCustomAnimation(mContext, in startControlBarInDisplayArea()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DActivityOptionsCompat.java78 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 DDetailDialog.kt79 ActivityOptions.makeCustomAnimation(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButtonController.java157 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java288 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DCarLauncher.java317 ActivityOptions options = ActivityOptions.makeCustomAnimation(this, in startMapsInTaskView()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackSwipeHandler.java138 ActivityOptions options = ActivityOptions.makeCustomAnimation(mContext, 0, 0); in createHomeAnimationFactory()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java234 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 DBubbleExpandedView.java148 ActivityOptions options = ActivityOptions.makeCustomAnimation(getContext(),
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java716 ActivityOptions.makeCustomAnimation(mContext, 0, 0).toBundle()); in onScrollCaptureResponseReady()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java735 ActivityOptions opts = ActivityOptionsCompat.makeCustomAnimation( in launchTask()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java6609 opts = ActivityOptions.makeCustomAnimation(context,
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt147 …method @NonNull public static android.app.ActivityOptions makeCustomAnimation(@NonNull android.con…
H A Dcurrent.txt4379 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt3671 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…