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

  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 64 protected int mDecodeHeight;
125 if (mDecodeWidth == 0 || mDecodeHeight == 0) {
127 mDecodeHeight = height;
275 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {
323 bufferH = (int) (mDecodeHeight * scale);
326 bufferH = mDecodeHeight;
ExtendedBitmapDrawable.java 215 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {

Completed in 45 milliseconds