Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java133 private DisplayCutoutView mCutoutBottom; field in ScreenDecorations
149 mCutoutBottom.setProtection(protectionPath, bounds);
150 mCutoutBottom.setShowProtection(true);
157 mCutoutBottom.setShowProtection(false);
413 mCutoutBottom = new DisplayCutoutView(mContext, false, in setupDecorations()
415 ((ViewGroup) mBottomOverlay).addView(mCutoutBottom); in setupDecorations()
510 mCutoutBottom.setColor(tint); in updateColorInversion()
625 mCutoutBottom.setRotation(mRotation); in updateViews()