Home
last modified time | relevance | path

Searched defs:contentHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/webkit/
DViewStateSerializer.java59 int contentHeight = dis.readInt(); in deserializeViewState() local
DWebViewCore.java3020 int contentWidth, int contentHeight, float xPercentInDoc, in showRect()
DWebViewClassic.java6937 int contentHeight = contentToViewDimension(mContentHeight); in onMeasure() local
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java222 protected int positionChild(View child, int x, int y, int contentHeight) { in positionChild()
232 protected int positionChildInverse(View child, int x, int y, int contentHeight) { in positionChildInverse()
DActionBarContextView.java459 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
DScrollingTabContainerView.java181 public void setContentHeight(int contentHeight) { in setContentHeight()
DActionBarView.java1015 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
/frameworks/base/core/java/android/widget/
DScrollView.java1148 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local