Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterNativeView.java158 public void updateSemantics(ByteBuffer buffer, String[] strings) { in updateSemantics() method in FlutterNativeView.RenderSurfaceImpl
DFlutterView.java683 public void updateSemantics(ByteBuffer buffer, String[] strings) { in updateSemantics() method in FlutterView
DAccessibilityBridge.java1212 void updateSemantics(@NonNull ByteBuffer buffer, @NonNull String[] strings) { in updateSemantics() method in AccessibilityBridge
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterJNI.java449 private void updateSemantics(@NonNull ByteBuffer buffer, @NonNull String[] strings) { in updateSemantics() method in FlutterJNI
833 void updateSemantics(@NonNull ByteBuffer buffer, @NonNull String[] strings); in updateSemantics() method