ExpensiveAndroidViewController class Null safety
Controls an Android view that is composed using the Android view hierarchy. This controller is created from the PlatformViewsService.initExpensiveAndroidView factory.
- Inheritance
- Object
- PlatformViewController
- AndroidViewController
- ExpensiveAndroidViewController
Properties
-
createdCallbacks
→ List<
PlatformViewCreatedCallback> -
The created callbacks that are invoked after the platform view has been
created.
@visibleForTesting, read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isCreated → bool
-
Whether the platform view has already been created.
read-only, inherited
- pointTransformer ↔ PointTransformer
-
Converts a given point from the global coordinate system in logical pixels
to the local coordinate system for this box. [...]
read / write, 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
-
setOffset(
Offset off) → Future< void> -
Sets the offset of the platform view. [...]
override
-
setSize(
Size size) → Future< Size> -
Sizes the Android View. [...]
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited