Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 52) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java259 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/
Dfixed_activity_mode_test.sh16 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/
DCarHeadsUpNotificationQueueTest.java292 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/
DBipPixel.java115 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/
DREADME.md40 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/
DOWNERS2 # TODO: move bug template config to common OWNERS_core_networking file once b/226427845 is fixed
/packages/modules/NetworkStack/tests/integration/
DOWNERS2 # 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/
DApiHelper.java76 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/
DREADME.md38 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/
DTEST_MAPPING184 // 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/
Dpdf_viewer_flags.aconfig4 # 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/
DAutoRevokePermissions.kt132 val fixed = group.isBackgroundFixed || group.isForegroundFixed in <lambda>() constant
138 !fixed && in <lambda>()
/packages/modules/NeuralNetworks/
DTEST_MAPPING37 // TODO(b/244359503): Re-enable once the conversion layer is fixed.
/packages/apps/Car/Notification/tests/unit/
DAndroid.bp58 // TODO(b/343738857): Renable this after the test is fixed.
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBiddingOutcomeTest.java51 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.yy70 %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;
DREADME56 Custom fields with fixed size must extend and implement:
/packages/modules/Connectivity/tests/deflake/
DAndroid.bp49 // TODO: Remove this when b/201754360 is fixed.
/packages/modules/Connectivity/clatd/
DAndroid.bp82 // Until those warnings are fixed, disable these checks.
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/
DCommonFixture.java58 Clock.fixed(FIXED_NOW.truncatedTo(ChronoUnit.MILLIS), ZoneOffset.UTC);
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DFledgeRoomConvertersTest.java44 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
/packages/modules/Virtualization/microdroid/kernel/
DREADME.md36 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/
DExportManagerTest.java86 Clock fakeClock = Clock.fixed(mTimeStamp, ZoneId.of("UTC")); in setUp()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionEntryTest.java40 private static final Clock CLOCK = Clock.fixed(Instant.now(), ZoneOffset.UTC);
/packages/modules/Permission/PermissionController/
DAndroid.bp171 // TODO(b/313706381): Remove jarjar once flagging lib is fixed

123