Searched refs:appsHeight (Results 1 – 1 of 1) sorted by relevance
131 int appsHeight = Math.min(height - getPaddingTop() - getPaddingBottom(), maxHeight); in onMeasure() local134 makeMeasureSpec(appsWidth, EXACTLY), makeMeasureSpec(appsHeight, EXACTLY)); in onMeasure()