Searched defs:contentHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java305 public void setContentHeight(int contentHeight, int minHeightHint) { argument
306 super.setContentHeight(contentHeight, minHeightHint);
308 mContentHeight = contentHeight;
H A DNotificationViewWrapper.java156 public void setContentHeight(int contentHeight, int minHeightHint) { argument
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAbsActionBarView.java259 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
262 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java198 public void setContentHeight(int contentHeight) { argument
199 mContentHeight = contentHeight;
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
321 int childTop = y + (contentHeight - childHeight) / 2;
H A DScrollingTabContainerView.java188 public void setContentHeight(int contentHeight) { argument
189 mContentHeight = contentHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java567 public void setContentHeight(int contentHeight) { argument
568 mUnrestrictedContentHeight = Math.max(contentHeight, getMinHeight());

Completed in 182 milliseconds