Searched refs:ANIM_SCALE_UP (Results 1 – 5 of 5) sorted by relevance
22 import static android.app.ActivityOptions.ANIM_SCALE_UP;618 AnimationOptions options = new AnimationOptions(ANIM_SCALE_UP); in makeScaleUpAnimOptions()701 case ANIM_SCALE_UP: return "ANIM_SCALE_UP"; in typeToString()
360 public static final int ANIM_SCALE_UP = 2; field in ActivityOptions654 opts.mAnimationType = ANIM_SCALE_UP; in makeScaleUpAnimation()1112 case ANIM_SCALE_UP: in ActivityOptions()1774 case ANIM_SCALE_UP: in update()1854 case ANIM_SCALE_UP: in toBundle()
23 import static android.app.ActivityOptions.ANIM_SCALE_UP;428 } else if (overrideType == ANIM_SCALE_UP) { in loadAnimation()
26 import static android.app.ActivityOptions.ANIM_SCALE_UP;4482 case ANIM_SCALE_UP: in applyOptionsAnimation()
1721 Landroid/app/ActivityOptions;->ANIM_SCALE_UP:I