Searched refs:ANIM_SCALE_UP (Results 1 – 6 of 6) sorted by relevance
137 .isEqualTo(ActivityOptions.ANIM_SCALE_UP) in <lambda>()147 .isEqualTo(ActivityOptions.ANIM_SCALE_UP) in <lambda>()
453 public static final int ANIM_SCALE_UP = 2; field in ActivityOptions808 opts.mAnimationType = ANIM_SCALE_UP; in makeScaleUpAnimation()1312 case ANIM_SCALE_UP: in ActivityOptions()2262 case ANIM_SCALE_UP: in update()2335 case ANIM_SCALE_UP: in toBundle()
23 import static android.app.ActivityOptions.ANIM_SCALE_UP;1234 AnimationOptions options = new AnimationOptions(ANIM_SCALE_UP); in makeScaleUpAnimOptions()1356 case ANIM_SCALE_UP -> "SCALE_UP"; in typeToString()
23 import static android.app.ActivityOptions.ANIM_SCALE_UP;772 } else if (overrideType == ANIM_SCALE_UP) { in loadAnimation()979 return animType == ANIM_CUSTOM || animType == ANIM_SCALE_UP in isSupportedOverrideAnimation()
26 import static android.app.ActivityOptions.ANIM_SCALE_UP;5243 case ANIM_SCALE_UP: in applyOptionsAnimation()
1721 Landroid/app/ActivityOptions;->ANIM_SCALE_UP:I