Home
last modified time | relevance | path

Searched defs:desiredWidth (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDesktopModeLaunchParamsModifierTests.java200 final int desiredWidth = in testUsesDesiredBoundsIfEmptyLayoutAndActivityOptionsBounds() local
222 final int desiredWidth = in testDefaultLandscapeBounds_landscapeDevice_resizable_undefinedOrientation() local
245 final int desiredWidth = in testDefaultLandscapeBounds_landscapeDevice_resizable_landscapeOrientation() local
273 final int desiredWidth = in testDefaultLandscapeBounds_landscapeDevice_userFullscreenOverride() local
301 final int desiredWidth = in testDefaultLandscapeBounds_landscapeDevice_systemFullscreenOverride() local
327 final int desiredWidth = in testResizablePortraitBounds_landscapeDevice_resizable_portraitOrientation() local
353 final int desiredWidth = in testSmallAspectRatioOverride_landscapeDevice() local
377 final int desiredWidth = in testMediumAspectRatioOverride_landscapeDevice() local
401 final int desiredWidth = in testLargeAspectRatioOverride_landscapeDevice() local
425 final int desiredWidth = in testSplitScreenAspectRatioOverride_landscapeDevice() local
[all …]
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DUriImageRequestDescriptor.java32 public UriImageRequestDescriptor(final Uri uri, final int desiredWidth, final int desiredHeight) in UriImageRequestDescriptor()
37 public UriImageRequestDescriptor(final Uri uri, final int desiredWidth, final int desiredHeight, in UriImageRequestDescriptor()
44 public UriImageRequestDescriptor(final Uri uri, final int desiredWidth, in UriImageRequestDescriptor()
58 public UriImageRequestDescriptor(final Uri uri, final int desiredWidth, in UriImageRequestDescriptor()
DAvatarRequestDescriptor.java30 public AvatarRequestDescriptor(final Uri uri, final int desiredWidth, in AvatarRequestDescriptor()
35 public AvatarRequestDescriptor(final Uri uri, final int desiredWidth, in AvatarRequestDescriptor()
40 public AvatarRequestDescriptor(final Uri uri, final int desiredWidth, in AvatarRequestDescriptor()
DImageRequestDescriptor.java30 public final int desiredWidth; field in ImageRequestDescriptor
71 public ImageRequestDescriptor(final int desiredWidth, final int desiredHeight) { in ImageRequestDescriptor()
76 public ImageRequestDescriptor(final int desiredWidth, in ImageRequestDescriptor()
DFileImageRequestDescriptor.java35 public FileImageRequestDescriptor(final String path, final int desiredWidth, in FileImageRequestDescriptor()
46 public FileImageRequestDescriptor(final String path, final int desiredWidth, in FileImageRequestDescriptor()
49 super(UriUtil.getUriForResourceFile(path), desiredWidth, desiredHeight, sourceWidth, in FileImageRequestDescriptor() local
DAvatarGroupRequestDescriptor.java32 public AvatarGroupRequestDescriptor(final Uri uri, final int desiredWidth, in AvatarGroupRequestDescriptor()
38 final int desiredWidth, final int desiredHeight) { in AvatarGroupRequestDescriptor()
44 final int desiredWidth, final int desiredHeight) { in convertToDescriptor()
DMessagePartImageRequestDescriptor.java36 final int desiredWidth, final int desiredHeight, boolean isStatic) { in MessagePartImageRequestDescriptor()
43 final int desiredWidth, final int desiredHeight, final int sourceWidth, in MessagePartImageRequestDescriptor()
DVideoThumbnailRequestDescriptor.java24 public VideoThumbnailRequestDescriptor(final long id, int desiredWidth, int desiredHeight, in VideoThumbnailRequestDescriptor()
26 super(UriUtil.getContentUriForMediaStoreId(id), desiredWidth, desiredHeight, sourceWidth, in VideoThumbnailRequestDescriptor() local
DCompositeImageRequestDescriptor.java30 final int desiredWidth, final int desiredHeight) { in CompositeImageRequestDescriptor()
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
H A DAppWindowHasDesktopModeInitialBoundsAtTheEnd.kt40 val desiredWidth = displayBounds.width().times(desktopModeInitialBoundsScale) in doEvaluate() constant
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java110 int desiredWidth = viewHeight * videoWidth / videoHeight; in scaleVideoMaintainingAspectRatio() local
121 int desiredWidth = viewHeight * videoWidth / videoHeight; in scaleVideoMaintainingAspectRatio() local
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java209 int desiredWidth = in doParse() local
272 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp584 EGLint desiredWidth = 0; in TEST_P() local
1227 EGLint desiredWidth = 300; in TEST_P() local
1307 EGLint desiredWidth = 300; in TEST_P() local
1398 EGLint desiredWidth = 300; in TEST_P() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/education/
H A DDesktopWindowingEducationTooltipController.kt241 var desiredWidth = in <lambda>() variable
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeUtils.kt43 val desiredWidth = (displayLayout.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE).toInt() in calculateDefaultDesktopTaskBounds() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
H A DPlatformSlider.kt327 val desiredWidth = constraints.maxWidth + thumbSize in measure() constant
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/
H A DTurboJpegFuzzer.java39 int desiredWidth = data.consumeInt(1, 128); in fuzzerTestOneInput() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DGalleryGridItemData.java74 public void bind(final Cursor cursor, final int desiredWidth, final int desiredHeight) { in bind()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java302 int desiredWidth = 1; in onMeasure() local
DAttachmentPreviewFactory.java128 final MessagePartData attachmentData, final int desiredWidth, final int desiredHeight) { in getImageRequestDescriptorForAttachment()
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlWheelContainer.java124 int desiredWidth = mShutterButton.getMeasuredWidth() in onMeasure() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DInternalSelectionView.java108 int desiredWidth = 300 + getPaddingLeft() + getPaddingRight(); in measureWidth() local
/aosp_15_r20/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java176 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DInternalSelectionView.java113 int desiredWidth = 300 + mPaddingLeft + mPaddingRight; in measureWidth() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationsView.java326 int desiredWidth = Math.round(mAvailableWidth); in onMeasure() local

12345678910>>...15