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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 333 BitmapRegionDecoder fullImage = future.get();
334 if (fullImage != null) fullImage.recycle();
339 entry.fullImage = future.get();
340 if (entry.fullImage != null) {
612 BitmapRegionDecoder fullImage = entry.fullImage;
614 if (fullImage != null) {
616 fullImage.getWidth(), fullImage.getHeight())
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 311 Bitmap fullImage = null;
315 fullImage = BitmapFactory.decodeStream(imageStream);
319 if (fullImage != null) {
320 final int squareSize = Math.min(fullImage.getWidth(),
321 fullImage.getHeight());
322 final int left = (fullImage.getWidth() - squareSize) / 2;
323 final int top = (fullImage.getHeight() - squareSize) / 2;
328 canvas.drawBitmap(fullImage, rectSource, rectDest, paint);
  /frameworks/base/core/java/android/app/
WallpaperManager.java     [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 79 milliseconds