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.java832 private int mDesiredWidth; field in ImageDecoder
865 mDesiredWidth = width; in ImageDecoder()
1184 mDesiredWidth = width; in setTargetSize()
1250 return mWidth != mDesiredWidth || mHeight != mDesiredHeight; in requestedResize()
1624 checkSubset(mDesiredWidth, mDesiredHeight, mCropRect); in checkState()
1675 mDesiredWidth, mDesiredHeight, mCropRect, in decodeBitmapInternal()
1773 postProcessPtr, decoder.mDesiredWidth, in decodeDrawableImpl()
2112 if (decoder.mDesiredWidth != decoder.mWidth
2115 builder.append(decoder.mDesiredWidth);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17873 Landroid/graphics/ImageDecoder;->mDesiredWidth:I