Searched refs:measureViewHeight (Results 1 – 4 of 4) sorted by relevance
129 final int h = Utils.measureViewHeight(this, parent); in measureHeight()
139 final int h = Utils.measureViewHeight(this, parent); in measureHeight()
518 final int h = Utils.measureViewHeight(this, parent); in measureHeight()
388 public static int measureViewHeight(View child, ViewGroup parent) { in measureViewHeight() method in Utils