Home
last modified time | relevance | path

Searched defs:MODE_CLOSING (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java48 public static final int MODE_CLOSING = RemoteAnimationTarget.MODE_CLOSING; field in RemoteAnimationTargetCompat
/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java67 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget