Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DPrivacyChipDrawable.java59 private final int mBgHeight; field in PrivacyChipDrawable
86 mBgHeight = res.getDimensionPixelSize(R.dimen.privacy_chip_dot_bg_height); in PrivacyChipDrawable()
139 Gravity.apply(Gravity.END, mBgWidth, mBgHeight, bounds, out, mLayoutDirection); in getBackgroundBounds()