Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DCustomArrayAdapter.java127 int halfWidth = bitmap.getWidth() / 2; in getCroppedBitmap() local
130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint); in getCroppedBitmap()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java120 int halfWidth = bitmap.getWidth()/2; in getCroppedBitmap() local
123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint); in getCroppedBitmap()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java242 final int halfWidth = width / 2; in calculateInSampleSize() local
247 && (halfWidth / inSampleSize) > reqWidth) { in calculateInSampleSize()