/frameworks/base/graphics/java/android/graphics/ |
D | BitmapFactory.java | 446 static void validate(Options opts) { in validate() 484 static long nativeInBitmap(Options opts) { in nativeInBitmap() 500 static long nativeColorSpace(Options opts) { in nativeColorSpace() 526 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() 572 @Nullable InputStream is, @Nullable Rect pad, @Nullable Options opts) { in decodeResourceStream() 611 public static Bitmap decodeResource(Resources res, int id, Options opts) { in decodeResource() 671 public static Bitmap decodeByteArray(byte[] data, int offset, int length, Options opts) { in decodeByteArray() 712 private static void setDensityFromOptions(Bitmap outputBitmap, Options opts) { in setDensityFromOptions() 764 @Nullable Options opts) { in decodeStream() 801 @Nullable Rect outPadding, @Nullable Options opts) { in decodeStreamInternal() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | PendingRemoteAnimationRegistryTest.java | 71 ActivityOptions opts = ActivityOptions.makeBasic(); in testOverrideActivityOptions() local 79 final ActivityOptions opts = mRegistry.overrideOptionsIfNeeded("com.android.test", null); in testOverrideActivityOptions_null() local 87 ActivityOptions opts = ActivityOptions.makeBasic(); in testOverrideLaunchCookie() local 109 final ActivityOptions opts = mRegistry.overrideOptionsIfNeeded("com.android.test", null); in testTimeout_overridenEntry() local
|
D | ActivityOptionsTest.java | 82 ActivityOptions opts = ActivityOptions.makeBasic(); in testMerge_NoClobber() local 118 ActivityOptions opts = ActivityOptions.makeLaunchIntoPip(params); in testMakeLaunchIntoPip() local
|
/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/libs/binary_translation/program_runner/ |
D | main.cc | 55 Options opts{}; in ParseArgs() local 93 berberis::Options opts = berberis::ParseArgs(argc, argv); in main() local
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 606 ActivityOptions opts = new ActivityOptions(); in makeCustomAnimation() local 643 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, backgroundColor, in makeCustomAnimation() local 678 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, 0, in makeCustomTaskAnimation() local 702 ActivityOptions opts = new ActivityOptions(); in makeCustomInPlaceAnimation() local 806 ActivityOptions opts = new ActivityOptions(); in makeScaleUpAnimation() local 835 ActivityOptions opts = new ActivityOptions(); in makeClipRevealAnimation() local 911 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAnimation() local 933 ActivityOptions opts = new ActivityOptions(); in makeMultiThumbFutureAspectScaleAnimation() local 974 ActivityOptions opts = new ActivityOptions(); in makeAspectScaledThumbnailAnimation() local 995 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAspectScaleDownAnimation() local [all …]
|
D | ComponentOptions.java | 64 ComponentOptions(Bundle opts) { in ComponentOptions()
|
D | BroadcastOptions.java | 313 BroadcastOptions opts = new BroadcastOptions(); in makeBasic() local 326 public BroadcastOptions(@NonNull Bundle opts) { in BroadcastOptions() 360 final BroadcastOptions opts = BroadcastOptions.makeBasic(); in makeWithDeferUntilActive() local
|
/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() 189 void run(const TestScene::Info& info, const TestScene::Options& opts, in run()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | main.cpp | 75 Options opts; in parseOptions() local 119 auto opts = parseOptions(argc, argv); in main() local
|
/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/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 387 int opts = 0; in parseOptions() local 403 int opts = parseOptions(shell); in onShellCommand() local 415 int opts = parseOptions(shell); in onShellCommand() local 427 int opts = parseOptions(shell); in onShellCommand() 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/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SmartActionsReceiver.java | 56 ActivityOptions opts = ActivityOptions.makeBasic(); in onReceive() local
|
/frameworks/base/tests/graphics/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/base/core/java/android/content/pm/ |
D | ILauncherApps.aidl | 60 in Rect sourceBounds, in Bundle opts, in UserHandle user); in startSessionDetailsActivityAsUser() 63 in Bundle opts, in UserHandle user); in startActivityAsUser() 73 in Bundle opts, in UserHandle user); in showAppDetailsAsUser() 106 in Bundle opts, in UserHandle user); in getShortcutIntent()
|
/frameworks/base/tools/lint/fix/ |
D | soong_lint_fix.py | 210 def __init__(self, opts): argument 270 opts = SoongLintFixOptions() variable
|
/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/base/services/core/java/com/android/server/ |
D | BatteryService.java | 987 int opts = 0; in parseOptions() local 1003 int opts = parseOptions(shell); in onShellCommand() local 1009 final int opts = parseOptions(shell); in onShellCommand() local 1069 int opts = parseOptions(shell); in onShellCommand() local 1151 int opts = parseOptions(shell); in onShellCommand() 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/hardware/interfaces/stats/1.0/test_client/ |
D | StatsClient.cpp | 67 static struct option opts[] = { in main() local
|