Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java219 public static final int ANIM_CUSTOM_IN_PLACE = 10; field in ActivityOptions
317 opts.mAnimationType = ANIM_CUSTOM_IN_PLACE; in makeCustomInPlaceAnimation()
819 case ANIM_CUSTOM_IN_PLACE: in ActivityOptions()
1101 case ANIM_CUSTOM_IN_PLACE: in update()
1179 case ANIM_CUSTOM_IN_PLACE: in toBundle()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9504 if (opts.getAnimationType() != ActivityOptions.ANIM_CUSTOM_IN_PLACE || in startInPlaceAnimationOnFrontMostApplication()