Searched refs:ANIM_CUSTOM (Results 1 – 8 of 8) sorted by relevance
19 import static android.app.ActivityOptions.ANIM_CUSTOM;148 if (options.getType() == ANIM_CUSTOM) { in shouldAnimateAnimationOptions()
20 import static android.app.ActivityOptions.ANIM_CUSTOM;273 if (options == null || options.getType() != ANIM_CUSTOM) { in loadCustomAnimation()
171 .isEqualTo(ActivityOptions.ANIM_CUSTOM) in <lambda>()
451 public static final int ANIM_CUSTOM = 1; field in ActivityOptions608 opts.mAnimationType = ANIM_CUSTOM; in makeCustomAnimation()1300 case ANIM_CUSTOM: in ActivityOptions()2251 case ANIM_CUSTOM: in update()2325 case ANIM_CUSTOM: in toBundle()
20 import static android.app.ActivityOptions.ANIM_CUSTOM;1211 AnimationOptions options = new AnimationOptions(ANIM_CUSTOM); in makeCustomAnimOptions()1355 case ANIM_CUSTOM -> "CUSTOM"; in typeToString()
20 import static android.app.ActivityOptions.ANIM_CUSTOM;763 } else if (overrideType == ANIM_CUSTOM in loadAnimation()979 return animType == ANIM_CUSTOM || animType == ANIM_SCALE_UP in isSupportedOverrideAnimation()
22 import static android.app.ActivityOptions.ANIM_CUSTOM;5213 case ANIM_CUSTOM: in applyOptionsAnimation()
1714 Landroid/app/ActivityOptions;->ANIM_CUSTOM:I