Home
last modified time | relevance | path

Searched defs:maxHeight (Results 1 – 25 of 27) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java74 int minWidth, int minHeight, int maxWidth, int maxHeight) { in createResizableModified()
80 public static BipPixel createResizableFixed(int minWidth, int maxWidth, int maxHeight) { in createResizableFixed()
89 private BipPixel(int type, int minWidth, int minHeight, int maxWidth, int maxHeight) { in BipPixel()
110 int maxHeight = -1; in BipPixel() local
/packages/apps/TV/src/com/android/tv/util/images/
DBitmapUtils.java60 public static Bitmap scaleBitmap(Bitmap bm, int maxWidth, int maxHeight) { in scaleBitmap()
65 public static Bitmap getScaledMutableBitmap(Bitmap bm, int maxWidth, int maxHeight) { in getScaledMutableBitmap()
72 private static Rect calculateNewSize(Bitmap bm, int maxWidth, int maxHeight) { in calculateNewSize()
87 String id, Bitmap bm, int maxWidth, int maxHeight) { in createScaledBitmapInfo()
DImageLoader.java143 Context context, final String uriString, final int maxWidth, final int maxHeight) { in prefetchBitmap()
189 int maxHeight, in loadBitmap()
202 int maxHeight, in doLoadBitmap()
322 Context context, ImageCache imageCache, String key, int maxHeight, int maxWidth) { in LoadBitmapTask()
390 int maxHeight) { in LoadBitmapFromUriTask()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java35 int maxHeight, in testParse()
57 int minWidth, int minHeight, int maxWidth, int maxHeight, String pixelStr) { in testResizableModified()
67 private void testResizableFixed(int minWidth, int maxWidth, int maxHeight, String pixelStr) { in testResizableFixed()
/packages/apps/Dialer/java/com/android/dialer/widget/
DMaxHeightScrollView.java28 private final int maxHeight; field in MaxHeightScrollView
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverViewPager.java52 int maxHeight = 0; in onMeasure() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPreferenceImageView.java60 final int maxHeight = getMaxHeight(); in onMeasure() local
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraManager.java932 final int maxWidth, final int maxHeight) { in getScaleFactorForMaxAllowedSize()
987 final int maxHeight = mmsConfig.getMaxImageHeight(); in chooseBestPictureSize() local
1050 public SizeComparator(final int maxWidth, final int maxHeight, in SizeComparator()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java129 int maxHeight = in onMeasure() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DCameraManager.java730 private final int maxHeight; field in CameraManager.SizeComparator
740 final int maxHeight, in SizeComparator()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPopupList.java144 int maxHeight = mPopupWindow.getMaxAvailableHeight(mAnchorView) - p.top - p.bottom; in updatePopupLayoutParams() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java161 final int maxHeight = typedAttributes.getDimensionPixelSize( in VideoThumbnailView() local
DAttachmentPreviewFactory.java171 int maxHeight = imageView.getMaxHeight(); in createImagePreview() local
DMultiAttachmentLayout.java303 final int maxHeight = getResources().getDimensionPixelSize( in onMeasure() local
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java599 public void prefetchImage(Context context, int type, int maxWidth, int maxHeight) { in prefetchImage()
625 int maxHeight, in loadBitmap()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DSharePopup.java172 float maxHeight = mPreviewFrame.getHeight() - vPaddingRootView; in setOrientation() local
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java124 final int maxHeight = Math.max(mContactIconView.getMeasuredHeight(), in onMeasure() local
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
DAutoResizeTextView.java151 int maxHeight = getMeasuredHeight() - getPaddingBottom() - getPaddingTop(); in adjustTextSize() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java611 int maxHeight = 0; in adjustDigitKeyHeights() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java259 int maxHeight) { in updateAppWidgetSize()
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c994 unsigned int maxHeight, in addRollSupportedSizes()
1029 int minHeight = 0, maxHeight = 0; in parse_getMediaSupported() local
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DHeightRecordTest.java356 Length maxHeight = response.get(HEIGHT_MAX); in testAggregation_Height() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java185 final int maxHeight = Math.max(mContactIconView.getMeasuredHeight(), in onMeasure() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DPrimaryImage.java560 float maxHeight = mOriginalBounds.height() / (float) h; in setImageShowSize() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java1092 final int maxHeight = getCellLayoutHeight(); in updateAvailableDimensions() local

12