/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 46 public DecodeCanceller(Options options) { in DecodeCanceller() 57 public static void setOptionsMutable(Options options) { in setOptionsMutable() 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode() 70 Options options) { in decodeBounds() 78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode() 83 int length, Options options) { in decode() 92 int length, Options options) { in decodeBounds() 101 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail() 116 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail() 170 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 | 184 private Drawable decodeBitmap(InputStream in, BitmapWorkerOptions options) in decodeBitmap() 273 private Drawable getBitmapFromHttp(BitmapWorkerOptions options) throws IOException { in getBitmapFromHttp() 291 private Drawable getBitmapFromContent(BitmapWorkerOptions options) in getBitmapFromContent() 358 private Drawable getAccountImage(BitmapWorkerOptions options) { in getAccountImage()
|
D | BitmapDownloader.java | 131 public final Bitmap loadBitmapBlocking(BitmapWorkerOptions options) { in loadBitmapBlocking() 160 public void loadBitmap(BitmapWorkerOptions options, final ImageView imageView) { in loadBitmap() 193 public void getBitmap(BitmapWorkerOptions options, final BitmapCallback callback) { in getBitmap()
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | WidgetUtils.java | 43 public static float getScaleRatio(Context context, Bundle options, int id) { in getScaleRatio() 73 private static float getHeightScaleRatio(Context context, Bundle options, int id) { in getHeightScaleRatio() 111 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/Launcher3/WallpaperPicker/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); in decodeRegion() 89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 221 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options); in loadPreviewBitmap() 240 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 289 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 349 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap()
|
/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/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/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/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/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | ResourceTexture.java | 41 BitmapFactory.Options options = new BitmapFactory.Options(); in onGetBitmap() local
|
/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/apps/Mms/src/com/android/mms/util/ |
D | ThumbnailManager.java | 329 BitmapFactory.Options options = new BitmapFactory.Options(); in getBitmap() local 384 int length, Options options) { in requestDecode() 436 BitmapFactory.Options options = new BitmapFactory.Options(); in onDecodeOriginal() local 451 private Bitmap requestDecode(final Uri uri, Options options, int targetSize) { in requestDecode()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterRS.java | 186 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadScaledResourceAlpha() local 198 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadScaledResourceAlpha() local 216 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadResource() 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/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | ContactsUtils.java | 134 BitmapFactory.Options options) { in loadContactPhoto() 152 BitmapFactory.Options options) { in loadPlaceholderPhoto() 161 BitmapFactory.Options options) { in loadContactPhoto()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 255 Uri uri, BitmapFactory.Options options, in loadRegionBitmap() 312 BitmapFactory.Options options = new BitmapFactory.Options(); in loadDownsampledBitmap() local 419 BitmapFactory.Options options = new BitmapFactory.Options(); in getScaleOneImageForPreset() local 483 public static Bitmap decodeResourceWithBackouts(Resources res, BitmapFactory.Options options, in decodeResourceWithBackouts()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountPromptUtils.java | 96 Bundle options = new Bundle(); in launchAccountPrompt() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictUtils.java | 40 final DictionaryOptions options = new DictionaryOptions(new HashMap<String, String>()); in makeDictionaryOptions() local
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
D | suggest_options.h | 26 SuggestOptions(const int *const options, const int length) in SuggestOptions()
|