Home
last modified time | relevance | path

Searched refs:mDesiredHeight (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java62 private final int mDesiredHeight; field in ListItemsExpandOnSelection.ExpandWhenSelectedView
66 mDesiredHeight = desiredHeight; in ExpandWhenSelectedView()
73 setHeight((int) (mDesiredHeight * 1.5)); in setSelected()
75 setHeight(mDesiredHeight); in setSelected()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java59 private Integer mDesiredHeight = null; field in InternalSelectionView
94 mDesiredHeight = desiredHeight; in setDesiredHeight()
127 int desiredHeight = mDesiredHeight != null ? in measureHeight()
128 mDesiredHeight : in measureHeight()
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java68 private int mDesiredHeight; field in TestWallpaper.ClockEngine
96 mDesiredHeight = getDesiredMinimumHeight(); in onCreate()
179 mDesiredHeight = desiredHeight; in onDesiredSizeChanged()
233 c.drawText("Desired Size: " + mDesiredWidth + " x " + mDesiredHeight, in drawFrame()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java129 private int mDesiredHeight; field in Bubble
184 mDesiredHeight = desiredHeight; in Bubble()
466 mDesiredHeight = entry.getBubbleMetadata().getDesiredHeight(); in setEntry()
669 return mDesiredHeight; in getRawDesiredHeight()
682 return mDesiredHeight * context.getResources().getDisplayMetrics().density; in getDesiredHeight()
691 return String.valueOf(mDesiredHeight); in getDesiredHeightString()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java786 private int mDesiredHeight; field in ImageDecoder
819 mDesiredHeight = height; in ImageDecoder()
1143 mDesiredHeight = height; in setTargetSize()
1217 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize()
1670 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState()
1721 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal()
1793 decoder.mDesiredHeight, decoder.getColorSpacePtr(), in decodeDrawableImpl()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9873 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata
9933 mDesiredHeight = height; in BubbleMetadata()
9946 mDesiredHeight = in.readInt(); in BubbleMetadata()
10022 return mDesiredHeight; in getDesiredHeight()
10166 out.writeInt(mDesiredHeight); in writeToParcel()
10186 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata.Builder
10389 mDesiredHeight = Math.max(height, 0); in setDesiredHeight()
10412 mDesiredHeight = 0; in setDesiredHeightResId()
10495 mIcon, mDesiredHeight, mDesiredHeightResId, mShortcutId); in build()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20750 Landroid/graphics/ImageDecoder;->mDesiredHeight:I