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

/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/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java85 static int getMinimumHeight(View view) { method in class:ViewCompatBase
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
124 .getHeight() >= mBigBackgroundDrawable.getMinimumHeight());
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DDrawableWrapperDonut.java143 public int getMinimumHeight() { method in class:DrawableWrapperDonut
144 return mDrawable.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.java317 range -= ViewCompat.getMinimumHeight(child);
365 range += ViewCompat.getMinimumHeight(child);
407 return range - ViewCompat.getMinimumHeight(child);
420 final int minHeight = ViewCompat.getMinimumHeight(this);
429 ? (ViewCompat.getMinimumHeight(getChildAt(childCount - 1)) * 2) + topInset
503 * @see ViewCompat#getMinimumHeight(View)
521 * @see ViewCompat#getMinimumHeight(View)
966 offset += ViewCompat.getMinimumHeight(child);
1071 childScrollableHeight -= ViewCompat.getMinimumHeight(child);
1112 visBottom == ViewCompat.getMinimumHeight(chil
[all...]
H A DCollapsingToolbarLayout.java718 return 2 * ViewCompat.getMinimumHeight(this);
893 final int expandRange = getHeight() - ViewCompat.getMinimumHeight(
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java94 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DFrameLayout.java221 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DListView.java3215 final int height = drawable.getMinimumHeight();
3232 final int height = drawable.getMinimumHeight();
H A DProgressBar.java799 int drawableHeight = d.getMinimumHeight();
H A DEditor.java3125 mSelectHandleLeft.getMinimumHeight(),
3126 mSelectHandleRight.getMinimumHeight());
3131 mHandleHeight = mSelectHandleCenter.getMinimumHeight();
H A DToolbar.java1378 final int alignmentHeight = getMinimumHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java98 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight());
H A DFloatingToolbar.java577 int minimumOverflowHeightWithMargin = mOverflowPanel.getMinimumHeight() + margin;
1240 public int getMinimumHeight() { method in class:FloatingToolbar.FloatingToolbarOverflowPanel
/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.java331 public int getMinimumHeight(View view); method in interface:ViewCompat.ViewCompatImpl
654 public int getMinimumHeight(View view) { method in class:ViewCompat.BaseViewCompatImpl
655 return ViewCompatBase.getMinimumHeight(view);
1288 public int getMinimumHeight(View view) { method in class:ViewCompat.JBViewCompatImpl
1289 return ViewCompatJB.getMinimumHeight(view);
2314 public static int getMinimumHeight(View view) { method in class:ViewCompat
2315 return IMPL.getMinimumHeight(view);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java367 public int getMinimumHeight() { method in class:DrawableContainer
371 return mCurrDrawable != null ? mCurrDrawable.getMinimumHeight() : 0;
1016 s = dr.getMinimumHeight();
H A DDrawable.java950 public int getMinimumHeight() { method in class:Drawable
H A DNinePatchDrawable.java548 public int getMinimumHeight() { method in class:NinePatchDrawable
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java224 public int getMinimumHeight() { method in class:WallpaperManager.FastBitmapDrawable
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2530 height = ViewCompat.getMinimumHeight(this);
7552 * @return The host RecyclerView's {@link View#getMinimumHeight()}
7554 public int getMinimumHeight() { method in class:RecyclerView.LayoutManager
7555 return ViewCompat.getMinimumHeight(mRecyclerView);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1398 final int alignmentHeight = ViewCompat.getMinimumHeight(this);
/frameworks/base/core/java/android/view/
H A DView.java17283 || mBackground.getMinimumHeight() != background.getMinimumHeight()
19005 * ({@link android.graphics.drawable.Drawable#getMinimumHeight()}).
19013 return (mBackground == null) ? mMinHeight : max(mMinHeight, mBackground.getMinimumHeight());
19041 public int getMinimumHeight() { method in class:View
19052 * @see #getMinimumHeight()

Completed in 2983 milliseconds