Searched refs:Options (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/compile/slang/tests/
H A Dtest.py21 class Options(object): class in inherits:object
32 if Options.verbose:
36 if Options.verbose:
64 if Options.verbose != 0:
91 if Options.verbose > 1:
110 if Options.verbose > 1:
124 if Options.verbose:
129 if Options.verbose:
133 if Options.verbose:
138 if Options
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk77 # Build Options.inc from Options.td for the device
79 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc
80 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN)
108 # Build Options.inc from Options.td for the host
110 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc
111 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java38 public static class Options { class in class:BitmapFactory
40 * Create a default Options object, which if left unchanged will give
43 public Options() { method in class:BitmapFactory.Options
50 * If set, decode methods that take the Options object will attempt to
63 * set in the Options structure will indicate if the bitmap was reused,
184 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
205 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
294 * android.graphics.BitmapFactory.Options)} or {@link #decodeFile(String,
295 * android.graphics.BitmapFactory.Options)}.</p>
391 * @param opts null-ok; Options tha
[all...]
H A DLargeBitmap.java47 * @param opts null-ok; Options that control downsampling.
52 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
114 BitmapFactory.Options options);
H A DBitmapRegionDecoder.java177 * @param options null-ok; Options that control downsampling.
182 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) {
259 BitmapFactory.Options options);
/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h38 struct Options { struct in class:android::uirenderer::test::TestScene
44 static test::TestScene* simpleCreateScene(const TestScene::Options&) {
48 typedef test::TestScene* (*CreateScene)(const TestScene::Options&);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayHelper.java81 private Options options = Options.DEFAULT;
142 * @param options The Options object to create ShadowOverlayHelper.
144 public Builder options(Options options) {
193 public static final class Options { class in class:ShadowOverlayHelper
196 * Default Options for values.
198 public static final Options DEFAULT = new Options();
208 * @return The Options object itself.
210 public Options roundedCornerRadiu
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java27 import android.graphics.BitmapFactory.Options;
52 @Nullable Rect padding, @Nullable Options opts) {
103 Rect padding, Options opts) {
109 /*package*/ static Bitmap nativeDecodeAsset(long asset, Rect padding, Options opts) {
116 int length, Options opts) {
127 * Set the newly decoded bitmap's density based on the Options.
129 * Copied from {@link BitmapFactory#setDensityFromOptions(Bitmap, Options)}.
132 /*package*/ static void setDensityFromOptions(Bitmap outputBitmap, Options opts) {
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java57 final BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java47 OperationScheduler.Options options = new OperationScheduler.Options();
125 OperationScheduler.Options options = new OperationScheduler.Options();
160 OperationScheduler.Options options = new OperationScheduler.Options();
162 "OperationScheduler.Options[backoff=0.0+5.0 max=86400.0 min=0.0 period=3600.0]",
166 "OperationScheduler.Options[backoff=0.0+2.5 max=86400.0 min=0.0 period=3700.0]",
170 "OperationScheduler.Options[backoff=10.0+2.5 max=12345.6 min=7.0 period=3800.0]",
175 "OperationScheduler.Options[backof
[all...]
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java48 /* Options used internally. */
106 BitmapFactory.Options options = new BitmapFactory.Options();
251 private static int computeSampleSize(BitmapFactory.Options options,
269 private static int computeInitialSampleSize(BitmapFactory.Options options,
300 * Clients are allowed to pass their own BitmapFactory.Options used for bitmap decoding. A
301 * new BitmapFactory.Options will be created if options is null.
305 BitmapFactory.Options options) {
310 if (options == null) options = new BitmapFactory.Options();
486 BitmapFactory.Options fullOption
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java107 final BitmapFactory.Options opts = new BitmapFactory.Options();
127 * BitmapFactory.Options)} that returns {@code null} on {@link
136 * @param opts null-ok; Options that control downsampling and whether the
143 final BitmapFactory.Options opts) throws FileNotFoundException {
158 Log.w(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options): "
173 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an OOME", oome);
176 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an IOE", ioe);
198 final BitmapFactory.Options opts = new BitmapFactory.Options();
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java52 public static class Options { class in class:Main
59 public static final Options sOptions = new Options();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsAlphaActivity.java56 BitmapFactory.Options opts = new BitmapFactory.Options();
H A DBitmapsActivity.java69 BitmapFactory.Options opts = new BitmapFactory.Options();
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DTestRequest.java145 public static class Options extends Base { class in class:TestRequest
146 public Options() { method in class:TestRequest.Options
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options);
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) {
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) {
185 BitmapFactory.Options opts = new BitmapFactory.Options();
221 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options);
240 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
289 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
349 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) {
376 private BitmapFactory.Options mOption
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java817 BitmapFactory.Options opts = new BitmapFactory.Options();
836 BitmapFactory.Options opts = new BitmapFactory.Options();
856 BitmapFactory.Options opts = new BitmapFactory.Options();
876 BitmapFactory.Options opts = new BitmapFactory.Options();
897 BitmapFactory.Options opts = new BitmapFactory.Options();
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java37 public static class Options { class in class:OperationScheduler
60 "OperationScheduler.Options[backoff=%.1f+%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
67 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
106 public static Options parseOptions(String spec, Options options)
150 public long getNextTimeMillis(Options options) {
251 * Limited by {@link Options#maxMoratoriumMillis}.
265 * Limited by {@link Options#maxMoratoriumMillis}.
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java57 BitmapFactory.Options mDecodeOptions = null;
583 BitmapFactory.Options opt = new BitmapFactory.Options();
608 BitmapFactory.Options decodeOptions = null;
610 mDecodeOptions = new BitmapFactory.Options();
628 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException {
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java144 BitmapFactory.Options options = new BitmapFactory.Options();
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp41 static TestScene::Options gOpts;
43 void run(const TestScene::Info& info, const TestScene::Options& opts);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java172 BitmapFactory.Options decodeOptions = new BitmapFactory.Options();
/frameworks/av/include/media/
H A DIMediaSource.h55 // Options that modify read() behaviour. The default is to
83 enum Options { enum in struct:android::IMediaSource::ReadOptions
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java349 BitmapFactory.Options options = new BitmapFactory.Options();
368 BitmapFactory.Options options = new BitmapFactory.Options();
514 BitmapFactory.Options options = new BitmapFactory.Options();
567 BitmapFactory.Options options = new BitmapFactory.Options();
580 BitmapFactory.Options options = new BitmapFactory.Options();
[all...]

Completed in 4840 milliseconds

123