SurfaceAndroidViewController class Null safety
Controls an Android view by rendering to an AndroidViewSurface.
Typically created with PlatformViewsService.initAndroidView.
- Inheritance
- Object
- PlatformViewController
- AndroidViewController
- SurfaceAndroidViewController
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → int
-
The unique identifier of the Android view controlled by this controller.
@Deprecated('Call `controller.viewId` instead. ' 'This feature was deprecated after v1.20.0-2.0.pre.'), read-only, inherited
- isCreated → bool
-
Whether the platform view has already been created.
read-only, inherited
- pointTransformer ← PointTransformer null
-
Converts a given point from the global coordinate system in logical pixels to the local coordinate system for this box. [...]
write-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- textureId → int
-
Returns the texture entry id that the Android view is rendering into. [...]
read-only, override
- viewId → int
-
The unique identifier of the Android view controlled by this controller.
final, inherited
Methods
-
addOnPlatformViewCreatedListener(
PlatformViewCreatedCallback listener) → void -
Adds a callback that will get invoke after the platform view has been
created.
inherited
-
clearFocus(
) → Future< void> -
Clears the focus from the Android View if it is focused.
inherited
-
create(
) → Future< void> -
Creates the Android View. [...]
inherited
-
dispatchPointerEvent(
PointerEvent event) → Future< void> -
Converts the PointerEvent and sends an Android MotionEvent
to the view. [...]
inherited
-
dispose(
) → Future< void> -
Disposes the Android view. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
removeOnPlatformViewCreatedListener(
PlatformViewCreatedCallback listener) → void -
Removes a callback added with addOnPlatformViewCreatedListener.
inherited
-
sendMotionEvent(
AndroidMotionEvent event) → Future< void> -
Sends an Android MotionEvent
to the view. [...]
inherited
-
setLayoutDirection(
TextDirection layoutDirection) → Future< void> -
Sets the layout direction for the Android view.
inherited
-
setSize(
Size size) → Future< void> -
Sizes the Android View. [...]
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited