HomeSort by relevance Sort by last modified time
    Searched defs:mMaxHeight (Results 1 - 20 of 20) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/
MaxHeightScrollView.java 32 private final int mMaxHeight;
38 mMaxHeight = attr.getDimensionPixelSize(R.styleable.MaxHeightScrollView_android_maxHeight,
46 if (mMaxHeight != NO_MAX_HEIGHT) {
47 setMeasuredDimension(getMeasuredWidth(), Math.min(getMeasuredHeight(), mMaxHeight));
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
MaxHeightScrollView.java 25 private int mMaxHeight;
32 mMaxHeight = maxHeight;
38 setMeasuredDimension(getMeasuredWidth(), Math.min(getMeasuredHeight(), mMaxHeight));
  /frameworks/support/preference/src/main/java/androidx/preference/internal/
PreferenceImageView.java 37 private int mMaxHeight = Integer.MAX_VALUE;
80 mMaxHeight = maxHeight;
86 return mMaxHeight;
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 37 private int mMaxHeight;
83 return mMaxHeight;
107 dest.writeInt(mMaxHeight);
118 private Integer mMaxHeight;
140 mMaxHeight = maxHeight;
150 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null
159 config.mMaxHeight = mMaxHeight;
175 && config.mMaxHeight == mMaxHeight;
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
FillContentLayout.java 46 private int mMaxHeight;
68 mMaxHeight = a.getDimensionPixelSize(
101 Math.min(mMaxHeight, parentHeight),
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 52 private final int mMaxHeight;
84 mMaxHeight = maxHeight;
178 if (mMaxWidth == 0 && mMaxHeight == 0) {
189 int desiredWidth = getResizedDimension(mMaxWidth, mMaxHeight,
191 int desiredHeight = getResizedDimension(mMaxHeight, mMaxWidth,
  /frameworks/support/slices/view/src/main/java/androidx/slice/
SliceUtils.java 129 private int mMaxHeight = 1000;
179 return mMaxHeight;
224 mMaxHeight = height;
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
GridContent.java 75 private int mMaxHeight;
87 mMaxHeight = res.getDimensionPixelSize(R.dimen.abc_slice_grid_max_height);
261 ? hasImage ? mMaxHeight : mMinHeight
RowContent.java 76 private int mMaxHeight;
82 mMaxHeight = context.getResources().getDimensionPixelSize(R.dimen.abc_slice_row_max_height);
320 : mMaxHeight;
330 int rowHeight = (getLineCount() > 1 || mIsHeader) ? mMaxHeight : mMinHeight;
335 rowHeight = mIsHeader ? mMaxHeight : mRangeHeight;
  /packages/apps/TV/src/com/android/tv/util/images/
ImageLoader.java 282 protected final int mMaxHeight;
294 bitmapInfo != null && bitmapInfo.needToReload(mMaxWidth, mMaxHeight);
307 + mMaxHeight
316 return (other.mMaxHeight != Integer.MAX_VALUE && mMaxHeight >= other.mMaxHeight * 2)
338 mMaxHeight = maxHeight;
383 + mMaxHeight
402 mAppContext, getKey(), mMaxWidth, mMaxHeight);
433 return BitmapUtils.createScaledBitmapInfo(getKey(), original, mMaxWidth, mMaxHeight);
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
ScaledLayout.java 51 private final int mMaxHeight;
69 mMaxHeight = size.y;
216 scaleHeight > mMaxHeight ? mMaxHeight : scaleHeight,
  /frameworks/rs/
rsFont.h 167 uint32_t mMaxHeight;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 210 int32_t mMaxHeight;
  /frameworks/base/core/java/android/widget/
ImageView.java 106 private int mMaxHeight = Integer.MAX_VALUE;
392 return mMaxHeight;
417 mMaxHeight = maxHeight;
    [all...]
ProgressBar.java 173 int mMaxHeight;
246 // Calling setProgressDrawable can set mMaxHeight, so make sure the
247 // corresponding XML attribute for mMaxHeight is read after calling
262 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight);
541 mMaxHeight = 48;
790 if (mMaxHeight < drawableHeight) {
791 mMaxHeight = drawableHeight;
    [all...]
NumberPicker.java 239 private final int mMaxHeight;
649 mMaxHeight = attributesArray.getDimensionPixelSize(
651 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
652 && mMinHeight > mMaxHeight) {
823 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java     [all...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 575 milliseconds