/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | BoundedRect.java | 259 int fixed = -1; in fixedAspectResizeInner() local 262 fixed = 0; // top left in fixedAspectResizeInner() 264 fixed = 2; // top right in fixedAspectResizeInner() 267 fixed = 4; // bottom right in fixedAspectResizeInner() 269 fixed = 6; // bottom left in fixedAspectResizeInner() 272 if (fixed == -1) in fixedAspectResizeInner() 284 if (moved == fixed) in fixedAspectResizeInner() 301 float fixed_x = oldInnerCorners[fixed]; in fixedAspectResizeInner() 302 float fixed_y = oldInnerCorners[fixed + 1]; in fixedAspectResizeInner() 313 if (fixed == 0) { in fixedAspectResizeInner() [all …]
|
/packages/services/Car/tests/fixed_activity_mode_test/ |
D | fixed_activity_mode_test.sh | 16 adb shell dumpsys car_service start-fixed-activity-mode $DISP_ID com.google.android.car.kitchensink… 31 adb shell dumpsys car_service start-fixed-activity-mode $DISP_ID com.google.android.car.kitchensink… 42 adb shell dumpsys car_service stop-fixed-activity-mode $DISP_ID
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarHeadsUpNotificationQueueTest.java | 292 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_expireNotifications_whenParked() 327 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_doesNot_expireNotifications_whenParked() 360 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_expireNotifications_whenDriving() 395 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_doesNot_expireNotifications_forInternalCategory() 417 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_setHunExpiredFlagToTrue_onHunExpired() 442 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_setHunExpiredFlagToFalse_onHunExpiredAndEmptyQueue() 463 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_setHunRemovalFlagToTrue_onHunExpiredAndEmptyQueue() 501 mCarHeadsUpNotificationQueue.setClock(Clock.fixed(now, ZoneId.systemDefault())); in triggerCallback_doesNot_expireNotifications_whenDriving()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipPixel.java | 115 Pattern fixed = Pattern.compile("^(\\d{1,5})\\*(\\d{1,5})$"); in BipPixel() local 116 Matcher m1 = fixed.matcher(pixel); in BipPixel()
|
/packages/modules/GeoTZ/s2storage/ |
D | README.md | 40 a compact way. Each entry in the table takes up a fixed number of bytes. 43 table. Then they contain one or more fixed length `{key}`/`{value}` records of `{R}` bits sorted by
|
/packages/modules/NetworkStack/tests/unit/ |
D | OWNERS | 2 # TODO: move bug template config to common OWNERS_core_networking file once b/226427845 is fixed
|
/packages/modules/NetworkStack/tests/integration/ |
D | OWNERS | 2 # TODO: move bug template config to common OWNERS_core_networking file once b/226427845 is fixed
|
/packages/services/Car/libs/car-test-lib/src/android/car/test/ |
D | ApiHelper.java | 76 String fixed = api.substring(0, index) + "$" + api.substring(index + 1, api.length()); in resolve() local 77 member = getField(fixed); in resolve()
|
/packages/modules/GeoTZ/tzs2storage/ |
D | README.md | 38 a compact way. Each entry in the table takes up a fixed number of bytes. 41 table. Then they contain one or more fixed length `{key}`/`{value}` records of `{R}` bits sorted by 87 applying a fixed offset. The block info and block data for the cell's suffix table can be accessed 94 calculated by adding a fixed offset (obtained from the header block) to the cell ID `{prefix}`. 187 As with any packed table, each record in the packed table has a fixed width of `{R}` bits. The first
|
/packages/providers/MediaProvider/ |
D | TEST_MAPPING | 184 // Will fix this once the root cause of flake is fixed. 252 // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed.
|
/packages/providers/MediaProvider/pdf/framework/ |
D | pdf_viewer_flags.aconfig | 4 # All the flags that we are adding into Android V release have to be fixed read only.
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | AutoRevokePermissions.kt | 132 val fixed = group.isBackgroundFixed || group.isForegroundFixed in <lambda>() constant 138 !fixed && in <lambda>()
|
/packages/modules/NeuralNetworks/ |
D | TEST_MAPPING | 37 // TODO(b/244359503): Re-enable once the conversion layer is fixed.
|
/packages/apps/Car/Notification/tests/unit/ |
D | Android.bp | 58 // TODO(b/343738857): Renable this after the test is fixed.
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdBiddingOutcomeTest.java | 51 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | language_y.yy | 70 %token FIXED "fixed" 528 DEBUG() << "Group with fixed field(s) " << *$1 << "\n"; 590 DEBUG() << "Group with a fixed integer value=" << $1 << " value=" << $3 << "\n"; 597 DEBUG() << "Group with a fixed enum field value=" << *$3 << " enum=" << *$1;
|
D | README | 56 Custom fields with fixed size must extend and implement:
|
/packages/modules/Connectivity/tests/deflake/ |
D | Android.bp | 49 // TODO: Remove this when b/201754360 is fixed.
|
/packages/modules/Connectivity/clatd/ |
D | Android.bp | 82 // Until those warnings are fixed, disable these checks.
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/ |
D | CommonFixture.java | 58 Clock.fixed(FIXED_NOW.truncatedTo(ChronoUnit.MILLIS), ZoneOffset.UTC);
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/ |
D | FledgeRoomConvertersTest.java | 44 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
|
/packages/modules/Virtualization/microdroid/kernel/ |
D | README.md | 36 is fixed, do the clean build by invoking `tools/bazel clean` before the build command.
|
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/exportimport/ |
D | ExportManagerTest.java | 86 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in setUp()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | DBAdSelectionEntryTest.java | 40 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
|
/packages/modules/Permission/PermissionController/ |
D | Android.bp | 171 // TODO(b/313706381): Remove jarjar once flagging lib is fixed
|