Home
last modified time | relevance | path

Searched refs:getMinHeight (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java165 if (expandable && (rubberband + child.getMinHeight()) > child.getMaxHeight()) { in handleExpansion()
166 float overshoot = (rubberband + child.getMinHeight()) - child.getMaxHeight(); in handleExpansion()
170 child.setActualHeight((int) (child.getMinHeight() + rubberband)); in handleExpansion()
174 if (child.getActualHeight() == child.getMinHeight()) { in cancelExpansion()
178 child.getActualHeight(), child.getMinHeight()); in cancelExpansion()
DExpandableNotificationRow.java459 public int getMinHeight() { in getMinHeight() method in ExpandableNotificationRow
461 return showingLayout.getMinHeight(); in getMinHeight()
DExpandableView.java171 public int getMinHeight() { in getMinHeight() method in ExpandableView
DNotificationContentView.java174 public int getMinHeight() { in getMinHeight() method in NotificationContentView
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
DCardViewEclairMr1.java94 ((View) cardView).setMinimumHeight((int) Math.ceil(getMinHeight(cardView))); in updatePadding()
154 public float getMinHeight(CardViewDelegate cardView) { in getMinHeight() method in CardViewEclairMr1
155 return getShadowBackground(cardView).getMinHeight(); in getMinHeight()
DRoundRectDrawableWithShadow.java340 float getMinHeight() { in getMinHeight() method in RoundRectDrawableWithShadow
/frameworks/support/v7/cardview/base/android/support/v7/widget/
DCardViewImpl.java42 float getMinHeight(CardViewDelegate cardView); in getMinHeight() method
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java216 int getMinHeight() { in getMinHeight() method in PagerTabStrip
217 return Math.max(super.getMinHeight(), mMinStripHeight); in getMinHeight()
DPagerTitleStrip.java432 int minHeight = getMinHeight(); in onMeasure()
461 int getMinHeight() { in getMinHeight() method in PagerTitleStrip
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
DCardViewApi21.java61 public float getMinHeight(CardViewDelegate cardView) { in getMinHeight() method in CardViewApi21
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java191 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(this)); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java281 float getMinHeight() { in getMinHeight() method in FakeShadowDrawable
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt202 NO DOC BLOCK: android.widget.TextView Method getMinHeight()
/frameworks/base/core/java/android/widget/
DTextView.java3312 public int getMinHeight() { in getMinHeight() method in TextView
/frameworks/base/api/
Dsystem-current.txt41333 method public int getMinHeight();
Dcurrent.txt38804 method public int getMinHeight();