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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
MaxHeightScrollView.java 25 private int mMaxHeight;
32 mMaxHeight = maxHeight;
38 setMeasuredDimension(getMeasuredWidth(), Math.min(getMeasuredHeight(), mMaxHeight));
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 36 private static int mMaxHeight;
52 mMaxHeight =
55 mImageHeightLandscape = (int) (mMaxHeight * .90f);
56 mTextHeightLandscape = (int) (mMaxHeight * .10f);
62 " mMaxHeight: " + mMaxHeight +
73 : mMaxHeight;
77 return mType == HVGA_LANDSCAPE ? mMaxHeight
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 38 private int mMaxHeight;
84 return mMaxHeight;
112 dest.writeInt(mMaxHeight);
123 private Integer mMaxHeight;
145 mMaxHeight = maxHeight;
155 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null
164 config.mMaxHeight = mMaxHeight;
  /frameworks/volley/src/com/android/volley/toolbox/
ImageRequest.java 47 private final int mMaxHeight;
77 mMaxHeight = maxHeight;
141 if (mMaxWidth == 0 && mMaxHeight == 0) {
152 int desiredWidth = getResizedDimension(mMaxWidth, mMaxHeight,
154 int desiredHeight = getResizedDimension(mMaxHeight, mMaxWidth,
  /frameworks/rs/
rsFont.h 167 uint32_t mMaxHeight;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 167 uint32_t mMaxHeight;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 167 uint32_t mMaxHeight;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 167 uint32_t mMaxHeight;
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /frameworks/base/core/java/android/widget/
ImageView.java 79 private int mMaxHeight = Integer.MAX_VALUE;
339 return mMaxHeight;
364 mMaxHeight = maxHeight;
922 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec);
    [all...]
ProgressBar.java 204 int mMaxHeight;
271 // Calling this method can set mMaxHeight, make sure the corresponding
272 // XML attribute for mMaxHeight is read after calling this method
282 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight);
508 mMaxHeight = 48;
736 if (mMaxHeight < drawableHeight) {
737 mMaxHeight = drawableHeight;
    [all...]
NumberPicker.java 231 private final int mMaxHeight;
628 mMaxHeight = attributesArray.getDimensionPixelSize(
630 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
631 && mMinHeight > mMaxHeight) {
795 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarCompat.java 81 int mMaxHeight;
135 // Calling this method can set mMaxHeight, make sure the corresponding
136 // XML attribute for mMaxHeight is read after calling this method
145 mMaxHeight = a.getDimensionPixelSize(12, mMaxHeight);
253 mMaxHeight = 48;
359 if (mMaxHeight < drawableHeight) {
360 mMaxHeight = drawableHeight;
813 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 197 int mMaxHeight;
258 // Calling this method can set mMaxHeight, make sure the corresponding
259 // XML attribute for mMaxHeight is read after calling this method
269 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight);
411 mMaxHeight = 48;
519 if (mMaxHeight < drawableHeight) {
520 mMaxHeight = drawableHeight;
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 725 milliseconds