Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DPanelTaskViewController.kt58 ActivityOptions.makeCustomAnimation( in onInitialized()
DDetailDialog.kt91 val options = ActivityOptions.makeCustomAnimation( in <lambda>()
/frameworks/base/core/java/android/app/
DActivityOptions.java556 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
558 return makeCustomAnimation(context, enterResId, exitResId, 0, null, null); in makeCustomAnimation()
577 public static @NonNull ActivityOptions makeCustomAnimation(@NonNull Context context, in makeCustomAnimation() method in ActivityOptions
579 return makeCustomAnimation(context, enterResId, exitResId, backgroundColor, null, null); in makeCustomAnimation()
603 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
639 public static @NonNull ActivityOptions makeCustomAnimation(@NonNull Context context, in makeCustomAnimation() method in ActivityOptions
643 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, backgroundColor, in makeCustomAnimation()
678 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, 0, in makeCustomTaskAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractor.kt140 ActivityOptions.makeCustomAnimation(applicationContext, 0, 0).toBundle(), in startEmergencyDialerActivity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewHelper.java91 ActivityOptions options = ActivityOptions.makeCustomAnimation(mContext,
DBubbleExpandedView.java213 ActivityOptions options = ActivityOptions.makeCustomAnimation(getContext(),
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButtonController.java197 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java425 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java349 ActivityOptions.makeCustomAnimation( in buildMiniResolver()
/frameworks/base/core/java/android/widget/
DRemoteViews.java7281 opts = ActivityOptions.makeCustomAnimation(context,
/frameworks/base/core/api/
Dtest-current.txt195 …method @NonNull public static android.app.ActivityOptions makeCustomAnimation(@NonNull android.con…
Dcurrent.txt4923 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
4924 …method @NonNull public static android.app.ActivityOptions makeCustomAnimation(@NonNull android.con…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3671 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…