Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java111 private int mCachedWidth = -1; field in Clock
331 mCachedWidth = getMeasuredWidth(); in onMeasure()
336 if (mCachedWidth > measuredWidth) { in onMeasure()
337 setMeasuredDimension(mCachedWidth, getMeasuredHeight()); in onMeasure()
339 mCachedWidth = measuredWidth; in onMeasure()
386 mCachedWidth = -1; in reloadDimens()