Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 74) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java46 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/
DUriImage.java128 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
DBaseImage.java144 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/
DDrawableDownloader.java91 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()
DDrawableLoader.java184 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()
DBitmapDownloader.java131 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/
DWidgetUtils.java43 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/
DBitmapManager.java85 BitmapFactory.Options options) { in setDecodingOptions()
139 BitmapFactory.Options options, boolean isVideo) { in getThumbnail()
178 BitmapFactory.Options options) { in decodeFileDescriptor()
DUtil.java102 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/
DBitmapRegionTileSource.java49 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/
DBitmapUtil.java41 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/
DPhotoSource.java129 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/
DTestAuthenticator.java63 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/
DEasTestAuthenticatorService.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
80 Bundle options) { in confirmCredentials()
DAuthenticatorService.java57 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
122 Bundle options) { in confirmCredentials()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DResourceTexture.java41 BitmapFactory.Options options = new BitmapFactory.Options(); in onGetBitmap() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageViewAdapter.java116 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/
DThumbnailManager.java329 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/
DImageFilterRS.java186 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/
DMakeKeyboardText.java60 final Options options = new Options(args); in main() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DContactsUtils.java134 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/
DImageLoader.java255 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/
DAccountPromptUtils.java96 Bundle options = new Bundle(); in launchAccountPrompt() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictUtils.java40 final DictionaryOptions options = new DictionaryOptions(new HashMap<String, String>()); in makeDictionaryOptions() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest_options.h26 SuggestOptions(const int *const options, const int length) in SuggestOptions()

123