Searched defs:prefix (Results 1 – 5 of 5) sorted by relevance
144 val prefix = if (failedCommand === it) " > " else " " in toTextFieldValue() constant
127 val prefix = in rethrowWithMoreInfo() constant
81 val prefix = remember { TextFieldState(">") } in InsertReplaceDeleteDemo() constant
202 data class Phone(val area: String, val prefix: String, val number: String) constant in androidx.compose.runtime.Phone
378 val prefix: String, constant in androidx.compose.foundation.samples.State