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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java241 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
244 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java195 public void setContentHeight(int contentHeight) { argument
196 mContentHeight = contentHeight;
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java257 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
260 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java188 public void setContentHeight(int contentHeight) { argument
189 mContentHeight = contentHeight;

Completed in 195 milliseconds