Home
last modified time | relevance | path

Searched refs:mDecodeWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java65 protected int mDecodeWidth; field in BasicBitmapDrawable
127 if (mDecodeWidth == 0 || mDecodeHeight == 0) { in setDecodeDimensions()
128 mDecodeWidth = width; in setDecodeDimensions()
243 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()
281 bufferW = (int) (mDecodeWidth * scale); in decode()
284 bufferW = mDecodeWidth; in decode()
DExtendedBitmapDrawable.java209 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()