Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeWindowGeometry.java446 private final @NonNull Rect mTopEdgeBounds; field in DragResizeWindowGeometry.TaskEdges
454 mTopEdgeBounds = new Rect( in TaskEdges()
476 mRegion.union(mTopEdgeBounds); in TaskEdges()
493 region.union(mTopEdgeBounds); in union()
502 + " top " + mTopEdgeBounds in toString()
514 return this.mTopEdgeBounds.equals(other.mTopEdgeBounds) in equals()
523 mTopEdgeBounds, in hashCode()