/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibrationEffectAdapters.java | 81 VibrationEffect.Composed composed = (VibrationEffect.Composed) effect; in apply() local 82 List<VibrationEffectSegment> newSegments = new ArrayList<>(composed.getSegments()); in apply() 83 int newRepeatIndex = composed.getRepeatIndex(); in apply()
|
H A D | Vibration.java | 324 VibrationEffect.Composed composed = (VibrationEffect.Composed) effect; in dumpEffect() local 325 for (VibrationEffectSegment segment : composed.getSegments()) { in dumpEffect() 328 proto.write(VibrationEffectProto.REPEAT, composed.getRepeatIndex()); in dumpEffect()
|
H A D | VibratorManagerService.java | 1108 VibrationEffect.Composed composed = (VibrationEffect.Composed) effect; in fillVibrationFallbacks() local 1109 int segmentCount = composed.getSegments().size(); in fillVibrationFallbacks() 1111 VibrationEffectSegment segment = composed.getSegments().get(i); in fillVibrationFallbacks() 1197 VibrationEffect.Composed composed = (VibrationEffect.Composed) effect; in extractPrebakedSegment() local 1198 if (composed.getSegments().size() == 1) { in extractPrebakedSegment() 1199 VibrationEffectSegment segment = composed.getSegments().get(0); in extractPrebakedSegment()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
H A D | Actions.kt | 28 import androidx.compose.ui.composed 85 private fun Modifier.autoMirrored() = composed {
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibrationScalerTest.java | 251 VibrationEffect composed = VibrationEffect.startComposition() 254 PrimitiveSegment scaled = getFirstSegment(mVibrationScaler.scale(composed, USAGE_RINGTONE)); 258 scaled = getFirstSegment(mVibrationScaler.scale(composed, USAGE_NOTIFICATION)); 262 scaled = getFirstSegment(mVibrationScaler.scale(composed, USAGE_TOUCH));
|
H A D | VibrationThreadTest.java | 885 VibrationEffect composed = VibrationEffect.startComposition() in vibrate_multipleStereo_runsVibrationOnRightVibrators() local 893 .addVibrator(4, composed) in vibrate_multipleStereo_runsVibrationOnRightVibrators() 933 VibrationEffect composed = VibrationEffect.startComposition() in vibrate_multipleSequential_runsVibrationInOrderWithDelays() local 939 .addNext(2, composed, /* delay= */ 50) in vibrate_multipleSequential_runsVibrationInOrderWithDelays() 985 VibrationEffect composed = VibrationEffect.startComposition() in vibrate_multipleSyncedCallbackTriggered_finishSteps() local 988 CombinedVibration effect = CombinedVibration.createParallel(composed); in vibrate_multipleSyncedCallbackTriggered_finishSteps() 1026 VibrationEffect composed = VibrationEffect.startComposition() in vibrate_multipleSynced_callsPrepareAndTriggerCallbacks() local 1033 .addVibrator(4, composed) in vibrate_multipleSynced_callsPrepareAndTriggerCallbacks()
|
H A D | VibratorManagerServiceTest.java | 1178 VibrationEffect composed = VibrationEffect.startComposition() in vibrate_withTriggerCallback_finishesVibration() local 1181 CombinedVibration effect = CombinedVibration.createParallel(composed); in vibrate_withTriggerCallback_finishesVibration()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | QwertyKeyListener.java | 183 int composed = event.getDeadChar(accent, i); in onKeyDown() local 186 if (i == composed && event.getRepeatCount() > 0) { in onKeyDown() 190 if (composed != 0) { in onKeyDown() 191 i = composed; in onKeyDown()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 1171 Composed composed = (Composed) effect; in addSegments() local 1172 if (composed.getRepeatIndex() >= 0) { in addSegments() 1174 mRepeatIndex = mSegments.size() + composed.getRepeatIndex(); in addSegments() 1176 mSegments.addAll(composed.getSegments()); in addSegments()
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
H A D | Entry.kt | 45 import androidx.compose.ui.composed 366 private fun Modifier.autoMirrored() = composed {
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | clock-plugins.md | 73 Clocks that are composed of large blocks of color that cause the OPR to exceed 10% should be 76 To prevent screen burn-in, clocks should not be composed of large solid blocks of color, and the
|
H A D | qs-tiles.md | 31 QS Tiles are composed of the following backend classes.
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | Swipeable.kt | 41 import androidx.compose.ui.composed 564 ) = composed(
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 1466 VibrationEffect.Composed composed = (VibrationEffect.Composed) effect; in VibrationInfo() local 1467 int segmentCount = composed.getSegments().size(); in VibrationInfo() 1470 patternRepeatIndex = composed.getRepeatIndex(); in VibrationInfo() 1473 VibrationEffectSegment segment = composed.getSegments().get(i); in VibrationInfo() 1474 if (composed.getRepeatIndex() == i) { in VibrationInfo()
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 98 that in reality is composed of several real partitions. 114 <!-- We list the real partitions it is composed of --> 229 <!-- We list the real partitions it is composed of -->
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 4073 HSPLandroidx/compose/ui/ComposedModifierKt;->composed$default(Landroidx/compose/ui/Modifier;Lkotlin… 4074 HSPLandroidx/compose/ui/ComposedModifierKt;->composed(Landroidx/compose/ui/Modifier;Lkotlin/jvm/fun…
|