/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/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | RecentOrientedStateHandlerTests.kt | 84 fun `test fixed landscape when device is portrait`() { in test fixed landscape when device is portrait() 98 fun `test fixed landscape when device is landscape`() { in test fixed landscape when device is landscape() 112 fun `test fixed landscape when device is seascape`() { in test fixed landscape when device is seascape() 126 fun `test fixed landscape when device is portrait and display rotation is portrait`() { in test fixed landscape when device is portrait and display rotation is portrait() 140 fun `test fixed landscape when device is landscape and display rotation is landscape `() { in test fixed landscape when device is landscape and display rotation is landscape() 154 fun `test fixed landscape when device is seascape and display rotation is seascape`() { in test fixed landscape when device is seascape and display rotation is seascape()
|
/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/Virtualization/guest/pvmfw/src/ |
D | rollback.rs | 47 if let Some(fixed) = get_fixed_rollback_protection(verified_boot_data) { in perform_rollback_protection() 49 perform_fixed_index_rollback_protection(verified_boot_data, fixed)?; in perform_rollback_protection()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipPixel.java | 117 Pattern fixed = Pattern.compile("^(\\d{1,5})\\*(\\d{1,5})$"); in BipPixel() local 118 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/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/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/NetworkStack/tests/integration/ |
D | OWNERS | 2 # TODO: move bug template config to common OWNERS_core_networking file once b/226427845 is fixed
|
/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/apps/Settings/ |
D | PREUPLOAD.cfg | 2 # TODO(b/377902600): Re-enable this hook once it is fixed.
|
/packages/apps/TvSettings/ |
D | PREUPLOAD.cfg | 2 # TODO(b/377902600): Re-enable this hook once it is fixed.
|
/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/modules/Wifi/aidl/mainline_supplicant/ |
D | Android.bp | 30 // Disable linter to avoid error about fixed size arrays.
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | AdBiddingOutcomeTest.java | 49 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/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/apps/Car/Notification/tests/unit/ |
D | Android.bp | 58 // TODO(b/343738857): Renable this after the test is fixed.
|
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/ |
D | Android.bp | 51 // TODO(b/358006651): Re-enable once the test is fixed.
|
/packages/apps/Car/Launcher/app/tests/ |
D | Android.bp | 65 // b/341652226: temporarily disable multi-dex until D8 is fixed
|
/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.
|