Home
last modified time | relevance | path

Searched defs:textInputMethodHandler (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DTextInputChannel.java40 private TextInputMethodHandler textInputMethodHandler; field in TextInputChannel
229 public void setTextInputMethodHandler(@Nullable TextInputMethodHandler textInputMethodHandler) { in setTextInputMethodHandler()