Home
last modified time | relevance | path

Searched refs:BackTargetType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DShellBackAnimationRegistry.java72 @BackNavigationInfo.BackTargetType int type, @NonNull BackAnimationRunner runner) { in registerAnimation()
81 void unregisterAnimation(@BackNavigationInfo.BackTargetType int type) { in unregisterAnimation()
113 boolean startGesture(@BackNavigationInfo.BackTargetType int type) { in startGesture()
128 boolean cancel(@BackNavigationInfo.BackTargetType int type) { in cancel()
137 boolean isAnimationCancelledOrNull(@BackNavigationInfo.BackTargetType int type) { in isAnimationCancelledOrNull()
145 boolean isWaitingAnimation(@BackNavigationInfo.BackTargetType int type) { in isWaitingAnimation()
DBackAnimationController.java213 @BackNavigationInfo.BackTargetType
422 void registerAnimation(@BackNavigationInfo.BackTargetType int type, in registerAnimation()
427 void unregisterAnimation(@BackNavigationInfo.BackTargetType int type) { in unregisterAnimation()
/frameworks/base/core/java/android/window/
DBackNavigationInfo.java112 public @interface BackTargetType { annotation in BackNavigationInfo
140 private BackNavigationInfo(@BackTargetType int type, in BackNavigationInfo()
195 public @BackTargetType int getType() { in getType()
328 public static String typeToString(@BackTargetType int type) { in typeToString()
459 public Builder setType(@BackTargetType int type) { in setType()
DBackAnimationAdapter.java83 public boolean isAnimatable(@BackNavigationInfo.BackTargetType int backType) { in isAnimatable()
/frameworks/base/services/core/java/com/android/server/wm/
DBackNavigationController.java84 private @BackNavigationInfo.BackTargetType int mLastBackType;