Searched defs:mDecodeHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java66 protected int mDecodeHeight; field in class:BasicBitmapDrawable
127 if (mDecodeWidth == 0 || mDecodeHeight == 0) {
129 mDecodeHeight = height;
243 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {
282 bufferH = (int) (mDecodeHeight * scale);
285 bufferH = mDecodeHeight;

Completed in 121 milliseconds