Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
io.flutter.plugin.platform.PlatformViewWrapperTest.ShadowViewGroup Class Reference
Inheritance diagram for io.flutter.plugin.platform.PlatformViewWrapperTest.ShadowViewGroup:
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorViewTest.ShadowFrameLayout io.flutter.plugin.platform.PlatformViewWrapperTest.ShadowFrameLayout

Protected Member Functions

boolean requestSendAccessibilityEvent (View child, AccessibilityEvent event)
 

Detailed Description

Definition at line 238 of file PlatformViewWrapperTest.java.

Member Function Documentation

◆ requestSendAccessibilityEvent()

boolean io.flutter.plugin.platform.PlatformViewWrapperTest.ShadowViewGroup.requestSendAccessibilityEvent ( View  child,
AccessibilityEvent  event 
)
inlineprotected

Definition at line 240 of file PlatformViewWrapperTest.java.

240 {
241 return true;
242 }

The documentation for this class was generated from the following file: