Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java28 private final TextInputChannel textInputChannel; field in InputConnectionAdaptor
38 TextInputChannel textInputChannel, in InputConnectionAdaptor()
DTextInputPlugin.java32 private final TextInputChannel textInputChannel; field in TextInputPlugin
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEngine.java90 private final TextInputChannel textInputChannel; field in FlutterEngine
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm198 - (FlutterMethodChannel*)textInputChannel { method