Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidKeyProcessor.java19 private final TextInputPlugin textInputPlugin; field in AndroidKeyProcessor
22 …dKeyProcessor(@NonNull KeyEventChannel keyEventChannel, @NonNull TextInputPlugin textInputPlugin) { in AndroidKeyProcessor()
DFlutterView.java93 private TextInputPlugin textInputPlugin; field in FlutterView
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformViewsController.java50 private TextInputPlugin textInputPlugin; field in PlatformViewsController
314 public void attachTextInputPlugin(TextInputPlugin textInputPlugin) { in attachTextInputPlugin()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm186 - (FlutterTextInputPlugin*)textInputPlugin { method