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.java250 public static final int ANIM_CUSTOM_IN_PLACE = 10; field in ActivityOptions
353 opts.mAnimationType = ANIM_CUSTOM_IN_PLACE; in makeCustomInPlaceAnimation()
824 case ANIM_CUSTOM_IN_PLACE: in ActivityOptions()
1175 case ANIM_CUSTOM_IN_PLACE: in update()
1251 case ANIM_CUSTOM_IN_PLACE: in toBundle()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10376 if (activityOptions.getAnimationType() != ActivityOptions.ANIM_CUSTOM_IN_PLACE ||