Searched refs:TRANSIT_NONE (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java172 public static final int TRANSIT_NONE = 0; field in class:FragmentTransaction
182 @IntDef({TRANSIT_NONE, TRANSIT_FRAGMENT_OPEN, TRANSIT_FRAGMENT_CLOSE, TRANSIT_FRAGMENT_FADE})
205 * one of {@link #TRANSIT_NONE}, {@link #TRANSIT_FRAGMENT_OPEN},
H A DBackStackRecord.java261 if (mTransition != FragmentTransaction.TRANSIT_NONE) {
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentTransaction.java188 @IntDef({TRANSIT_NONE, TRANSIT_FRAGMENT_OPEN, TRANSIT_FRAGMENT_CLOSE, TRANSIT_FRAGMENT_FADE})
195 public static final int TRANSIT_NONE = 0; field in class:FragmentTransaction
254 * one of {@link #TRANSIT_NONE}, {@link #TRANSIT_FRAGMENT_OPEN},
H A DBackStackRecord.java259 if (mTransition != FragmentTransaction.TRANSIT_NONE) {
/frameworks/base/services/core/java/com/android/server/am/
H A DKeyguardController.java33 import static com.android.server.wm.AppTransition.TRANSIT_NONE;
H A DActivityStack.java78 import static com.android.server.wm.AppTransition.TRANSIT_NONE;
2465 mWindowManager.prepareAppTransition(TRANSIT_NONE, false);
2477 mWindowManager.prepareAppTransition(TRANSIT_NONE, false);
2490 mWindowManager.prepareAppTransition(TRANSIT_NONE, false);
2875 mWindowManager.prepareAppTransition(TRANSIT_NONE, keepCurTransition);
4542 mWindowManager.prepareAppTransition(TRANSIT_NONE, false);
H A DActivityManagerService.java183 import static com.android.server.wm.AppTransition.TRANSIT_NONE;
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java18 import static com.android.server.wm.AppTransition.TRANSIT_NONE;
585 if (transit == TRANSIT_NONE) {
586 return TRANSIT_NONE;
H A DAppTransition.java94 // perform or TRANSIT_NONE if we are not waiting. If we are waiting,
104 public static final int TRANSIT_NONE = 0; field in class:AppTransition
1869 case TRANSIT_NONE: {
1870 return "TRANSIT_NONE";
2019 if (mLastUsedAppTransition != TRANSIT_NONE) {
2045 || mNextAppTransition == TRANSIT_NONE) {
H A DDockedStackDividerController.java32 import static com.android.server.wm.AppTransition.TRANSIT_NONE;
564 && appTransition != TRANSIT_NONE &&
H A DWindowManagerService.java1615 prepareAppTransition(AppTransition.TRANSIT_NONE, !ALWAYS_KEEP_CURRENT);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1257 ? FragmentTransaction.TRANSIT_NONE

Completed in 259 milliseconds