HomeSort by relevance Sort by last modified time
    Searched defs:mMaxHeight (Results 1 - 21 of 21) 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/v7/preference/src/android/support/v7/internal/widget/
PreferenceImageView.java 36 private int mMaxHeight = Integer.MAX_VALUE;
79 mMaxHeight = maxHeight;
85 return mMaxHeight;
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 48 private final int mMaxHeight;
80 mMaxHeight = maxHeight;
174 if (mMaxWidth == 0 && mMaxHeight == 0) {
185 int desiredWidth = getResizedDimension(mMaxWidth, mMaxHeight,
187 int desiredHeight = getResizedDimension(mMaxHeight, mMaxWidth,
  /frameworks/base/core/java/com/android/internal/widget/
MessagingLinearLayout.java 48 private int 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),
  /frameworks/base/core/java/android/widget/
ImageView.java 105 private int mMaxHeight = Integer.MAX_VALUE;
391 return mMaxHeight;
416 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;
645 mMaxHeight = attributesArray.getDimensionPixelSize(
647 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
648 && mMinHeight > mMaxHeight) {
819 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight);
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/layout/
ScaledLayout.java 54 private final int mMaxHeight;
72 mMaxHeight = size.y;
205 scaleHeight > mMaxHeight ? mMaxHeight : scaleHeight, MeasureSpec.EXACTLY);
  /packages/apps/TV/src/com/android/tv/util/
ImageLoader.java 265 protected final int mMaxHeight;
277 .needToReload(mMaxWidth, mMaxHeight);
284 + ", reqHeight=" + mMaxHeight
295 return (other.mMaxHeight != Integer.MAX_VALUE && mMaxHeight >= other.mMaxHeight * 2)
314 mMaxHeight = maxHeight;
355 return this.getClass().getSimpleName() + "(" + mKey + " " + mMaxWidth + "x" + mMaxHeight
370 .decodeSampledBitmapFromUriString(mAppContext, getKey(), mMaxWidth, mMaxHeight);
403 return BitmapUtils.createScaledBitmapInfo(getKey(), original, mMaxWidth, mMaxHeight);
    [all...]
  /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;
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java 714 private final int mMaxHeight;
728 mMaxHeight = maxHeight;
740 if ((left.width <= mMaxWidth && left.height <= mMaxHeight)
741 != (right.width <= mMaxWidth && right.height <= mMaxHeight)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java     [all...]
  /prebuilts/sdk/current/extras/constraint-layout/libs/
android-support-constraint-layout.jar 
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /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 2116 milliseconds