Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java408 result.setLogicalWidth((srcRect.right - srcRect.left) / mOpts.inSampleSize); in decode()
412 result.setLogicalWidth(mOpts.outWidth); in decode()
419 result.setLogicalWidth(decodeResult.getWidth()); in decode()
422 result.setLogicalWidth(decodeResult.getHeight()); in decode()
DReusableBitmap.java49 public void setLogicalWidth(int w) { in setLogicalWidth() method in ReusableBitmap