Searched defs:contentHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java236 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
239 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java189 public void setContentHeight(int contentHeight) { argument
190 mContentHeight = contentHeight;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java192 protected int positionChild(View child, int x, int y, int contentHeight) { argument
195 int childTop = y + (contentHeight - childHeight) / 2;
202 protected int positionChildInverse(View child, int x, int y, int contentHeight) { argument
205 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java184 public void setContentHeight(int contentHeight) { argument
185 mContentHeight = contentHeight;

Completed in 161 milliseconds