Searched refs:getMaxHeight (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DDetailsOverviewLogoPresenter.java146 if (imageView.getMaxWidth() > 0 || imageView.getMaxHeight() > 0) {
154 if (imageView.getMaxHeight() > 0) {
155 if (lp.height > imageView.getMaxHeight()) {
156 maxScaleHeight = imageView.getMaxHeight() / (float) lp.height;
/frameworks/support/preference/src/main/java/androidx/preference/internal/
H A DPreferenceImageView.java85 public int getMaxHeight() { method in class:PreferenceImageView
104 final int maxHeight = getMaxHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DPreferenceImageView.java60 final int maxHeight = getMaxHeight();
/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java82 public int getMaxHeight() { method in class:TvStreamConfig
/frameworks/support/slices/view/src/main/java/androidx/slice/
H A DSliceXml.java363 if (height > options.getMaxHeight()) {
364 width = (int) (options.getMaxHeight() * width / (double) height);
365 height = options.getMaxHeight();
H A DSliceUtils.java178 public int getMaxHeight() { method in class:SliceUtils.SerializeOptions
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java353 public int getMaxHeight() { method in class:EdgeEffect
H A DImageView.java391 public int getMaxHeight() { method in class:ImageView
411 * @see #getMaxHeight()
H A DAbsListView.java3721 invalidate(left, top, right, top + mEdgeGlowTop.getMaxHeight());
3732 invalidate(left, bottom - mEdgeGlowBottom.getMaxHeight(), right, bottom);
4343 translateX + width ,translateY + mEdgeGlowTop.getMaxHeight());
4354 canvas.clipRect(translateX, translateY + height - mEdgeGlowBottom.getMaxHeight(),
H A DTextView.java4857 * @see #getMaxHeight()
4883 public int getMaxHeight() { method in class:TextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java724 public int getMaxHeight() { method in class:NotificationContentView
H A DExpandableNotificationRow.java2503 return showingLayout.getMaxHeight();
/frameworks/base/config/
H A Dboot-image-profile.txt7854 HPLandroid/widget/TextView;->getMaxHeight()I
[all...]

Completed in 380 milliseconds