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

  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 49 public void setLogicalWidth(int w) {
DecodeTask.java 408 result.setLogicalWidth((srcRect.right - srcRect.left) / mOpts.inSampleSize);
412 result.setLogicalWidth(mOpts.outWidth);
419 result.setLogicalWidth(decodeResult.getWidth());
422 result.setLogicalWidth(decodeResult.getHeight());

Completed in 196 milliseconds