Home
last modified time | relevance | path

Searched refs:setContentHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAbsActionBarView.java80 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged()
139 public void setContentHeight(int height) { in setContentHeight() method in AbsActionBarView
DScrollingTabContainerView.java87 setContentHeight(abp.getTabContainerHeight()); in ScrollingTabContainerView()
198 public void setContentHeight(int contentHeight) { in setContentHeight() method in ScrollingTabContainerView
230 setContentHeight(abp.getTabContainerHeight()); in onConfigurationChanged()
DActionBarContextView.java95 public void setContentHeight(int height) { in setContentHeight() method in ActionBarContextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTemplateViewWrapper.java235 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationTemplateViewWrapper
236 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
DNotificationViewWrapper.java164 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationViewWrapper
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java93 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged()
171 public void setContentHeight(int height) { in setContentHeight() method in AbsActionBarView
DScrollingTabContainerView.java76 setContentHeight(abp.getTabContainerHeight()); in ScrollingTabContainerView()
189 public void setContentHeight(int contentHeight) { in setContentHeight() method in ScrollingTabContainerView
220 setContentHeight(abp.getTabContainerHeight()); in onConfigurationChanged()
DActionBarContextView.java137 public void setContentHeight(int height) { in setContentHeight() method in ActionBarContextView
DActionBarView.java1083 mContextView.setContentHeight(getMeasuredHeight()); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java422 public void setContentHeight(int contentHeight) { in setContentHeight() method in NotificationContentView
430 wrapper.setContentHeight(mContentHeight, minHeightHint); in setContentHeight()
435 wrapper.setContentHeight(mContentHeight, minHeightHint); in setContentHeight()
622 visibleWrapper.setContentHeight(mContentHeight, getMinContentHeightHint()); in selectLayout()
DExpandableNotificationRow.java1496 mPrivateLayout.setContentHeight(contentHeight);
1497 mPublicLayout.setContentHeight(contentHeight);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java773 mActionModeView.setContentHeight(height); in startSupportActionModeFromWindow()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1633 mPrimaryActionModeView.setContentHeight(height);