Home
last modified time | relevance | path

Searched refs:bottomOrRight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DEdgeDetector.kt47 val bottomOrRight: Edge in source() constant
53 bottomOrRight = Edge.Right in source()
59 bottomOrRight = Edge.Bottom in source()
66 axisPosition >= axisSize - sizePx -> bottomOrRight in source()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2359 public void onSnappedToDismiss(boolean bottomOrRight, @ExitReason int exitReason) { in onSnappedToDismiss() argument
2361 bottomOrRight, exitReasonToString(exitReason)); in onSnappedToDismiss()
2363 bottomOrRight ? mSideStagePosition == SPLIT_POSITION_BOTTOM_OR_RIGHT in onSnappedToDismiss()