Searched defs:contentHeight (Results 1 – 9 of 9) sorted by relevance
123 int contentHeight = getHeight() - paddingTop - paddingBottom; in onDraw() local
319 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
281 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
320 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
388 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
192 public void setContentHeight(int contentHeight) { in setContentHeight()
1095 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
600 public void setContentHeight(int contentHeight) { in setContentHeight()
1360 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local