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

  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 108 imgView.setImageBitmap(CustomArrayAdapter.getCroppedBitmap(bitmap));
116 public static Bitmap getCroppedBitmap(Bitmap bitmap) {
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 85 imgView.setImageBitmap(getCroppedBitmap(BitmapFactory.decodeResource(getContext()
109 public Bitmap getCroppedBitmap(Bitmap bitmap) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 168 public Bitmap getCroppedBitmap() {

Completed in 566 milliseconds