Searched defs:isInTouchMode (Results 1 – 8 of 8) sorted by relevance
23 internal expect val isInTouchMode: Boolean constant
852 var isInTouchMode: Boolean by mutableStateOf(true) variable in androidx.compose.foundation.text.LegacyTextFieldState
21 internal actual val isInTouchMode: Boolean = implementedInJetBrainsFork() constant
32 internal actual val isInTouchMode = true constant
92 var isInTouchMode: Boolean in <lambda>() variable in androidx.compose.foundation.text.selection.SelectionManager254 { isInTouchMode, layoutCoordinates, rawPosition, selectionMode -> in <lambda>() method280 selectionRegistrar.onSelectionUpdateSelectAll = { isInTouchMode, selectableId -> in <lambda>() method298 isInTouchMode, in <lambda>() method
570 var isInTouchMode = false in <lambda>() variable
1333 val isInTouchMode = LocalInputModeManager.current.inputMode == InputMode.Touch in colors() constant
131 var isInTouchMode: Boolean by mutableStateOf(true) in <lambda>() variable in androidx.compose.foundation.text.input.internal.selection.TextFieldSelectionState