onVirtualViewKeyboardFocusChanged

inline fun Style.onVirtualViewKeyboardFocusChanged(noinline onVirtualViewKeyboardFocusChangedHandler: (VirtualViewKeyboardFocusChangedEvent) -> Unit): Style

Called when a virtual view child of the host View has changed keyboard focus and gives an opportunity to the parent (the host) to react (changing visual display, etc.)

See androidx.customview.widget.ExploreByTouchHelper#onVirtualViewKeyboardFocusChanged.