Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/dialog/
DSettingsAlterDialogContent.kt194 val sequences = mutableListOf<List<Placeable>>() in measurables() constant
212 if (sequences.isNotEmpty()) { in measurables()
217 sequences.add(0, currentSequence.toList()) in measurables()
256 sequences.fastForEachIndexed { i, placeables -> in measurables()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java642 private static CharSequence joinNotEmpty(CharSequence separator, CharSequence[] sequences) { in joinNotEmpty() argument
643 int length = sequences.length; in joinNotEmpty()
647 if (!TextUtils.isEmpty(sequences[i])) { in joinNotEmpty()
651 sb.append(sequences[i]); in joinNotEmpty()
/frameworks/base/tools/fonts/
Dfontchain_linter.py194 def assert_font_supports_all_sequences(font, sequences): argument
196 for base, vs in sorted(sequences):
558 sequences = parse_emoji_variants(
560 _text_variation_sequences, _emoji_variation_sequences = sequences
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript30 // We want to ensure that the common initial sequences of exported
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript36 // We want to ensure that the common initial sequences of exported
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript32 // We want to ensure that the common initial sequences of exported
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp458 std::vector<uint32_t> sequences; in consumeBatchedInputEvents() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java63 import kotlin.sequences.Sequence;
64 import kotlin.sequences.SequencesKt;
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md57 To show that the guarantee can't be violated, we use a notation of sequences, where we describe int…