Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
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()
/frameworks/base/core/tests/coretests/src/android/widget/
DInternalSelectionView.java60 private Integer mDesiredHeight = null; field in InternalSelectionView
95 mDesiredHeight = desiredHeight; in setDesiredHeight()
128 int desiredHeight = mDesiredHeight != null ? in measureHeight()
129 mDesiredHeight : in measureHeight()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java154 private int mDesiredHeight; field in Bubble
219 mDesiredHeight = desiredHeight; in Bubble()
247 mDesiredHeight = Integer.MAX_VALUE; in Bubble()
638 mDesiredHeight = entry.getBubbleMetadata().getDesiredHeight(); in setEntry()
860 return mDesiredHeight; in getRawDesiredHeight()
873 return mDesiredHeight * context.getResources().getDisplayMetrics().density; in getDesiredHeight()
882 return String.valueOf(mDesiredHeight); in getDesiredHeightString()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java833 private int mDesiredHeight; field in ImageDecoder
866 mDesiredHeight = height; in ImageDecoder()
1185 mDesiredHeight = height; in setTargetSize()
1250 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize()
1624 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState()
1675 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal()
1774 decoder.mDesiredHeight, decoder.getColorSpacePtr(), in decodeDrawableImpl()
2113 || decoder.mDesiredHeight != decoder.mHeight) {
2117 builder.append(decoder.mDesiredHeight);
/frameworks/base/core/java/android/app/
DNotification.java11145 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata
11205 mDesiredHeight = height; in BubbleMetadata()
11218 mDesiredHeight = in.readInt(); in BubbleMetadata()
11274 return mDesiredHeight; in getDesiredHeight()
11418 out.writeInt(mDesiredHeight); in writeToParcel()
11438 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata.Builder
11599 mDesiredHeight = Math.max(height, 0); in setDesiredHeight()
11622 mDesiredHeight = 0; in setDesiredHeightResId()
11705 mIcon, mDesiredHeight, mDesiredHeightResId, mShortcutId); in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17872 Landroid/graphics/ImageDecoder;->mDesiredHeight:I