Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DSplitBounds.java34 public final Rect rightBottomBounds; field in SplitBounds
53 public SplitBounds(Rect leftTopBounds, Rect rightBottomBounds, int leftTopTaskId, in SplitBounds()