Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java165 private Drawable mRoundedCornerDrawableTop; field in ScreenDecorations
731 mRoundedDefaultTop.set(mRoundedCornerDrawableTop.getIntrinsicWidth(), in updateRoundedCornerRadii()
732 mRoundedCornerDrawableTop.getIntrinsicHeight()); in updateRoundedCornerRadii()
971 mRoundedCornerDrawableTop = getRoundedCornerTopDrawable(mContext, mDisplayUniqueId); in updateRoundedCornerDrawable()
977 final Drawable top = mRoundedCornerDrawableTop != null in updateRoundedCornerImageView()
978 ? mRoundedCornerDrawableTop : mRoundedCornerDrawable; in updateRoundedCornerImageView()