Searched refs:heightHint (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/percent/src/android/support/percent/ |
D | PercentLayoutHelper.java | 115 int heightHint = View.MeasureSpec.getSize(heightMeasureSpec) - mHost.getPaddingTop() in adjustChildren() local 132 widthHint, heightHint); in adjustChildren() 134 info.fillLayoutParams(params, widthHint, heightHint); in adjustChildren() 398 int heightHint) { in fillLayoutParams() argument 419 params.height = (int) (heightHint * heightPercent); in fillLayoutParams() 447 int widthHint, int heightHint) { in fillMarginLayoutParams() argument 448 fillMarginLayoutParams(null, params, widthHint, heightHint); in fillMarginLayoutParams() 457 int widthHint, int heightHint) { in fillMarginLayoutParams() argument 458 fillLayoutParams(params, widthHint, heightHint); in fillMarginLayoutParams() 474 params.topMargin = (int) (heightHint * topMarginPercent); in fillMarginLayoutParams() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 1241 private void measureScrapChild(View child, int position, int widthMeasureSpec, int heightHint) { in measureScrapChild() argument 1258 childHeightSpec = MeasureSpec.makeSafeMeasureSpec(heightHint, MeasureSpec.UNSPECIFIED); in measureScrapChild()
|