Searched refs:mDesiredWidth (Results 1 – 3 of 3) sorted by relevance
67 private int mDesiredWidth; field in TestWallpaper.ClockEngine95 mDesiredWidth = getDesiredMinimumWidth(); in onCreate()178 mDesiredWidth = desiredWidth; in onDesiredSizeChanged()233 c.drawText("Desired Size: " + mDesiredWidth + " x " + mDesiredHeight, in drawFrame()
785 private int mDesiredWidth; field in ImageDecoder818 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()
20760 Landroid/graphics/ImageDecoder;->mDesiredWidth:I