Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationEffectAdapters.java81 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 DVibration.java324 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 DVibratorManagerService.java1108 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 DActions.kt28 import androidx.compose.ui.composed
85 private fun Modifier.autoMirrored() = composed {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationScalerTest.java251 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 DVibrationThreadTest.java885 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 DVibratorManagerServiceTest.java1178 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 DQwertyKeyListener.java183 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 DVibrationEffect.java1171 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 DEntry.kt45 import androidx.compose.ui.composed
366 private fun Modifier.autoMirrored() = composed {
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dclock-plugins.md73 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 Dqs-tiles.md31 QS Tiles are composed of the following backend classes.
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt41 import androidx.compose.ui.composed
564 ) = composed(
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1466 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 DREADME.md98 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 Dprofile.txt.prof4073 HSPLandroidx/compose/ui/ComposedModifierKt;->composed$default(Landroidx/compose/ui/Modifier;Lkotlin…
4074 HSPLandroidx/compose/ui/ComposedModifierKt;->composed(Landroidx/compose/ui/Modifier;Lkotlin/jvm/fun…