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()
832 private int mDesiredWidth; field in ImageDecoder865 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.mWidth2115 builder.append(decoder.mDesiredWidth);
17873 Landroid/graphics/ImageDecoder;->mDesiredWidth:I