Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java164 private Drawable mRoundedCornerDrawable; field in ScreenDecorations
729 mRoundedDefault.set(mRoundedCornerDrawable.getIntrinsicWidth(), in updateRoundedCornerRadii()
730 mRoundedCornerDrawable.getIntrinsicHeight()); in updateRoundedCornerRadii()
970 mRoundedCornerDrawable = getRoundedCornerDrawable(mContext, mDisplayUniqueId); in updateRoundedCornerDrawable()
978 ? mRoundedCornerDrawableTop : mRoundedCornerDrawable; in updateRoundedCornerImageView()
980 ? mRoundedCornerDrawableBottom : mRoundedCornerDrawable; in updateRoundedCornerImageView()