/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 45 public DecodeCanceller(Options options) { in DecodeCanceller() 56 public static void setOptionsMutable(Options options) { in setOptionsMutable() 60 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode() 69 Options options) { in decodeBounds() 77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode() 82 int length, Options options) { in decode() 91 int length, Options options) { in decodeBounds() 100 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail() 115 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail() 169 Options options, int targetSize) { in decodeIfBigEnough() [all …]
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | UriImage.java | 128 BitmapFactory.Options options = new BitmapFactory.Options(); in snifBitmapOptions() local 131 input.getFileDescriptor(), options); in snifBitmapOptions() local 139 BitmapFactory.Options options = snifBitmapOptions(); in getMimeType() local 146 BitmapFactory.Options options = snifBitmapOptions(); in getHeight() local 151 BitmapFactory.Options options = snifBitmapOptions(); in getWidth() local
|
D | BaseImage.java | 144 BitmapFactory.Options options = new BitmapFactory.Options(); in setupDimension() local 147 input.getFileDescriptor(), options); in setupDimension() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | DrawableDownloader.java | 91 BitmapDrawable findDrawable(BitmapWorkerOptions options) { in findDrawable() 114 BitmapDrawable findLargestDrawable(BitmapWorkerOptions options) { in findLargestDrawable() 223 public final Drawable loadBitmapBlocking(BitmapWorkerOptions options) { in loadBitmapBlocking() 251 public void loadBitmap(BitmapWorkerOptions options, final ImageView imageView) { in loadBitmap() 284 public void getBitmap(BitmapWorkerOptions options, final BitmapCallback callback) { in getBitmap() 315 private static void scheduleTask(DrawableLoader task, BitmapWorkerOptions options) { in scheduleTask()
|
D | DrawableLoader.java | 180 private Drawable decodeBitmap(InputStream in, BitmapWorkerOptions options) in decodeBitmap() 269 private Drawable getBitmapFromHttp(BitmapWorkerOptions options) throws IOException { in getBitmapFromHttp() 287 private Drawable getBitmapFromContent(BitmapWorkerOptions options) in getBitmapFromContent() 353 private Drawable getAccountImage(BitmapWorkerOptions options) { in getAccountImage()
|
D | BitmapDownloader.java | 133 public final Bitmap loadBitmapBlocking(BitmapWorkerOptions options) { in loadBitmapBlocking() 162 public void loadBitmap(BitmapWorkerOptions options, final ImageView imageView) { in loadBitmap() 195 public void getBitmap(BitmapWorkerOptions options, final BitmapCallback callback) { in getBitmap()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
D | ImageRequestTest.java | 60 final ArgumentCaptor<BitmapFactory.Options> options = in testLoadImageUnspecifiedSize() local 91 final ArgumentCaptor<BitmapFactory.Options> options = in testLoadImageWithDownsampling() local
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | WidgetUtils.java | 40 public static float getScaleRatio(Context context, Bundle options, int id) { in getScaleRatio() 70 private static float getHeightScaleRatio(Context context, Bundle options, int id) { in getHeightScaleRatio() 108 Bundle options = widgetManager.getAppWidgetOptions(id); in showList() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | BitmapManager.java | 85 BitmapFactory.Options options) { in setDecodingOptions() 139 BitmapFactory.Options options, boolean isVideo) { in getThumbnail() 178 BitmapFactory.Options options) { in decodeFileDescriptor()
|
D | Util.java | 102 public static int computeSampleSize(BitmapFactory.Options options, in computeSampleSize() 120 private static int computeInitialSampleSize(BitmapFactory.Options options, in computeInitialSampleSize() 280 BitmapFactory.Options options = null; in makeBitmap() local 295 BitmapFactory.Options options = null; in makeBitmap() local 305 BitmapFactory.Options options) { in makeBitmap()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | BitmapPoolTest.java | 87 final BitmapFactory.Options options = in testAssertBitmapOptionsAreMutable() local 94 final BitmapFactory.Options options = in testDecodeFromResourceBitmap() local
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 48 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); in decodeRegion() 88 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 120 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 237 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options); in loadPreviewBitmap() 259 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 307 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 366 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetHostViewLoader.java | 80 final Bundle options = getDefaultOptionsForWidget(mLauncher, mInfo); in preloadWidget() local 133 Bundle options = null; in getDefaultOptionsForWidget() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | BitmapUtil.java | 41 final BitmapFactory.Options options = new BitmapFactory.Options(); in getSmallerExtentFromBytes() local 82 final BitmapFactory.Options options; in decodeBitmapFromBytes() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | ResourceTexture.java | 41 BitmapFactory.Options options = new BitmapFactory.Options(); in onGetBitmap() local
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EasTestAuthenticatorService.java | 49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 80 Bundle options) { in confirmCredentials()
|
D | AuthenticatorService.java | 57 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 122 Bundle options) { in confirmCredentials()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/ |
D | TestAuthenticator.java | 63 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 95 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | FileImageRequest.java | 61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal() local
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoSource.java | 129 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { in next() 159 public Bitmap load(ImageData data, BitmapFactory.Options options, int longSide, int shortSide) { in load() 283 public Bitmap naturalNext(Bitmap current, BitmapFactory.Options options, in naturalNext() 297 public Bitmap naturalPrevious(Bitmap current, BitmapFactory.Options options, in naturalPrevious()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TileImageViewAdapter.java | 116 BitmapFactory.Options options = new BitmapFactory.Options(); in getTile() local 155 BitmapFactory.Options options = new BitmapFactory.Options(); in getTileWithoutReusingBitmap() local
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
D | MakeKeyboardText.java | 60 final Options options = new Options(args); in main() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterRS.java | 185 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadScaledResourceAlpha() local 197 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadScaledResourceAlpha() local 215 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadResource() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ |
D | AuthUtils.java | 53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, in getAuthToken()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountPromptUtils.java | 96 Bundle options = new Bundle(); in launchAccountPrompt() local
|