Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java118 setContentHeight(initialHeight); in onLayout()
176 public void setContentHeight(int contentHeight) { in setContentHeight() method in ExpandableView
DExpandableNotificationRow.java565 setContentHeight(mMaxExpandHeight); in applyExpansionToLayout()
567 setContentHeight(mRowMinHeight); in applyExpansionToLayout()
867 mPrivateLayout.setContentHeight(contentHeight); in setActualHeight()
868 mPublicLayout.setContentHeight(contentHeight); in setActualHeight()
DDragDownHelper.java170 child.setContentHeight((int) (child.getMinHeight() + rubberband)); in handleExpansion()
DNotificationContentView.java252 public void setContentHeight(int contentHeight) { in setContentHeight() method in NotificationContentView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DAbsActionBarView.java84 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged()
143 public void setContentHeight(int height) { in setContentHeight() method in AbsActionBarView
DScrollingTabContainerView.java86 setContentHeight(abp.getTabContainerHeight()); in ScrollingTabContainerView()
197 public void setContentHeight(int contentHeight) { in setContentHeight() method in ScrollingTabContainerView
230 setContentHeight(abp.getTabContainerHeight()); in onConfigurationChanged()
DActionBarContextView.java94 public void setContentHeight(int height) { in setContentHeight() method in ActionBarContextView
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java89 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged()
116 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.java1081 mContextView.setContentHeight(getMeasuredHeight()); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java139 mView.setContentHeight((int) h); in setHeight()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java707 mActionModeView.setContentHeight(height); in startSupportActionModeFromWindow()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java3395 mPrimaryActionModeView.setContentHeight(height);