Home
last modified time | relevance | path

Searched refs:setDecodeDimensions (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DBitmapView.java49 drawable.setDecodeDimensions(w, h); in onSizeChanged()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java169 super.setDecodeDimensions(width, height); in setExactDecodeDimensions()
178 public void setDecodeDimensions(int width, int height) { in setDecodeDimensions() method in ExtendedBitmapDrawable
179 super.setDecodeDimensions(width, (int) (height * mOpts.parallaxSpeedMultiplier)); in setDecodeDimensions()
DBasicBitmapDrawable.java124 public void setDecodeDimensions(int width, int height) { in setDecodeDimensions() method in BasicBitmapDrawable