Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI Class Reference

Public Member Functions

 ShadowFlutterJNI ()
 
boolean getIsSoftwareRenderingEnabled ()
 
long performNativeAttach (FlutterJNI flutterJNI)
 
void dispatchPlatformMessage (String channel, ByteBuffer message, int position, int responseId)
 
void onSurfaceCreated (Surface surface)
 
void onSurfaceDestroyed ()
 
void onSurfaceWindowChanged (Surface surface)
 
void setViewportMetrics (float devicePixelRatio, int physicalWidth, int physicalHeight, int physicalPaddingTop, int physicalPaddingRight, int physicalPaddingBottom, int physicalPaddingLeft, int physicalViewInsetTop, int physicalViewInsetRight, int physicalViewInsetBottom, int physicalViewInsetLeft, int systemGestureInsetTop, int systemGestureInsetRight, int systemGestureInsetBottom, int systemGestureInsetLeft, int physicalTouchSlop, int[] displayFeaturesBounds, int[] displayFeaturesType, int[] displayFeaturesState)
 
void invokePlatformMessageResponseCallback (int responseId, ByteBuffer message, int position)
 

Static Public Member Functions

static SparseArray< ByteBuffer > getResponses ()
 

Detailed Description

Definition at line 1684 of file PlatformViewsControllerTest.java.

Constructor & Destructor Documentation

◆ ShadowFlutterJNI()

io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.ShadowFlutterJNI ( )
inline

Definition at line 1687 of file PlatformViewsControllerTest.java.

1687{}

Member Function Documentation

◆ dispatchPlatformMessage()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.dispatchPlatformMessage ( String  channel,
ByteBuffer  message,
int  position,
int  responseId 
)
inline

Definition at line 1700 of file PlatformViewsControllerTest.java.

1701 {}

◆ getIsSoftwareRenderingEnabled()

boolean io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.getIsSoftwareRenderingEnabled ( )
inline

Definition at line 1690 of file PlatformViewsControllerTest.java.

1690 {
1691 return false;
1692 }

◆ getResponses()

static SparseArray< ByteBuffer > io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.getResponses ( )
inlinestatic

Definition at line 1740 of file PlatformViewsControllerTest.java.

1740 {
1741 return replies;
1742 }

◆ invokePlatformMessageResponseCallback()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.invokePlatformMessageResponseCallback ( int  responseId,
ByteBuffer  message,
int  position 
)
inline

Definition at line 1735 of file PlatformViewsControllerTest.java.

1736 {
1737 replies.put(responseId, message);
1738 }
Win32Message message

◆ onSurfaceCreated()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.onSurfaceCreated ( Surface  surface)
inline

Definition at line 1704 of file PlatformViewsControllerTest.java.

1704{}

◆ onSurfaceDestroyed()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.onSurfaceDestroyed ( )
inline

Definition at line 1707 of file PlatformViewsControllerTest.java.

1707{}

◆ onSurfaceWindowChanged()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.onSurfaceWindowChanged ( Surface  surface)
inline

Definition at line 1710 of file PlatformViewsControllerTest.java.

1710{}

◆ performNativeAttach()

long io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.performNativeAttach ( FlutterJNI  flutterJNI)
inline

Definition at line 1695 of file PlatformViewsControllerTest.java.

1695 {
1696 return 1;
1697 }

◆ setViewportMetrics()

void io.flutter.plugin.platform.PlatformViewsControllerTest.ShadowFlutterJNI.setViewportMetrics ( float  devicePixelRatio,
int  physicalWidth,
int  physicalHeight,
int  physicalPaddingTop,
int  physicalPaddingRight,
int  physicalPaddingBottom,
int  physicalPaddingLeft,
int  physicalViewInsetTop,
int  physicalViewInsetRight,
int  physicalViewInsetBottom,
int  physicalViewInsetLeft,
int  systemGestureInsetTop,
int  systemGestureInsetRight,
int  systemGestureInsetBottom,
int  systemGestureInsetLeft,
int  physicalTouchSlop,
int[]  displayFeaturesBounds,
int[]  displayFeaturesType,
int[]  displayFeaturesState 
)
inline

Definition at line 1713 of file PlatformViewsControllerTest.java.

1732 {}

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