Home
last modified time | relevance | path

Searched refs:mDesiredHeight (Results 1 – 6 of 6) 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/util/
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()
/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/graphics/java/android/graphics/
DImageDecoder.java786 private int mDesiredHeight; field in ImageDecoder
819 mDesiredHeight = height; in ImageDecoder()
1125 mDesiredHeight = height; in setTargetSize()
1199 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize()
1650 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState()
1698 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal()
1770 decoder.mDesiredHeight, decoder.getColorSpacePtr(), in decodeDrawableImpl()
/frameworks/base/core/java/android/app/
DNotification.java8546 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata
8587 mDesiredHeight = height; in BubbleMetadata()
8595 mDesiredHeight = in.readInt(); in BubbleMetadata()
8634 return mDesiredHeight; in getDesiredHeight()
8688 out.writeInt(mDesiredHeight); in writeToParcel()
8718 private int mDesiredHeight; field in Notification.Builder.BubbleMetadata.Builder
8794 mDesiredHeight = Math.max(height, 0); in setDesiredHeight()
8818 mDesiredHeight = 0; in setDesiredHeightResId()
8890 mIcon, mDesiredHeight, mDesiredHeightResId); in build()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20759 Landroid/graphics/ImageDecoder;->mDesiredHeight:I