[go: nahoru, domu]

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java235 public void setContentHeight(int contentHeight, int minHeightHint) { method in class:NotificationTemplateViewWrapper
236 super.setContentHeight(contentHeight, minHeightHint);
H A DNotificationViewWrapper.java164 public void setContentHeight(int contentHeight, int minHeightHint) { method in class:NotificationViewWrapper
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java137 public void setContentHeight(int height) { method in class:ActionBarContextView
H A DAbsActionBarView.java93 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
171 public void setContentHeight(int height) { method in class:AbsActionBarView
H A DScrollingTabContainerView.java76 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/widget/
H A DAbsActionBarView.java82 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
141 public void setContentHeight(int height) { method in class:AbsActionBarView
H A DActionBarContextView.java91 public void setContentHeight(int height) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java83 setContentHeight(abp.getTabContainerHeight());
194 public void setContentHeight(int contentHeight) { method in class:ScrollingTabContainerView
227 setContentHeight(abp.getTabContainerHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java414 public void setContentHeight(int contentHeight) { method in class:NotificationContentView
422 wrapper.setContentHeight(mContentHeight, minHeightHint);
427 wrapper.setContentHeight(mContentHeight, minHeightHint);
613 visibleWrapper.setContentHeight(mContentHeight, getMinContentHeightHint());

Completed in 114 milliseconds