Home
last modified time | relevance | path

Searched refs:ANIM_CUSTOM (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityOptions.java232 public static final int ANIM_CUSTOM = 1; field in ActivityOptions
327 opts.mAnimationType = ANIM_CUSTOM; in makeCustomAnimation()
817 case ANIM_CUSTOM: in ActivityOptions()
1163 case ANIM_CUSTOM: in update()
1245 case ANIM_CUSTOM: in toBundle()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java30 import static android.app.ActivityOptions.ANIM_CUSTOM;
1389 case ANIM_CUSTOM: in applyOptionsLocked()