/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A 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() 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() 875 Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle); in nativeDecodeStream() [all …]
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A 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
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A 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
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A 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()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 479 ActivityOptions opts = new ActivityOptions(); in makeCustomAnimation() local 571 ActivityOptions opts = new ActivityOptions(); in makeCustomInPlaceAnimation() local 652 ActivityOptions opts = new ActivityOptions(); in makeScaleUpAnimation() local 680 ActivityOptions opts = new ActivityOptions(); in makeClipRevealAnimation() local 753 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAnimation() local 774 ActivityOptions opts = new ActivityOptions(); in makeMultiThumbFutureAspectScaleAnimation() local 813 ActivityOptions opts = new ActivityOptions(); in makeAspectScaledThumbnailAnimation() local 833 ActivityOptions opts = new ActivityOptions(); in makeThumbnailAspectScaleDownAnimation() local 888 ActivityOptions opts = new ActivityOptions(); in makeSceneTransitionAnimation() local 912 ActivityOptions opts = new ActivityOptions(); in startSharedElementAnimation() local [all …]
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/ |
H A D | RecentsTransition.java | 61 final ActivityOptions opts = ActivityOptions.makeMultiThumbFutureAspectScaleAnimation( in createAspectScaleAnimation() local
|
/aosp12/frameworks/base/libs/hwui/tests/macrobench/ |
H A 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()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
H A 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
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | SubscriptionManager.cpp | 50 void HalClient::addOrUpdateSubscription(const SubscribeOptions &opts) { in addOrUpdateSubscription() 72 const SubscribeOptions& opts = it->second; in isSubscribed() local 103 const SubscribeOptions& opts = optionList[i]; in addOrUpdateSubscription() local 171 const SubscribeOptions &opts, SubscribeOptions *outUpdated) { in updateHalEventSubscriptionLocked()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A 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()
|
/aosp12/hardware/qcom/gps/msm8998/android/location_api/ |
H A D | FlpAPIClient.cpp | 88 int FlpAPIClient::flpStartSession(const IGnssBatching::Options& opts) in flpStartSession() 105 int FlpAPIClient::flpUpdateSessionOptions(const IGnssBatching::Options& opts) in flpUpdateSessionOptions()
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/location_api/ |
H A D | BatchingAPIClient.cpp | 88 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 105 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
H A D | BatchingAPIClient.cpp | 93 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 110 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/location_api/ |
H A D | BatchingAPIClient.cpp | 97 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 114 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/location_api/ |
H A D | BatchingAPIClient.cpp | 97 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 114 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm7250/gps/android/1.0/location_api/ |
H A D | BatchingAPIClient.cpp | 98 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 115 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm7250/gps/android/1.1/location_api/ |
H A D | BatchingAPIClient.cpp | 98 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 115 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm7150/gps/android/1.1/location_api/ |
H A D | BatchingAPIClient.cpp | 97 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 114 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm7150/gps/android/1.0/location_api/ |
H A D | BatchingAPIClient.cpp | 97 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 114 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm8150/gps/android/1.0/location_api/ |
H A D | BatchingAPIClient.cpp | 98 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 115 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/hardware/qcom/sm8150/gps/android/1.1/location_api/ |
H A D | BatchingAPIClient.cpp | 98 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession() 115 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
|
/aosp12/frameworks/base/cmds/idmap2/idmap2/ |
H A D | Dump.cpp | 44 const CommandLineOptions opts = in Dump() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | PictureDecoder.java | 36 final BitmapFactory.Options opts = new BitmapFactory.Options(); in decode() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A 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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SmartActionsReceiver.java | 54 ActivityOptions opts = ActivityOptions.makeBasic(); in onReceive() local
|