Searched defs:heightHint (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java117 int heightHint = View.MeasureSpec.getSize(heightMeasureSpec) - mHost.getPaddingTop()
134 widthHint, heightHint);
136 info.fillLayoutParams(params, widthHint, heightHint);
400 int heightHint) {
421 params.height = Math.round(heightHint * heightPercent);
449 int widthHint, int heightHint) {
450 fillMarginLayoutParams(null, params, widthHint, heightHint);
459 int widthHint, int heightHint) {
460 fillLayoutParams(params, widthHint, heightHint);
476 params.topMargin = Math.round(heightHint * topMarginPercen
399 fillLayoutParams(ViewGroup.LayoutParams params, int widthHint, int heightHint) argument
448 fillMarginLayoutParams(ViewGroup.MarginLayoutParams params, int widthHint, int heightHint) argument
458 fillMarginLayoutParams(View view, ViewGroup.MarginLayoutParams params, int widthHint, int heightHint) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DListView.java1241 private void measureScrapChild(View child, int position, int widthMeasureSpec, int heightHint) { argument
1258 childHeightSpec = MeasureSpec.makeSafeMeasureSpec(heightHint, MeasureSpec.UNSPECIFIED);

Completed in 83 milliseconds