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.java63 protected int mDecodeWidth; field in BasicBitmapDrawable
125 if (mDecodeWidth == 0 || mDecodeHeight == 0) { in setDecodeDimensions()
126 mDecodeWidth = width; in setDecodeDimensions()
275 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()
322 bufferW = (int) (mDecodeWidth * scale); in decode()
325 bufferW = mDecodeWidth; in decode()
DExtendedBitmapDrawable.java215 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()