Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java36 private final Rect mBoundingRect = new Rect(); field in DisplayCutoutView
73 mBoundingRect.setEmpty(); in update()
78 localBounds(mBoundingRect); in update()
110 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
111 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java880 private final Rect mBoundingRect = new Rect(); field in ScreenDecorations.DisplayCutoutView
1035 mBoundingRect.setEmpty(); in update()
1040 localBounds(mBoundingRect); in update()
1133 mTotalBounds.union(mBoundingRect); in onMeasure()
1141 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
1142 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()