Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java867 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure() local
869 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1226 int resolvedWidth = verticalBar ? size : LayoutParams.MATCH_PARENT; in updateColorViewInt() local
1241 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()
1258 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()
1262 lp.width = resolvedWidth; in updateColorViewInt()