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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 170 child.setContentHeight((int) (child.getMinHeight() + rubberband));
ExpandableView.java 118 setContentHeight(initialHeight);
176 public void setContentHeight(int contentHeight) {
NotificationContentView.java 252 public void setContentHeight(int contentHeight) {
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 89 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
116 public void setContentHeight(int height) {
ActionBarContextView.java 137 public void setContentHeight(int height) {
ScrollingTabContainerView.java 76 setContentHeight(abp.getTabContainerHeight());
189 public void setContentHeight(int contentHeight) {
220 setContentHeight(abp.getTabContainerHeight());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 84 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
143 public void setContentHeight(int height) {
ActionBarContextView.java 94 public void setContentHeight(int height) {
ScrollingTabContainerView.java 86 setContentHeight(abp.getTabContainerHeight());
197 public void setContentHeight(int contentHeight) {
230 setContentHeight(abp.getTabContainerHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 139 mView.setContentHeight((int) h);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 307 milliseconds