Searched defs:getSuggestedMinimumHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapView.java42 protected int getSuggestedMinimumHeight() { method in class:BitmapView
/frameworks/base/media/java/android/media/update/
H A DViewGroupHelper.java108 protected int getSuggestedMinimumHeight() { method in class:ViewGroupHelper
210 return ViewGroupHelper.super.getSuggestedMinimumHeight();
316 return ViewGroupHelper.this.getSuggestedMinimumHeight();
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java714 protected int getSuggestedMinimumHeight() { method in class:CoordinatorLayout
715 return Math.max(super.getSuggestedMinimumHeight(), getPaddingTop() + getPaddingBottom());
756 int heightUsed = getSuggestedMinimumHeight();
/frameworks/base/core/java/android/view/
H A DView.java23224 * and width ({@link #getSuggestedMinimumHeight()} and
23238 * @see #getSuggestedMinimumHeight()
23245 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec));
23387 protected int getSuggestedMinimumHeight() { method in class:View
[all...]

Completed in 197 milliseconds