/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AbsActionBarView.java | 94 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0)); in onConfigurationChanged() 172 public void setContentHeight(int height) { in setContentHeight() method in AbsActionBarView
|
H A D | ScrollingTabContainerView.java | 78 setContentHeight(abp.getTabContainerHeight()); in ScrollingTabContainerView() 193 public void setContentHeight(int contentHeight) { in setContentHeight() method in ScrollingTabContainerView 224 setContentHeight(abp.getTabContainerHeight()); in onConfigurationChanged()
|
H A D | ActionBarContextView.java | 139 public void setContentHeight(int height) { in setContentHeight() method in ActionBarContextView
|
H A D | ActionBarView.java | 1083 mContextView.setContentHeight(getMeasuredHeight()); in onMeasure()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationTemplateViewWrapper.java | 310 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationTemplateViewWrapper 311 super.setContentHeight(contentHeight, minHeightHint); in setContentHeight()
|
H A D | NotificationViewWrapper.java | 336 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight() method in NotificationViewWrapper
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 594 public void setContentHeight(int contentHeight) { in setContentHeight() method in NotificationContentView 612 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight() 617 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint); in setContentHeight() 876 visibleWrapper.setContentHeight(mUnrestrictedContentHeight, in selectLayout()
|
H A D | ExpandableNotificationRow.java | 3149 l.setContentHeight(height); 3151 l.setContentHeight(contentHeight);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AmbientState.java | 491 public void setContentHeight(int contentHeight) { in setContentHeight() method in AmbientState
|
H A D | NotificationStackScrollLayout.java | 2359 mAmbientState.setContentHeight(mContentHeight);
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 1984 mPrimaryActionModeView.setContentHeight(height); in createStandaloneActionMode()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 86642 Lcom/android/internal/widget/ScrollingTabContainerView;->setContentHeight(I)V
|