/frameworks/base/graphics/java/android/graphics/ |
D | BitmapFactory.java | 437 static void validate(Options opts) { in validate() 471 static long nativeInBitmap(Options opts) { in nativeInBitmap() 485 static long nativeColorSpace(Options opts) { in nativeColorSpace() 511 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() 557 @Nullable InputStream is, @Nullable Rect pad, @Nullable Options opts) { in decodeResourceStream() 596 public static Bitmap decodeResource(Resources res, int id, Options opts) { in decodeResource() 656 public static Bitmap decodeByteArray(byte[] data, int offset, int length, Options opts) { in decodeByteArray() 697 private static void setDensityFromOptions(Bitmap outputBitmap, Options opts) { in setDensityFromOptions() 749 @Nullable Options opts) { in decodeStream() 786 @Nullable Rect outPadding, @Nullable Options opts) { in decodeStreamInternal() [all …]
|
/frameworks/base/cmds/idmap2/tests/ |
D | CommandLineOptionsTests.cpp | 43 CommandLineOptions opts = in TEST() local 61 CommandLineOptions opts = CommandLineOptions("test") in TEST() local 75 CommandLineOptions opts = CommandLineOptions("test").MandatoryOption("--foo", "", &foo); in TEST() local 83 CommandLineOptions opts = CommandLineOptions("test").MandatoryOption("--foo", "", &args); in TEST() local 94 CommandLineOptions opts = CommandLineOptions("test") in TEST() local 119 CommandLineOptions opts = CommandLineOptions("test") in TEST() local 168 CommandLineOptions opts = CommandLineOptions("test") in TEST() local 215 CommandLineOptions opts = CommandLineOptions("test") in TEST() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | PendingRemoteAnimationRegistryTest.java | 69 ActivityOptions opts = ActivityOptions.makeBasic(); in testOverrideActivityOptions() local 77 final ActivityOptions opts = mRegistry.overrideOptionsIfNeeded("com.android.test", null); in testOverrideActivityOptions_null() local 98 final ActivityOptions opts = mRegistry.overrideOptionsIfNeeded("com.android.test", null); in testTimeout_overridenEntry() local
|
D | ActivityOptionsTest.java | 64 ActivityOptions opts = ActivityOptions.makeBasic(); in testMerge_NoClobber() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BitmapFactory_Delegate.java | 52 @Nullable Rect padding, @Nullable Options opts, long inBitmapHandle, in nativeDecodeStream() 101 Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeFileDescriptor() 109 /*package*/ static Bitmap nativeDecodeAsset(long asset, Rect padding, Options opts, in nativeDecodeAsset() 119 int length, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeByteArray() 137 /*package*/ static void setDensityFromOptions(Bitmap outputBitmap, Options opts) { in setDensityFromOptions()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 469 ActivityOptions opts = new ActivityOptions(); in makeCustomAnimation() local 504 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, handler, in makeCustomAnimation() local 538 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, handler, in makeCustomTaskAnimation() local 561 ActivityOptions opts = new ActivityOptions(); in makeCustomInPlaceAnimation() local 642 ActivityOptions opts = new ActivityOptions(); in makeScaleUpAnimation() local 670 ActivityOptions opts = new ActivityOptions(); in makeClipRevealAnimation() local 743 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAnimation() local 764 ActivityOptions opts = new ActivityOptions(); in makeMultiThumbFutureAspectScaleAnimation() local 803 ActivityOptions opts = new ActivityOptions(); in makeAspectScaledThumbnailAnimation() local 823 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAspectScaleDownAnimation() local [all …]
|
D | BroadcastOptions.java | 106 BroadcastOptions opts = new BroadcastOptions(); in makeBasic() local 116 public BroadcastOptions(@NonNull Bundle opts) { in BroadcastOptions()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 107 final BitmapFactory.Options opts = new BitmapFactory.Options(); in createLocalBitmap() local 143 final BitmapFactory.Options opts) throws FileNotFoundException { in decodeStream() 198 final BitmapFactory.Options opts = new BitmapFactory.Options(); in getImageBounds() local
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 81 void outputBenchmarkReport(const TestScene::Info& info, const TestScene::Options& opts, in outputBenchmarkReport() 101 static void doRun(const TestScene::Info& info, const TestScene::Options& opts, int repetitionIndex, in doRun() 188 void run(const TestScene::Info& info, const TestScene::Options& opts, in run()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Dump.cpp | 44 const CommandLineOptions opts = in Dump() local
|
D | Create.cpp | 58 const CommandLineOptions opts = in Create() local
|
D | CreateMultiple.cpp | 59 const CommandLineOptions opts = in CreateMultiple() local
|
/frameworks/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 55 in Rect sourceBounds, in Bundle opts, in UserHandle user); in startSessionDetailsActivityAsUser() 58 in Bundle opts, in UserHandle user); in startActivityAsUser() 59 PendingIntent getActivityLaunchIntent(in ComponentName component, in Bundle opts, in getActivityLaunchIntent() 63 in Bundle opts, in UserHandle user); in showAppDetailsAsUser() 94 in Bundle opts, in UserHandle user); in getShortcutIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SmartActionsReceiver.java | 54 ActivityOptions opts = ActivityOptions.makeBasic(); in onReceive() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/ |
D | RecentsTransition.java | 61 final ActivityOptions opts = ActivityOptions.makeMultiThumbFutureAspectScaleAnimation( in createAspectScaleAnimation() local
|
/frameworks/base/startop/scripts/iorap/ |
D | compiler_device.py | 64 opts = parse_options() variable
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 341 int opts = 0; in parseOptions() local 357 int opts = parseOptions(shell); in onShellCommand() local 369 int opts = parseOptions(shell); in onShellCommand() local 381 int opts = parseOptions(shell); in onShellCommand() local
|
/frameworks/hardware/interfaces/stats/aidl/test_client/ |
D | AidlStatsClient.cpp | 55 static struct option opts[] = { in main() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapsAlphaActivity.java | 56 BitmapFactory.Options opts = new BitmapFactory.Options(); in BitmapsView() local
|
D | BitmapsActivity.java | 69 BitmapFactory.Options opts = new BitmapFactory.Options(); in BitmapsView() local
|
/frameworks/hardware/interfaces/stats/1.0/test_client/ |
D | StatsClient.cpp | 67 static struct option opts[] = { in main() local
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestService.java | 817 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 836 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 856 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 876 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 897 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 917 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 938 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local 958 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 74 final boolean limitDensity, ExtendedOptions opts) { in ExtendedBitmapDrawable() 453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) { in Placeholder() 540 ExtendedOptions opts) { in Progress()
|
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
D | MainActivity.java | 112 ExtendedOptions opts = new ExtendedOptions( in getView() local
|
/frameworks/base/native/android/ |
D | looper.cpp | 40 ALooper* ALooper_prepare(int opts) { in ALooper_prepare()
|