Searched refs:mMaxHeight (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipPixel.java | 65 private final int mMaxHeight; field in BipPixel 105 mMaxHeight = maxHeight; in BipPixel() 169 mMaxHeight = maxHeight; in BipPixel() 189 return mMaxHeight; in getMaxHeight() 232 s = mMaxWidth + "*" + mMaxHeight; in toString() 235 s = mMinWidth + "*" + mMinHeight + "-" + mMaxWidth + "*" + mMaxHeight; in toString() 238 s = mMinWidth + "**-" + mMaxWidth + "*" + mMaxHeight; in toString()
|
/packages/apps/TV/src/com/android/tv/util/images/ |
D | ImageLoader.java | 278 protected final int mMaxHeight; field in ImageLoader.LoadBitmapTask 290 bitmapInfo != null && bitmapInfo.needToReload(mMaxWidth, mMaxHeight); in isReloadNeeded() 303 + mMaxHeight in isReloadNeeded() 312 return (other.mMaxHeight != Integer.MAX_VALUE && mMaxHeight >= other.mMaxHeight * 2) in isReloadNeeded() 334 mMaxHeight = maxHeight; in LoadBitmapTask() 379 + mMaxHeight in toString() 398 mAppContext, getKey(), mMaxWidth, mMaxHeight); in doGetBitmapInBackground() 428 : BitmapUtils.createScaledBitmapInfo(getKey(), bm, mMaxWidth, mMaxHeight); in doGetBitmapInBackground()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | MaxHeightScrollView.java | 32 private final int mMaxHeight; field in MaxHeightScrollView 38 mMaxHeight = attr.getDimensionPixelSize(R.styleable.MaxHeightScrollView_android_maxHeight, in MaxHeightScrollView() 46 if (mMaxHeight != NO_MAX_HEIGHT) { in onMeasure() 47 setMeasuredDimension(getMeasuredWidth(), Math.min(getMeasuredHeight(), mMaxHeight)); in onMeasure() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/ |
D | ScaledLayout.java | 48 private final int mMaxHeight; field in ScaledLayout 66 mMaxHeight = size.y; in ScaledLayout() 213 scaleHeight > mMaxHeight ? mMaxHeight : scaleHeight, in onMeasure()
|
/packages/apps/Settings/src/com/android/settings/panel/ |
D | PanelFragment.java | 102 private int mMaxHeight; field in PanelFragment 121 if (mLayoutView.getHeight() > mMaxHeight) { 123 params.height = mMaxHeight; 150 mMaxHeight = getResources().getDimensionPixelSize(R.dimen.output_switcher_slice_max_height); in onCreateView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | CameraManager.java | 1042 private final int mMaxHeight; field in CameraManager.SizeComparator 1053 mMaxHeight = maxHeight; in SizeComparator() 1065 if ((left.width <= mMaxWidth && left.height <= mMaxHeight) != in compare() 1066 (right.width <= mMaxWidth && right.height <= mMaxHeight)) { in compare()
|