Searched refs:setContentHeight (Results 1 – 10 of 10) sorted by relevance
94 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged()172 public void setContentHeight(int height) { in setContentHeight() method in AbsActionBarView
77 setContentHeight(abp.getTabContainerHeight()); in ScrollingTabContainerView()192 public void setContentHeight(int contentHeight) { in setContentHeight() method in ScrollingTabContainerView223 setContentHeight(abp.getTabContainerHeight()); in onConfigurationChanged()
139 public void setContentHeight(int height) { in setContentHeight() method in ActionBarContextView
1083 mContextView.setContentHeight(getMeasuredHeight()); in onMeasure()
319 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationTemplateViewWrapper320 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
281 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationViewWrapper
600 public void setContentHeight(int contentHeight) { in setContentHeight() method in NotificationContentView618 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()623 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight()877 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()
2750 l.setContentHeight(contentHeight);
1872 mPrimaryActionModeView.setContentHeight(height); in createStandaloneActionMode()
107759 Lcom/android/internal/widget/ScrollingTabContainerView;->setContentHeight(I)V