Searched defs:setContentHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java69 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
96 public void setContentHeight(int height) { method in class:AbsActionBarView
H A DActionBarContextView.java139 public void setContentHeight(int height) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java78 setContentHeight(abp.getTabContainerHeight());
189 public void setContentHeight(int contentHeight) { method in class:ScrollingTabContainerView
220 setContentHeight(abp.getTabContainerHeight());
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java69 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
98 public void setContentHeight(int height) { method in class:AbsActionBarView
H A DActionBarContextView.java129 public void setContentHeight(int height) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java69 setContentHeight(abp.getTabContainerHeight());
184 public void setContentHeight(int contentHeight) { method in class:ScrollingTabContainerView
202 setContentHeight(abp.getTabContainerHeight());

Completed in 61 milliseconds