Searched defs:onInterceptKeyBeforeSoftKeyboard (Results 1 – 3 of 3) sorted by relevance
41 fun onInterceptKeyBeforeSoftKeyboard(event: KeyEvent): Boolean method
35 fun Modifier.onInterceptKeyBeforeSoftKeyboard( in onInterceptKeyBeforeSoftKeyboard() method113 override fun onInterceptKeyBeforeSoftKeyboard(event: KeyEvent): Boolean = method in androidx.compose.ui.input.key.InterceptedKeyInputNode
1137 override fun onInterceptKeyBeforeSoftKeyboard(event: KeyEvent) = keyEvents.add(event) in focusTarget_nodeThatIsSoftKeyInputNodeKind_implementing_receivesSoftKeyEventsWhenFocused() method in androidx.compose.ui.focus.FocusTargetAttachDetachTest.focusTarget_nodeThatIsSoftKeyInputNodeKind_implementing_receivesSoftKeyEventsWhenFocused.FocusTargetAndSoftKeyboardNode1187 override fun onInterceptKeyBeforeSoftKeyboard(event: KeyEvent) = in focusTarget_nodeThatIsSoftKeyInputNodeKind_delegating_receivesSoftKeyEventsWhenFocused() method in androidx.compose.ui.focus.FocusTargetAttachDetachTest.focusTarget_nodeThatIsSoftKeyInputNodeKind_delegating_receivesSoftKeyEventsWhenFocused.FocusTargetAndSoftKeyboardNode