Home
last modified time | relevance | path

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

1234

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java45 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/
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.java180 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()
DBitmapDownloader.java133 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/
DImageRequestTest.java60 final ArgumentCaptor<BitmapFactory.Options> options = in testLoadImageUnspecifiedSize() local
91 final ArgumentCaptor<BitmapFactory.Options> options = in testLoadImageWithDownsampling() local
/packages/apps/DeskClock/src/com/android/alarmclock/
DWidgetUtils.java40 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/
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/Messaging/tests/src/com/android/messaging/datamodel/
DBitmapPoolTest.java87 final BitmapFactory.Options options = in testAssertBitmapOptionsAreMutable() local
94 final BitmapFactory.Options options = in testDecodeFromResourceBitmap() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java48 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/
DWidgetHostViewLoader.java80 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/
DBitmapUtil.java41 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/
DResourceTexture.java41 BitmapFactory.Options options = new BitmapFactory.Options(); in onGetBitmap() local
/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/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/Messaging/src/com/android/messaging/datamodel/media/
DFileImageRequest.java61 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( in loadBitmapInternal() 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/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/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DMakeKeyboardText.java60 final Options options = new Options(args); in main() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java185 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/
DAuthUtils.java53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, in getAuthToken()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountPromptUtils.java96 Bundle options = new Bundle(); in launchAccountPrompt() local

1234