Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Package Functions | Package Attributes | List of all members
io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate Class Reference

The encoding for semantics is described in platform_view_android.cc. More...

Package Functions

 TestSemanticsUpdate (ByteBuffer buffer, String[] strings, ByteBuffer[] stringAttributeArgs)
 
void sendUpdateToBridge (AccessibilityBridge bridge)
 

Package Attributes

final ByteBuffer buffer
 
final String[] strings
 
final ByteBuffer[] stringAttributeArgs
 

Detailed Description

The encoding for semantics is described in platform_view_android.cc.

Definition at line 2151 of file AccessibilityBridgeTest.java.

Constructor & Destructor Documentation

◆ TestSemanticsUpdate()

io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate.TestSemanticsUpdate ( ByteBuffer  buffer,
String[]  strings,
ByteBuffer[]  stringAttributeArgs 
)
inlinepackage

Member Function Documentation

◆ sendUpdateToBridge()

void io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate.sendUpdateToBridge ( AccessibilityBridge  bridge)
inlinepackage

Definition at line 2158 of file AccessibilityBridgeTest.java.

2158 {
2159 bridge.updateSemantics(buffer, strings, stringAttributeArgs);
2160 }

Member Data Documentation

◆ buffer

final ByteBuffer io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate.buffer
package

Definition at line 2162 of file AccessibilityBridgeTest.java.

◆ stringAttributeArgs

final ByteBuffer [] io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate.stringAttributeArgs
package

Definition at line 2164 of file AccessibilityBridgeTest.java.

◆ strings

final String [] io.flutter.view.AccessibilityBridgeTest.TestSemanticsUpdate.strings
package

Definition at line 2163 of file AccessibilityBridgeTest.java.


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