Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java416 private final Rect mBoundingRect = new Rect(); field in ScreenDecorations.DisplayCutoutView
482 mBoundingRect.setEmpty(); in update()
487 localBounds(mBoundingRect); in update()
559 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
560 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()