Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeWindowGeometry.java449 private final @NonNull Rect mBottomEdgeBounds; field in DragResizeWindowGeometry.TaskEdges
469 mBottomEdgeBounds = new Rect( in TaskEdges()
479 mRegion.union(mBottomEdgeBounds); in TaskEdges()
496 region.union(mBottomEdgeBounds); in union()
505 + " bottom " + mBottomEdgeBounds; in toString()
517 && this.mBottomEdgeBounds.equals(other.mBottomEdgeBounds); in equals()
526 mBottomEdgeBounds); in hashCode()