Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java57 public int getLogicalWidth() { in getLogicalWidth() method in ReusableBitmap
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java383 mBitmap.getLogicalWidth(), mBitmap.getLogicalHeight(), in draw()
394 new Rect(0, 0, mBitmap.getLogicalWidth(), mBitmap.getLogicalHeight()), in draw()