HomeSort by relevance Sort by last modified time
    Searched refs:mDecodeWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 63 protected int mDecodeWidth;
125 if (mDecodeWidth == 0 || mDecodeHeight == 0) {
126 mDecodeWidth = width;
275 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {
322 bufferW = (int) (mDecodeWidth * scale);
325 bufferW = mDecodeWidth;
ExtendedBitmapDrawable.java 215 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {

Completed in 346 milliseconds