Searched refs:getMinimumHeight (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DProgressBar.java789 int drawableHeight = d.getMinimumHeight();
H A DToolbar.java1713 final int minHeight = getMinimumHeight();
H A DListView.java3387 final int height = drawable.getMinimumHeight();
3404 final int height = drawable.getMinimumHeight();
H A DEditor.java3919 mSelectHandleLeft.getMinimumHeight(),
3920 mSelectHandleRight.getMinimumHeight());
3925 mHandleHeight = mSelectHandleCenter.getMinimumHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3033 getMinimumHeight());
6977 int height = chooseSize(hSpec, usedHeight, getMinimumHeight());
9250 * @return The host RecyclerView's {@link View#getMinimumHeight()}
9252 public int getMinimumHeight() { method in class:RecyclerView.LayoutManager
9253 return mRecyclerView.getMinimumHeight();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java1719 final int minHeight = ViewCompat.getMinimumHeight(this);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3361 ViewCompat.getMinimumHeight(this));
7527 int height = chooseSize(hSpec, usedHeight, getMinimumHeight());
9972 * @return The host RecyclerView's {@link View#getMinimumHeight()}
9975 public int getMinimumHeight() { method in class:RecyclerView.LayoutManager
9976 return ViewCompat.getMinimumHeight(mRecyclerView);
/frameworks/base/core/java/android/view/
H A DView.java21529 || mBackground.getMinimumHeight() != background.getMinimumHeight()
23380 * ({@link android.graphics.drawable.Drawable#getMinimumHeight()}).
23388 return (mBackground == null) ? mMinHeight : max(mMinHeight, mBackground.getMinimumHeight());
23416 public int getMinimumHeight() { method in class:View
23427 * @see #getMinimumHeight()
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt10545 HPLcom/android/internal/widget/ButtonBarLayout;->getMinimumHeight()I
[all...]

Completed in 992 milliseconds

12