Home
last modified time | relevance | path

Searched refs:mDesiredWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java67 private int mDesiredWidth; field in TestWallpaper.ClockEngine
95 mDesiredWidth = getDesiredMinimumWidth(); in onCreate()
178 mDesiredWidth = desiredWidth; in onDesiredSizeChanged()
233 c.drawText("Desired Size: " + mDesiredWidth + " x " + mDesiredHeight, in drawFrame()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java785 private int mDesiredWidth; field in ImageDecoder
818 mDesiredWidth = width; in ImageDecoder()
1124 mDesiredWidth = width; in setTargetSize()
1199 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize()
1650 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState()
1698 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal()
1769 postProcessPtr, decoder.mDesiredWidth, in decodeDrawableImpl()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20760 Landroid/graphics/ImageDecoder;->mDesiredWidth:I