Searched refs:mRoundedCornerDrawableTop (Results 1 – 1 of 1) sorted by relevance
165 private Drawable mRoundedCornerDrawableTop; field in ScreenDecorations731 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()