Home
last modified time | relevance | path

Searched refs:MODE_CLOSING (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java30 public static final int MODE_CLOSING = RemoteAnimationTarget.MODE_CLOSING; field in RemoteAnimationTargetCompat
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java57 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget
61 MODE_CLOSING
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java23 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
574 mTarget = new RemoteAnimationTarget(mTask.mTaskId, MODE_CLOSING, mCapturedLeash, in createRemoteAnimationApp()
DRemoteAnimationController.java322 return RemoteAnimationTarget.MODE_CLOSING; in getMode()