Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java872 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure() local
873 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1355 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size; in updateColorViewInt() local
1371 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()
1388 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()
1391 lp.height = resolvedHeight; in updateColorViewInt()