Home
last modified time | relevance | path

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

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java41 public DecodeCanceller(Options options) { in DecodeCanceller()
51 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode()
59 Options options) { in decodeBounds()
67 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode()
72 int length, Options options) { in decode()
80 int length, Options options) { in decodeBounds()
89 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail()
104 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail()
157 Options options, int targetSize) { in decodeIfBigEnough()
DBitmapPool.java98 byte[] data, int offset, int length, Options options) { in findCachedBitmap()
105 FileDescriptor fileDescriptor, Options options) { in findCachedBitmap()
112 byte[] data, int offset, int length, BitmapFactory.Options options) { in decode()
138 FileDescriptor fileDescriptor, Options options) { in decode()
DImageCacheRequest.java56 BitmapFactory.Options options = new BitmapFactory.Options(); in run() local
DUriImage.java190 Options options = new Options(); in run() local
/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
DImage.java153 BitmapFactory.Options options = new BitmapFactory.Options(); in thumbBitmap() local
/packages/apps/Contacts/src/com/android/contacts/util/
DBitmapUtil.java33 final BitmapFactory.Options options = new BitmapFactory.Options(); in getSmallerExtentFromBytes() local
70 final BitmapFactory.Options options; in decodeBitmapFromBytes() local
DAccountPromptUtils.java96 Bundle options = new Bundle(); in launchAccountPrompt() 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/Gallery2/src/com/android/gallery3d/ui/
DResourceTexture.java40 BitmapFactory.Options options = new BitmapFactory.Options(); in onGetBitmap() local
DTileImageViewAdapter.java137 BitmapFactory.Options options = new BitmapFactory.Options(); in getTile() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java63 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
95 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
/packages/apps/Email/src/com/android/email/service/
DEasTestAuthenticatorService.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
79 Bundle options) { in confirmCredentials()
DPopImapAuthenticatorService.java57 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
99 Bundle options) { in confirmCredentials()
DEasAuthenticatorService.java59 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
121 Bundle options) { in confirmCredentials()
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DBitmapUtils.java77 BitmapFactory.Options options = new BitmapFactory.Options(); in getBitmapBounds() local
124 BitmapFactory.Options options = new BitmapFactory.Options(); in decodeBitmap() local
/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
DLabelText.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/inputmethods/LatinIME/native/jni/src/
Ddictionary.cpp45 const unsigned int options = BinaryFormat::getFlags(mDict); in Dictionary() local
/packages/apps/Browser/src/com/android/browser/
DWallpaperHandler.java101 BitmapFactory.Options options = new BitmapFactory.Options(); in run() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java611 BitmapFactory.Options options = new BitmapFactory.Options(); in getCroppedImage() local
696 BitmapFactory.Options options = new BitmapFactory.Options(); in drawInTiles() local
734 BitmapFactory.Options options = new BitmapFactory.Options(); in onBitmapRegionDecoderAvailable() local
760 BitmapFactory.Options options = new BitmapFactory.Options(); in onBitmapAvailable() local
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java175 public static int computeSampleSize(BitmapFactory.Options options, in computeSampleSize()
193 private static int computeInitialSampleSize(BitmapFactory.Options options, in computeInitialSampleSize()
220 BitmapFactory.Options options = new BitmapFactory.Options(); in makeBitmap() local
/packages/apps/Camera/src/com/android/camera/
DUtil.java160 public static int computeSampleSize(BitmapFactory.Options options, in computeSampleSize()
178 private static int computeInitialSampleSize(BitmapFactory.Options options, in computeInitialSampleSize()
205 BitmapFactory.Options options = new BitmapFactory.Options(); in makeBitmap() local

12