Definition at line 2457 of file TextInputPluginTest.java.
◆ cancel()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.cancel |
( |
| ) |
|
|
inline |
◆ commit()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.commit |
( |
| ) |
|
|
inline |
◆ notifyValueChanged()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.notifyValueChanged |
( |
View |
view, |
|
|
int |
virtualId, |
|
|
AutofillValue |
value |
|
) |
| |
|
inline |
Definition at line 2484 of file TextInputPluginTest.java.
2484 {
2485 if (
Build.VERSION.SDK_INT < API_LEVELS.API_26) {
2486 return;
2487 }
2490 }
def Build(configs, env, options)
◆ notifyViewEntered()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.notifyViewEntered |
( |
View |
view, |
|
|
int |
virtualId, |
|
|
Rect |
absBounds |
|
) |
| |
|
inline |
◆ notifyViewExited()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.notifyViewExited |
( |
View |
view, |
|
|
int |
virtualId |
|
) |
| |
|
inline |
◆ resetStates()
void io.flutter.plugin.editing.TextInputPluginTest.TestAfm.resetStates |
( |
| ) |
|
|
inline |
◆ changeString
String io.flutter.plugin.editing.TextInputPluginTest.TestAfm.changeString |
|
package |
◆ changeVirtualId
int io.flutter.plugin.editing.TextInputPluginTest.TestAfm.changeVirtualId = empty |
|
package |
◆ empty
int io.flutter.plugin.editing.TextInputPluginTest.TestAfm.empty = -999 |
|
static |
◆ enterId
int io.flutter.plugin.editing.TextInputPluginTest.TestAfm.enterId = empty |
|
package |
◆ exitId
int io.flutter.plugin.editing.TextInputPluginTest.TestAfm.exitId = empty |
|
package |
◆ finishState
String io.flutter.plugin.editing.TextInputPluginTest.TestAfm.finishState |
|
package |
The documentation for this class was generated from the following file: