Searched refs:mDesiredHeight (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListItemsExpandOnSelection.java | 62 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()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | InternalSelectionView.java | 59 private Integer mDesiredHeight = null; field in InternalSelectionView 94 mDesiredHeight = desiredHeight; in setDesiredHeight() 127 int desiredHeight = mDesiredHeight != null ? in measureHeight() 128 mDesiredHeight : in measureHeight()
|
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | TestWallpaper.java | 68 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubble.java | 150 private int mDesiredHeight; field in Bubble 215 mDesiredHeight = desiredHeight; in Bubble() 243 mDesiredHeight = Integer.MAX_VALUE; in Bubble() 591 mDesiredHeight = entry.getBubbleMetadata().getDesiredHeight(); in setEntry() 813 return mDesiredHeight; in getRawDesiredHeight() 826 return mDesiredHeight * context.getResources().getDisplayMetrics().density; in getDesiredHeight() 835 return String.valueOf(mDesiredHeight); in getDesiredHeightString()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 857 private int mDesiredHeight; field in ImageDecoder 890 mDesiredHeight = height; in ImageDecoder() 1217 mDesiredHeight = height; in setTargetSize() 1291 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize() 1749 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState() 1800 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal() 1899 decoder.mDesiredHeight, decoder.getColorSpacePtr(), in decodeDrawableImpl() 2238 || decoder.mDesiredHeight != decoder.mHeight) { 2242 builder.append(decoder.mDesiredHeight);
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 10207 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata 10267 mDesiredHeight = height; in BubbleMetadata() 10280 mDesiredHeight = in.readInt(); in BubbleMetadata() 10356 return mDesiredHeight; in getDesiredHeight() 10500 out.writeInt(mDesiredHeight); in writeToParcel() 10520 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata.Builder 10723 mDesiredHeight = Math.max(height, 0); in setDesiredHeight() 10746 mDesiredHeight = 0; in setDesiredHeightResId() 10829 mIcon, mDesiredHeight, mDesiredHeightResId, mShortcutId); in build()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17872 Landroid/graphics/ImageDecoder;->mDesiredHeight:I
|