Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterJNI.java156 private Long nativePlatformViewId; field in FlutterJNI
219 private native void nativeDestroy(long nativePlatformViewId); in nativeDestroy()
305 private native void nativeSurfaceCreated(long nativePlatformViewId, @NonNull Surface surface); in nativeSurfaceCreated()
321 private native void nativeSurfaceChanged(long nativePlatformViewId, int width, int height); in nativeSurfaceChanged()
337 private native void nativeSurfaceDestroyed(long nativePlatformViewId); in nativeSurfaceDestroyed()
388 long nativePlatformViewId, in nativeSetViewportMetrics()
418 private native void nativeDispatchPointerDataPacket(long nativePlatformViewId, in nativeDispatchPointerDataPacket()
513 long nativePlatformViewId, in nativeDispatchSemanticsAction()
531 private native void nativeSetSemanticsEnabled(long nativePlatformViewId, boolean enabled); in nativeSetSemanticsEnabled()
541 private native void nativeSetAccessibilityFeatures(long nativePlatformViewId, int flags); in nativeSetAccessibilityFeatures()
[all …]