Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java878 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure() local
880 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1453 int resolvedWidth = verticalBar ? size : LayoutParams.MATCH_PARENT; in updateColorViewInt() local
1468 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()
1485 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()
1489 lp.width = resolvedWidth; in updateColorViewInt()