HomeSort by relevance Sort by last modified time
    Searched refs:setContentHeight (Results 1 - 13 of 13) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AbsActionBarView.java 79 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
138 public void setContentHeight(int height) {
ScrollingTabContainerView.java 87 setContentHeight(abp.getTabContainerHeight());
198 public void setContentHeight(int contentHeight) {
230 setContentHeight(abp.getTabContainerHeight());
ActionBarContextView.java 96 public void setContentHeight(int height) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 156 public void setContentHeight(int contentHeight, int minHeightHint) {
NotificationTemplateViewWrapper.java 305 public void setContentHeight(int contentHeight, int minHeightHint) {
306 super.setContentHeight(contentHeight, minHeightHint);
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 93 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
171 public void setContentHeight(int height) {
ScrollingTabContainerView.java 75 setContentHeight(abp.getTabContainerHeight());
188 public void setContentHeight(int contentHeight) {
219 setContentHeight(abp.getTabContainerHeight());
ActionBarContextView.java 137 public void setContentHeight(int height) {
ActionBarView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 567 public void setContentHeight(int contentHeight) {
579 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint);
584 wrapper.setContentHeight(mUnrestrictedContentHeight, minHeightHint);
    [all...]
ExpandableNotificationRow.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatDelegateImpl.java     [all...]

Completed in 693 milliseconds