Searched refs:getMinimumHeight (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java77 public static int getMinimumHeight(View view) { method in class:ViewCompatJB
78 return view.getMinimumHeight();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java67 mPause.getBackground().getMinimumHeight());
70 mPrev.getBackground().getMinimumHeight());
73 mNext.getBackground().getMinimumHeight());
/frameworks/base/core/java/com/android/internal/widget/
H A DButtonBarLayout.java133 if (getMinimumHeight() != minHeight) {
148 public int getMinimumHeight() { method in class:ButtonBarLayout
149 return Math.max(mMinimumHeight, super.getMinimumHeight());
H A DDialogViewAnimator.java98 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DAlertDialogLayout.java254 final int minHeight = v.getMinimumHeight();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java181 public int getMinimumHeight() { method in class:VectorDrawableCommon
183 return mDelegateDrawable.getMinimumHeight();
185 return super.getMinimumHeight();
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
124 .getHeight() >= mBigBackgroundDrawable.getMinimumHeight());
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java140 public int getMinimumHeight() { method in class:DrawableWrapper
141 return mDrawable.getMinimumHeight();
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java354 range -= ViewCompat.getMinimumHeight(child);
399 range += ViewCompat.getMinimumHeight(child);
402 range += childHeight - ViewCompat.getMinimumHeight(child);
442 range -= ViewCompat.getMinimumHeight(child) + getTopInset();
469 final int minHeight = ViewCompat.getMinimumHeight(this);
478 ? ViewCompat.getMinimumHeight(getChildAt(childCount - 1)) : 0;
593 * @see ViewCompat#getMinimumHeight(View)
611 * @see ViewCompat#getMinimumHeight(View)
971 snapBottom += ViewCompat.getMinimumHeight(offsetChild);
976 final int seam = snapBottom + ViewCompat.getMinimumHeight(offsetChil
[all...]
H A DCollapsingToolbarLayout.java1019 final int minHeight = ViewCompat.getMinimumHeight(this);
1222 final int expandRange = getHeight() - ViewCompat.getMinimumHeight(
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java86 static int getMinimumHeight(View view) { method in class:ViewCompatBase
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DDrawableWrapperDonut.java186 public int getMinimumHeight() { method in class:DrawableWrapperDonut
187 return mDrawable.getMinimumHeight();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DWrapContentBasicTest.java170 when(mRecyclerView.getMinimumHeight()).thenReturn(250);
174 when(mRecyclerView.getMinimumHeight()).thenReturn(50);
H A DTestedFrameLayout.java90 getMinimumHeight()));
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java100 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DFrameLayout.java212 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DListView.java3296 final int height = drawable.getMinimumHeight();
3313 final int height = drawable.getMinimumHeight();
H A DProgressBar.java826 int drawableHeight = d.getMinimumHeight();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java118 height = Math.max(height, getMinimumHeight());
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java416 int getMinimumHeight(View view); method in interface:ViewCompat.ViewCompatImpl
754 public int getMinimumHeight(View view) { method in class:ViewCompat.BaseViewCompatImpl
755 return ViewCompatBase.getMinimumHeight(view);
1459 public int getMinimumHeight(View view) { method in class:ViewCompat.JBViewCompatImpl
1460 return ViewCompatJB.getMinimumHeight(view);
2571 public static int getMinimumHeight(View view) { method in class:ViewCompat
2572 return IMPL.getMinimumHeight(view);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java372 public int getMinimumHeight() { method in class:DrawableContainer
376 return mCurrDrawable != null ? mCurrDrawable.getMinimumHeight() : 0;
1102 s = dr.getMinimumHeight();
H A DDrawable.java1023 public int getMinimumHeight() { method in class:Drawable
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java293 height = chooseSize(hSpec, usedHeight, getMinimumHeight());
300 getMinimumHeight());
H A DStaggeredGridLayoutManager.java583 height = chooseSize(hSpec, usedHeight, getMinimumHeight());
590 getMinimumHeight());
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java262 public int getMinimumHeight() { method in class:WallpaperManager.FastBitmapDrawable

Completed in 3147 milliseconds

12