- AccessibilityBridge - Class in io.flutter.view
-
Bridge between Android's OS accessibility system and Flutter's accessibility system.
- AccessibilityBridge(View, AccessibilityChannel, AccessibilityManager, ContentResolver, PlatformViewsAccessibilityDelegate) - Constructor for class io.flutter.view.AccessibilityBridge
-
- AccessibilityBridge.Action - Enum in io.flutter.view
-
- AccessibilityBridge.OnAccessibilityChangeListener - Interface in io.flutter.view
-
Listener that can be set on a
AccessibilityBridge
, which is invoked any time
accessibility is turned on/off, or touch exploration is turned on/off.
- AccessibilityChannel - Class in io.flutter.embedding.engine.systemchannels
-
System channel that sends accessibility requests and events from Flutter to Android.
- AccessibilityChannel(DartExecutor, FlutterJNI) - Constructor for class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Constructs an AccessibilityChannel
that connects Android to the Dart code
running in dartExecutor
.
- AccessibilityChannel.AccessibilityMessageHandler - Interface in io.flutter.embedding.engine.systemchannels
-
Handler that receives accessibility messages sent from Flutter to Android
through a given
AccessibilityChannel
.
- actionLabel - Variable in class io.flutter.embedding.engine.systemchannels.TextInputChannel.Configuration
-
- activeContext() - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- activity() - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
Returns the
Activity
that forms the plugin's operating context.
- ActivityLifecycleListener - Interface in io.flutter.plugin.common
-
- add(String) - Method in class io.flutter.embedding.engine.FlutterShellArgs
-
Adds the given arg
to this set of arguments.
- addActivityLifecycleListener(ActivityLifecycleListener) - Method in class io.flutter.view.FlutterView
-
- addActivityResultListener(PluginRegistry.ActivityResultListener) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- addEngineLifecycleListener(FlutterEngine.EngineLifecycleListener) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- addFirstFrameListener(FlutterView.FirstFrameListener) - Method in class io.flutter.view.FlutterView
-
Provide a listener that will be called once when the FlutterView renders its
first frame to the underlaying SurfaceView.
- addNewIntentListener(PluginRegistry.NewIntentListener) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in class io.flutter.embedding.android.FlutterSurfaceView
-
Adds the given listener
to this FlutterSurfaceView
, to be notified upon Flutter's
first rendered frame.
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in class io.flutter.embedding.android.FlutterTextureView
-
Adds the given listener
to this FlutterTextureView
, to be notified upon Flutter's
first rendered frame.
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in class io.flutter.embedding.android.FlutterView
-
Adds the given listener
to this FlutterView
, to be notified upon Flutter's
first rendered frame.
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- addOnFirstFrameRenderedListener(OnFirstFrameRenderedListener) - Method in interface io.flutter.embedding.engine.renderer.FlutterRenderer.RenderSurface
-
Adds the given listener
to this FlutterRenderer
, to be notified upon Flutter's
first rendered frame.
- addRequestPermissionsResultListener(PluginRegistry.RequestPermissionsResultListener) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
Adds a callback allowing the plugin to take part in handling incoming
calls to Activity#onRequestPermissionsResult(int, String[], int[])
or android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback#onRequestPermissionsResult(int, String[], int[])
.
- addUserLeaveHintListener(PluginRegistry.UserLeaveHintListener) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- addViewDestroyListener(PluginRegistry.ViewDestroyListener) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
Adds a callback allowing the plugin to take part in handling incoming
calls to
Activity.onDestroy()
.
- androidAssetManager - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartCallback
-
Standard Android AssetManager, provided from some Context
or Resources
.
- androidAssetManager - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
Standard Android AssetManager, provided from some Context
or Resources
.
- AndroidKeyProcessor - Class in io.flutter.embedding.android
-
- AndroidKeyProcessor(KeyEventChannel, TextInputPlugin) - Constructor for class io.flutter.embedding.android.AndroidKeyProcessor
-
- AndroidTouchProcessor - Class in io.flutter.embedding.android
-
Sends touch information from Android to Flutter in a format that Flutter
understands.
- AndroidTouchProcessor(FlutterRenderer) - Constructor for class io.flutter.embedding.android.AndroidTouchProcessor
-
Constructs an
AndroidTouchProcessor
that will send touch event data
to the Flutter execution context represented by the given
FlutterRenderer
.
- announce(String) - Method in interface io.flutter.embedding.engine.systemchannels.AccessibilityChannel.AccessibilityMessageHandler
-
The Dart application would like the given message
to be announced.
- appBundlePath(String) - Method in class io.flutter.embedding.android.FlutterFragment.Builder
-
- appIsInactive() - Method in class io.flutter.embedding.engine.systemchannels.LifecycleChannel
-
- appIsPaused() - Method in class io.flutter.embedding.engine.systemchannels.LifecycleChannel
-
- appIsResumed() - Method in class io.flutter.embedding.engine.systemchannels.LifecycleChannel
-
- AppSwitcherDescription(int, String) - Constructor for class io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription
-
- ARG_APP_BUNDLE_PATH - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_DART_ENTRYPOINT - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_DISABLE_SERVICE_AUTH_CODES - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_DUMP_SHADER_SKP_ON_SHADER_COMPILATION - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_ENABLE_DART_PROFILING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_ENABLE_SOFTWARE_RENDERING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_FLUTTER_INITIALIZATION_ARGS - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_FLUTTERVIEW_RENDER_MODE - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_FLUTTERVIEW_TRANSPARENCY_MODE - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_INITIAL_ROUTE - Static variable in class io.flutter.embedding.android.FlutterFragment
-
- ARG_KEY_DISABLE_SERVICE_AUTH_CODES - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_DUMP_SHADER_SKP_ON_SHADER_COMPILATION - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_ENABLE_DART_PROFILING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_ENABLE_SOFTWARE_RENDERING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_SKIA_DETERMINISTIC_RENDERING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_START_PAUSED - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_TRACE_SKIA - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_TRACE_STARTUP - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_USE_TEST_FONTS - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_KEY_VERBOSE_LOGGING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_SKIA_DETERMINISTIC_RENDERING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_START_PAUSED - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_TRACE_SKIA - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_TRACE_STARTUP - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_USE_TEST_FONTS - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- ARG_VERBOSE_LOGGING - Static variable in class io.flutter.embedding.engine.FlutterShellArgs
-
- argument(String) - Method in class io.flutter.plugin.common.MethodCall
-
- arguments - Variable in class io.flutter.plugin.common.MethodCall
-
Arguments for the call.
- arguments() - Method in class io.flutter.plugin.common.MethodCall
-
Returns the arguments of this method call with a static type determined by the call-site.
- assertAttached() - Method in class io.flutter.view.FlutterNativeView
-
- asyncWaitForVsync(long) - Static method in class io.flutter.view.VsyncWaiter
-
- attach(FlutterView, Activity) - Method in class io.flutter.app.FlutterPluginRegistry
-
- attach(Context, TextureRegistry, BinaryMessenger) - Method in class io.flutter.plugin.platform.PlatformViewsController
-
Attaches this platform views controller to its input and output channels.
- attachAccessibilityBridge(AccessibilityBridge) - Method in interface io.flutter.plugin.platform.PlatformViewsAccessibilityDelegate
-
Attaches an accessibility bridge for this platform views accessibility delegate.
- attachAccessibilityBridge(AccessibilityBridge) - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- attachToFlutterEngine(FlutterEngine) - Method in class io.flutter.embedding.android.FlutterView
-
- attachToNative(boolean) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- attachToRenderer(FlutterRenderer) - Method in class io.flutter.embedding.android.FlutterSurfaceView
-
Invoked by the owner of this FlutterSurfaceView
when it wants to begin rendering
a Flutter UI to this FlutterSurfaceView
.
- attachToRenderer(FlutterRenderer) - Method in class io.flutter.embedding.android.FlutterTextureView
-
Invoked by the owner of this FlutterTextureView
when it wants to begin rendering
a Flutter UI to this FlutterTextureView
.
- attachToRenderer(FlutterRenderer) - Method in interface io.flutter.embedding.engine.renderer.FlutterRenderer.RenderSurface
-
Invoked by the owner of this RenderSurface
when it wants to begin rendering
a Flutter UI to this RenderSurface
.
- attachToRenderSurface(FlutterRenderer.RenderSurface) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- attachViewAndActivity(FlutterView, Activity) - Method in class io.flutter.view.FlutterNativeView
-
- autocorrect - Variable in class io.flutter.embedding.engine.systemchannels.TextInputChannel.Configuration
-
- DART_ENTRYPOINT_META_DATA_KEY - Static variable in class io.flutter.embedding.android.FlutterActivity
-
- DartCallback(AssetManager, String, FlutterCallbackInformation) - Constructor for class io.flutter.embedding.engine.dart.DartExecutor.DartCallback
-
- DartCallback(AssetManager, String, String, FlutterCallbackInformation) - Constructor for class io.flutter.embedding.engine.dart.DartExecutor.DartCallback
-
- dartEntrypoint(String) - Method in class io.flutter.embedding.android.FlutterActivity.IntentBuilder
-
The name of the initial Dart method to invoke, defaults to "main".
- dartEntrypoint(String) - Method in class io.flutter.embedding.android.FlutterFragment.Builder
-
The name of the initial Dart method to invoke, defaults to "main".
- DartEntrypoint(AssetManager, String, String) - Constructor for class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
- DartEntrypoint(AssetManager, String, String, String) - Constructor for class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
- dartEntrypointFunctionName - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
The name of a Dart function to execute.
- DartExecutor - Class in io.flutter.embedding.engine.dart
-
Configures, bootstraps, and starts executing Dart code.
- DartExecutor(FlutterJNI) - Constructor for class io.flutter.embedding.engine.dart.DartExecutor
-
- DartExecutor.DartCallback - Class in io.flutter.embedding.engine.dart
-
Configuration options that specify which Dart callback function is executed and where
to find that callback and other assets required for Dart execution.
- DartExecutor.DartEntrypoint - Class in io.flutter.embedding.engine.dart
-
Configuration options that specify which Dart entrypoint function is executed and where
to find that entrypoint and other assets required for Dart execution.
- decodeEnvelope(ByteBuffer) - Method in class io.flutter.plugin.common.JSONMethodCodec
-
- decodeEnvelope(ByteBuffer) - Method in interface io.flutter.plugin.common.MethodCodec
-
Decodes a result envelope from binary.
- decodeEnvelope(ByteBuffer) - Method in class io.flutter.plugin.common.StandardMethodCodec
-
- decodeMessage(ByteBuffer) - Method in class io.flutter.plugin.common.BinaryCodec
-
- decodeMessage(ByteBuffer) - Method in class io.flutter.plugin.common.JSONMessageCodec
-
- decodeMessage(ByteBuffer) - Method in interface io.flutter.plugin.common.MessageCodec
-
Decodes the specified message from binary.
- decodeMessage(ByteBuffer) - Method in class io.flutter.plugin.common.StandardMessageCodec
-
- decodeMessage(ByteBuffer) - Method in class io.flutter.plugin.common.StringCodec
-
- decodeMethodCall(ByteBuffer) - Method in class io.flutter.plugin.common.JSONMethodCodec
-
- decodeMethodCall(ByteBuffer) - Method in interface io.flutter.plugin.common.MethodCodec
-
Decodes a message call from binary.
- decodeMethodCall(ByteBuffer) - Method in class io.flutter.plugin.common.StandardMethodCodec
-
- DEFAULT_DART_ENTRYPOINT - Static variable in class io.flutter.embedding.android.FlutterActivity
-
- DEFAULT_INITIAL_ROUTE - Static variable in class io.flutter.embedding.android.FlutterActivity
-
- DEFAULT_SYSTEM_UI - Static variable in class io.flutter.plugin.platform.PlatformPlugin
-
- defaultPath - Variable in class io.flutter.view.FlutterRunArguments
-
- destroy() - Method in class io.flutter.app.FlutterPluginRegistry
-
- destroy() - Method in class io.flutter.embedding.engine.FlutterEngine
-
Cleans up all components within this FlutterEngine
and then detaches from Flutter's
native implementation.
- destroy() - Method in class io.flutter.view.FlutterNativeView
-
- destroy() - Method in class io.flutter.view.FlutterView
-
- detach() - Method in class io.flutter.app.FlutterPluginRegistry
-
- detach() - Method in class io.flutter.plugin.platform.PlatformViewsController
-
Detaches this platform views controller.
- detach() - Method in class io.flutter.view.FlutterView
-
- detachAccessibiltyBridge() - Method in interface io.flutter.plugin.platform.PlatformViewsAccessibilityDelegate
-
Detaches the current accessibility bridge.
- detachAccessibiltyBridge() - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- detachFromFlutterEngine() - Method in class io.flutter.embedding.android.FlutterView
-
Disconnects this
FlutterView
from a previously attached
FlutterEngine
.
- detachFromFlutterView() - Method in class io.flutter.view.FlutterNativeView
-
- detachFromJni() - Method in class io.flutter.embedding.engine.FlutterEngine
-
Detaches this FlutterEngine
from Flutter's native implementation, but allows
reattachment later.
- detachFromNativeAndReleaseResources() - Method in class io.flutter.embedding.engine.FlutterJNI
-
- detachFromRenderer() - Method in class io.flutter.embedding.android.FlutterSurfaceView
-
Invoked by the owner of this FlutterSurfaceView
when it no longer wants to render
a Flutter UI to this FlutterSurfaceView
.
- detachFromRenderer() - Method in class io.flutter.embedding.android.FlutterTextureView
-
Invoked by the owner of this FlutterTextureView
when it no longer wants to render
a Flutter UI to this FlutterTextureView
.
- detachFromRenderer() - Method in interface io.flutter.embedding.engine.renderer.FlutterRenderer.RenderSurface
-
Invoked by the owner of this RenderSurface
when it no longer wants to render
a Flutter UI to this RenderSurface
.
- detachFromRenderSurface() - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- details - Variable in exception io.flutter.plugin.common.FlutterException
-
- devicePixelRatio - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- disableTransparentBackground() - Method in class io.flutter.view.FlutterView
-
Reverts this back to the
SurfaceView
defaults, at the back of its
window and opaque.
- dispatchEmptyPlatformMessage(String, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchPlatformMessage(String, ByteBuffer, int, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchPointerDataPacket(ByteBuffer, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchPointerDataPacket(ByteBuffer, int) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- dispatchSemanticsAction(int, AccessibilityBridge.Action) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchSemanticsAction(int, AccessibilityBridge.Action, Object) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchSemanticsAction(int, int, ByteBuffer, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- dispatchSemanticsAction(int, int, ByteBuffer, int) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- dispatchSemanticsAction(int, AccessibilityBridge.Action) - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Instructs Flutter to perform the given action
on the SemanticsNode
referenced by the given virtualViewId
.
- dispatchSemanticsAction(int, AccessibilityBridge.Action, Object) - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Instructs Flutter to perform the given action
on the SemanticsNode
referenced by the given virtualViewId
, passing the given args
.
- dispose() - Method in interface io.flutter.plugin.platform.PlatformView
-
Dispose this platform view.
- done(int) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
Instructs Flutter to execute a "done" action.
- findAppBundlePath(Context) - Static method in class io.flutter.view.FlutterMain
-
- findFocus(int) - Method in class io.flutter.view.AccessibilityBridge
-
Finds the view in a hierarchy that currently has the given type of focus
.
- fitSystemWindows(Rect) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked when Android's desired window insets change, i.e., padding.
- fitSystemWindows(Rect) - Method in class io.flutter.view.FlutterView
-
- flags - Variable in class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- FlutterActivity - Class in io.flutter.app
-
Base class for activities that use Flutter.
- FlutterActivity() - Constructor for class io.flutter.app.FlutterActivity
-
- FlutterActivity - Class in io.flutter.embedding.android
-
Activity
which displays a fullscreen Flutter UI.
- FlutterActivity() - Constructor for class io.flutter.embedding.android.FlutterActivity
-
- FlutterActivity.IntentBuilder - Class in io.flutter.embedding.android
-
Builder to create an Intent
that launches a FlutterActivity
with the
desired configuration.
- FlutterActivityDelegate - Class in io.flutter.app
-
Class that performs the actual work of tying Android
Activity
instances to Flutter.
- FlutterActivityDelegate(Activity, FlutterActivityDelegate.ViewFactory) - Constructor for class io.flutter.app.FlutterActivityDelegate
-
- FlutterActivityDelegate.ViewFactory - Interface in io.flutter.app
-
Specifies the mechanism by which Flutter views are created during the
operation of a FlutterActivityDelegate
.
- FlutterActivityEvents - Interface in io.flutter.app
-
A collection of Android Activity
methods that are relevant to the
core operation of Flutter applications.
- FlutterApplication - Class in io.flutter.app
-
Flutter implementation of
Application
, managing
application-level global initializations.
- FlutterApplication() - Constructor for class io.flutter.app.FlutterApplication
-
- FlutterCallbackInformation - Class in io.flutter.view
-
A class representing information for a callback registered using
`PluginUtilities` from `dart:ui`.
- FlutterEngine - Class in io.flutter.embedding.engine
-
A single Flutter execution environment.
- FlutterEngine(Context) - Constructor for class io.flutter.embedding.engine.FlutterEngine
-
Constructs a new FlutterEngine
.
- FlutterEngine.EngineLifecycleListener - Interface in io.flutter.embedding.engine
-
Lifecycle callbacks for Flutter engine lifecycle events.
- FlutterException - Exception in io.flutter.plugin.common
-
Thrown to indicate that a Flutter method invocation failed on the Flutter side.
- FlutterFragment - Class in io.flutter.embedding.android
-
Fragment
which displays a Flutter UI that takes up all available Fragment
space.
- FlutterFragment() - Constructor for class io.flutter.embedding.android.FlutterFragment
-
- FlutterFragment.Builder - Class in io.flutter.embedding.android
-
Builder that creates a new FlutterFragment
with arguments
that correspond
to the values set on this Builder
.
- FlutterFragment.FlutterEngineProvider - Interface in io.flutter.embedding.android
-
Provides a
FlutterEngine
instance to be used by a
FlutterFragment
.
- FlutterFragmentActivity - Class in io.flutter.app
-
Base class for activities that use Flutter who also require the use of the
Android v4 Support library's
FragmentActivity
.
- FlutterFragmentActivity() - Constructor for class io.flutter.app.FlutterFragmentActivity
-
- FlutterJNI - Class in io.flutter.embedding.engine
-
Interface between Flutter embedding's Java code and Flutter engine's C/C++ code.
- FlutterJNI() - Constructor for class io.flutter.embedding.engine.FlutterJNI
-
- flutterJNI - Variable in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
- FlutterJNI.AccessibilityDelegate - Interface in io.flutter.embedding.engine
-
Delegate responsible for creating and updating Android-side caches of Flutter's semantics
tree and custom accessibility actions.
- FlutterKeyEvent(KeyEvent) - Constructor for class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- FlutterKeyEvent(KeyEvent, Character) - Constructor for class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- FlutterKeyEvent(int, int, int, int, Character, int, int) - Constructor for class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- FlutterMain - Class in io.flutter.view
-
A class to intialize the Flutter engine.
- FlutterMain() - Constructor for class io.flutter.view.FlutterMain
-
- FlutterMain.Settings - Class in io.flutter.view
-
- FlutterNativeView - Class in io.flutter.view
-
- FlutterNativeView(Context) - Constructor for class io.flutter.view.FlutterNativeView
-
- FlutterNativeView(Context, boolean) - Constructor for class io.flutter.view.FlutterNativeView
-
- FlutterPluginRegistry - Class in io.flutter.app
-
- FlutterPluginRegistry(FlutterNativeView, Context) - Constructor for class io.flutter.app.FlutterPluginRegistry
-
- FlutterPluginRegistry(FlutterEngine, Context) - Constructor for class io.flutter.app.FlutterPluginRegistry
-
- FlutterRenderer - Class in io.flutter.embedding.engine.renderer
-
WARNING: THIS CLASS IS EXPERIMENTAL.
- FlutterRenderer(FlutterJNI) - Constructor for class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- FlutterRenderer.RenderSurface - Interface in io.flutter.embedding.engine.renderer
-
Delegate used in conjunction with a
FlutterRenderer
to create an interactive Flutter
UI.
- FlutterRenderer.ViewportMetrics - Class in io.flutter.embedding.engine.renderer
-
Mutable data structure that holds all viewport metrics properties that Flutter cares about.
- FlutterRunArguments - Class in io.flutter.view
-
A class containing arguments for entering a FlutterNativeView's isolate for
the first time.
- FlutterRunArguments() - Constructor for class io.flutter.view.FlutterRunArguments
-
- flutterShellArgs(FlutterShellArgs) - Method in class io.flutter.embedding.android.FlutterFragment.Builder
-
Any special configuration arguments for the Flutter engine
- FlutterShellArgs - Class in io.flutter.embedding.engine
-
Arguments that can be delivered to the Flutter shell when it is created.
- FlutterShellArgs(String[]) - Constructor for class io.flutter.embedding.engine.FlutterShellArgs
-
Creates a set of Flutter shell arguments from a given String[]
array.
- FlutterShellArgs(List<String>) - Constructor for class io.flutter.embedding.engine.FlutterShellArgs
-
Creates a set of Flutter shell arguments from a given List<String>
.
- FlutterShellArgs(Set<String>) - Constructor for class io.flutter.embedding.engine.FlutterShellArgs
-
Creates a set of Flutter shell arguments from a given Set<String>
.
- FlutterSurfaceView - Class in io.flutter.embedding.android
-
- FlutterSurfaceView(Context) - Constructor for class io.flutter.embedding.android.FlutterSurfaceView
-
Constructs a FlutterSurfaceView
programmatically, without any XML attributes.
- FlutterSurfaceView(Context, boolean) - Constructor for class io.flutter.embedding.android.FlutterSurfaceView
-
Constructs a FlutterSurfaceView
programmatically, without any XML attributes, and
with control over whether or not this FlutterSurfaceView
renders with transparency.
- FlutterSurfaceView(Context, AttributeSet) - Constructor for class io.flutter.embedding.android.FlutterSurfaceView
-
Constructs a FlutterSurfaceView
in an XML-inflation-compliant manner.
- FlutterTextureView - Class in io.flutter.embedding.android
-
- FlutterTextureView(Context) - Constructor for class io.flutter.embedding.android.FlutterTextureView
-
Constructs a FlutterTextureView
programmatically, without any XML attributes.
- FlutterTextureView(Context, AttributeSet) - Constructor for class io.flutter.embedding.android.FlutterTextureView
-
Constructs a FlutterTextureView
in an XML-inflation-compliant manner.
- FlutterView - Class in io.flutter.embedding.android
-
Displays a Flutter UI on an Android device.
- FlutterView(Context) - Constructor for class io.flutter.embedding.android.FlutterView
-
Constructs a FlutterView
programmatically, without any XML attributes.
- FlutterView(Context, FlutterView.RenderMode) - Constructor for class io.flutter.embedding.android.FlutterView
-
Constructs a
FlutterView
programmatically, without any XML attributes,
and allows selection of a
FlutterView.renderMode
.
- FlutterView(Context, FlutterView.TransparencyMode) - Constructor for class io.flutter.embedding.android.FlutterView
-
- FlutterView(Context, FlutterView.RenderMode, FlutterView.TransparencyMode) - Constructor for class io.flutter.embedding.android.FlutterView
-
- FlutterView(Context, AttributeSet) - Constructor for class io.flutter.embedding.android.FlutterView
-
Constructs a FlutterSurfaceView
in an XML-inflation-compliant manner.
- FlutterView - Class in io.flutter.view
-
An Android view containing a Flutter app.
- FlutterView(Context) - Constructor for class io.flutter.view.FlutterView
-
- FlutterView(Context, AttributeSet) - Constructor for class io.flutter.view.FlutterView
-
- FlutterView(Context, AttributeSet, FlutterNativeView) - Constructor for class io.flutter.view.FlutterView
-
- FlutterView.FirstFrameListener - Interface in io.flutter.view
-
Listener will be called on the Android UI thread once when Flutter renders
the first frame.
- FlutterView.Provider - Interface in io.flutter.view
-
Interface for those objects that maintain and expose a reference to a
FlutterView
(such as a full-screen Flutter activity).
- FlutterView.RenderMode - Enum in io.flutter.embedding.android
-
- FlutterView.TransparencyMode - Enum in io.flutter.embedding.android
-
Transparency mode for a FlutterView
.
- fromIntent(Intent) - Static method in class io.flutter.embedding.engine.FlutterShellArgs
-
- fromJson(JSONObject) - Static method in class io.flutter.embedding.engine.systemchannels.TextInputChannel.Configuration
-
- fromJson(JSONObject) - Static method in class io.flutter.embedding.engine.systemchannels.TextInputChannel.InputType
-
- fromJson(JSONObject) - Static method in class io.flutter.embedding.engine.systemchannels.TextInputChannel.TextEditState
-
- getAccessibilityChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends accessibility requests and events from Flutter to Android.
- getAccessibilityNodeProvider() - Method in class io.flutter.embedding.android.FlutterView
-
- getAccessibilityNodeProvider() - Method in class io.flutter.view.FlutterView
-
- getAppBundlePath() - Method in class io.flutter.embedding.android.FlutterActivity
-
The path to the bundle that contains this Flutter app's resources, e.g., Dart code snapshots.
- getAppBundlePath() - Method in class io.flutter.embedding.android.FlutterFragment
-
Returns the file path to the desired Flutter app's bundle of code.
- getBitmap() - Method in class io.flutter.embedding.engine.FlutterJNI
-
- getBitmap() - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- getBitmap() - Method in class io.flutter.view.FlutterView
-
Return the most recent frame as a bitmap.
- getCacheDirectory(Context) - Static method in class io.flutter.util.PathUtils
-
- getClipboardData(PlatformChannel.ClipboardContentFormat) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to receive the current data in the
clipboard and have it returned in the given format
.
- getCreateArgsCodec() - Method in class io.flutter.plugin.platform.PlatformViewFactory
-
- getCurrentActivity() - Method in class io.flutter.app.FlutterApplication
-
- getDartEntrypoint() - Method in class io.flutter.embedding.android.FlutterActivity
-
The Dart entrypoint that will be executed as soon as the Dart snapshot is loaded.
- getDartEntrypointFunctionName() - Method in class io.flutter.embedding.android.FlutterFragment
-
Returns the name of the Dart method that this FlutterFragment
should execute to
start a Flutter app.
- getDartExecutor() - Method in class io.flutter.embedding.engine.FlutterEngine
-
The Dart execution context associated with this FlutterEngine
.
- getDartExecutor() - Method in class io.flutter.view.FlutterNativeView
-
- getDataDirectory(Context) - Static method in class io.flutter.util.PathUtils
-
- getFilesDir(Context) - Static method in class io.flutter.util.PathUtils
-
- getFlutterEngine() - Method in class io.flutter.embedding.android.FlutterActivity
-
- getFlutterEngine(Context) - Method in interface io.flutter.embedding.android.FlutterFragment.FlutterEngineProvider
-
Returns the
FlutterEngine
that should be used by a child
FlutterFragment
.
- getFlutterEngine() - Method in class io.flutter.embedding.android.FlutterFragment
-
The
FlutterEngine
that backs the Flutter content presented by this
Fragment
.
- getFlutterNativeView() - Method in class io.flutter.view.FlutterView
-
- getFlutterView() - Method in class io.flutter.app.FlutterActivity
-
- getFlutterView() - Method in class io.flutter.app.FlutterActivityDelegate
-
- getFlutterView() - Method in class io.flutter.app.FlutterFragmentActivity
-
- getFlutterView() - Method in interface io.flutter.view.FlutterView.Provider
-
Returns a reference to the Flutter view maintained by this object.
- getInitialRoute() - Method in class io.flutter.embedding.android.FlutterActivity
-
The initial route that a Flutter app will render upon loading and executing its Dart code.
- getInitialRoute() - Method in class io.flutter.embedding.android.FlutterFragment
-
Returns the initial route that should be rendered within Flutter, once the Flutter app starts.
- getInputMethodManager() - Method in class io.flutter.plugin.editing.TextInputPlugin
-
- getInstalledPatch() - Method in class io.flutter.view.ResourceUpdater
-
- getKeyEventChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends key events from Android to Flutter.
- getLastInputConnection() - Method in class io.flutter.plugin.editing.TextInputPlugin
-
- getLifecycleChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends Android lifecycle events to Flutter.
- getLocalizationChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends locale data from Android to Flutter.
- getLogTag() - Method in class io.flutter.view.FlutterMain.Settings
-
- getLookupKeyForAsset(String) - Static method in class io.flutter.view.FlutterMain
-
Returns the file name for the given asset.
- getLookupKeyForAsset(String, String) - Static method in class io.flutter.view.FlutterMain
-
Returns the file name for the given asset which originates from the
specified packageName.
- getLookupKeyForAsset(String) - Method in class io.flutter.view.FlutterView
-
- getLookupKeyForAsset(String, String) - Method in class io.flutter.view.FlutterView
-
- getNavigationChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends Flutter navigation commands from Android to Flutter.
- getObservatoryUri() - Static method in class io.flutter.view.FlutterNativeView
-
- getPlatformChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends platform-oriented requests and information to Flutter,
e.g., requests to play sounds, requests for haptics, system chrome settings, etc.
- getPlatformViewById(Integer) - Method in interface io.flutter.plugin.platform.PlatformViewsAccessibilityDelegate
-
Returns the root of the view hierarchy for the platform view with the requested id, or null if there is no
corresponding view.
- getPlatformViewById(Integer) - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- getPlatformViewsController() - Method in class io.flutter.app.FlutterPluginRegistry
-
- getPluginRegistry() - Method in class io.flutter.embedding.engine.FlutterEngine
-
- getPluginRegistry() - Method in class io.flutter.view.FlutterNativeView
-
- getPluginRegistry() - Method in class io.flutter.view.FlutterView
-
- getRegistry() - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- getRenderer() - Method in class io.flutter.embedding.engine.FlutterEngine
-
The rendering system associated with this FlutterEngine
.
- getRenderMode() - Method in class io.flutter.embedding.android.FlutterFragment
-
- getResourceUpdater() - Static method in class io.flutter.view.FlutterMain
-
Returns the main internal interface for the dynamic patching subsystem.
- getSettingsChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends platform/user settings from Android to Flutter, e.g.,
time format, scale factor, etc.
- getSystemChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends memory pressure warnings from Android to Flutter.
- getTextInputChannel() - Method in class io.flutter.embedding.engine.FlutterEngine
-
System channel that sends and receives text input requests and state.
- getTransparencyMode() - Method in class io.flutter.embedding.android.FlutterFragment
-
- getView() - Method in interface io.flutter.plugin.platform.PlatformView
-
Returns the Android view to be embedded in the Flutter hierarchy.
- go(int) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
Instructs Flutter to execute a "go" action.
- obscureText - Variable in class io.flutter.embedding.engine.systemchannels.TextInputChannel.Configuration
-
- onAccessibilityChanged(boolean, boolean) - Method in interface io.flutter.view.AccessibilityBridge.OnAccessibilityChangeListener
-
- onAccessibilityHoverEvent(MotionEvent) - Method in class io.flutter.view.AccessibilityBridge
-
A hover
MotionEvent
has occurred in the
View
that corresponds to this
AccessibilityBridge
.
- onActivityResult(int, int, Intent) - Method in class io.flutter.app.FlutterActivity
-
- onActivityResult(int, int, Intent) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onActivityResult(int, int, Intent) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onActivityResult(int, int, Intent) - Method in class io.flutter.app.FlutterPluginRegistry
-
- onActivityResult(int, int, Intent) - Method in class io.flutter.embedding.android.FlutterFragment
-
A result has been returned after an invocation of Fragment.startActivityForResult(Intent, int)
.
- onActivityResult(int, int, Intent) - Method in interface io.flutter.plugin.common.PluginRegistry.ActivityResultListener
-
- onAndroidAccessibilityDisabled() - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Informs Flutter that the Android OS currently has accessibility disabled.
- onAndroidAccessibilityEnabled() - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Informs Flutter that the Android OS currently has accessibility enabled.
- onApplyWindowInsets(WindowInsets) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked when Android's desired window insets change, i.e., padding.
- onApplyWindowInsets(WindowInsets) - Method in class io.flutter.view.FlutterView
-
- onAttach(Context) - Method in class io.flutter.embedding.android.FlutterFragment
-
- onAttachedToJNI() - Method in class io.flutter.embedding.engine.dart.DartExecutor
-
- onAttachedToWindow() - Method in class io.flutter.view.FlutterView
-
- onBackPressed() - Method in class io.flutter.app.FlutterActivity
-
- onBackPressed() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onBackPressed() - Method in interface io.flutter.app.FlutterActivityEvents
-
Invoked when the activity has detected the user's press of the back key.
- onBackPressed() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onBackPressed() - Method in class io.flutter.embedding.android.FlutterActivity
-
- onBackPressed() - Method in class io.flutter.embedding.android.FlutterFragment
-
The hardware back button was pressed.
- onCancel(Object) - Method in interface io.flutter.plugin.common.EventChannel.StreamHandler
-
Handles a request to tear down the most recently created event stream.
- onConfigurationChanged(Configuration) - Method in class io.flutter.app.FlutterActivity
-
- onConfigurationChanged(Configuration) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onConfigurationChanged(Configuration) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onConfigurationChanged(Configuration) - Method in class io.flutter.embedding.android.FlutterView
-
Sends relevant configuration data from Android to Flutter when the Android
Configuration
changes.
- onConfigurationChanged(Configuration) - Method in class io.flutter.view.FlutterView
-
- onCreate(Bundle) - Method in class io.flutter.app.FlutterActivity
-
- onCreate(Bundle) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onCreate(Bundle) - Method in interface io.flutter.app.FlutterActivityEvents
-
- onCreate() - Method in class io.flutter.app.FlutterApplication
-
- onCreate(Bundle) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onCreate(Bundle) - Method in class io.flutter.embedding.android.FlutterActivity
-
- onCreateInputConnection(EditorInfo) - Method in class io.flutter.embedding.android.FlutterView
-
- onCreateInputConnection(EditorInfo) - Method in class io.flutter.view.FlutterView
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class io.flutter.embedding.android.FlutterFragment
-
- onDestroy() - Method in class io.flutter.app.FlutterActivity
-
- onDestroy() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onDestroy() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onDestroy() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onDestroyView() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onDetach() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onDetachedFromJNI() - Method in class io.flutter.embedding.engine.dart.DartExecutor
-
- onDetachedFromWindow() - Method in class io.flutter.view.FlutterView
-
- onFirstFrame() - Method in interface io.flutter.view.FlutterView.FirstFrameListener
-
- onFirstFrame() - Method in class io.flutter.view.FlutterView
-
- onFirstFrameRendered() - Method in class io.flutter.embedding.android.FlutterActivity
-
- onFirstFrameRendered() - Method in class io.flutter.embedding.android.FlutterFragment
-
Invoked after the
FlutterView
within this
FlutterFragment
renders its first
frame.
- onFirstFrameRendered() - Method in class io.flutter.embedding.android.FlutterSurfaceView
-
- onFirstFrameRendered() - Method in class io.flutter.embedding.android.FlutterTextureView
-
- onFirstFrameRendered() - Method in interface io.flutter.embedding.engine.renderer.FlutterRenderer.RenderSurface
-
The
FlutterRenderer
corresponding to this
RenderSurface
has painted its
first frame since being initialized.
- onFirstFrameRendered() - Method in interface io.flutter.embedding.engine.renderer.OnFirstFrameRenderedListener
-
- OnFirstFrameRenderedListener - Interface in io.flutter.embedding.engine.renderer
-
Listener invoked after Flutter paints its first frame since being initialized.
- onFlutterViewDestroyed() - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- onGenericMotionEvent(MotionEvent) - Method in class io.flutter.embedding.android.AndroidTouchProcessor
-
Sends the given generic
MotionEvent
data to Flutter in a format that Flutter
understands.
- onGenericMotionEvent(MotionEvent) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked by Android when a generic motion event occurs, e.g., joystick movement, mouse hover,
track pad touches, scroll wheel movements, etc.
- onGenericMotionEvent(MotionEvent) - Method in class io.flutter.view.FlutterView
-
Invoked by Android when a generic motion event occurs, e.g., joystick movement, mouse hover,
track pad touches, scroll wheel movements, etc.
- onHoverEvent(MotionEvent) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked by Android when a hover-compliant input system causes a hover event.
- onHoverEvent(MotionEvent) - Method in class io.flutter.view.FlutterView
-
- onKeyDown(KeyEvent) - Method in class io.flutter.embedding.android.AndroidKeyProcessor
-
- onKeyDown(int, KeyEvent) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked when key is pressed.
- onKeyDown(int, KeyEvent) - Method in class io.flutter.view.FlutterView
-
- onKeyUp(KeyEvent) - Method in class io.flutter.embedding.android.AndroidKeyProcessor
-
- onKeyUp(int, KeyEvent) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked when key is released.
- onKeyUp(int, KeyEvent) - Method in class io.flutter.view.FlutterView
-
- onListen(Object, EventChannel.EventSink) - Method in interface io.flutter.plugin.common.EventChannel.StreamHandler
-
Handles a request to set up an event stream.
- onLongPress(int) - Method in interface io.flutter.embedding.engine.systemchannels.AccessibilityChannel.AccessibilityMessageHandler
-
The user has long pressed on the widget with the given nodeId
.
- onLowMemory() - Method in class io.flutter.app.FlutterActivity
-
- onLowMemory() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onLowMemory() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onLowMemory() - Method in class io.flutter.embedding.android.FlutterFragment
-
Callback invoked when memory is low.
- onMemoryPressure() - Method in class io.flutter.view.FlutterView
-
- onMessage(T, BasicMessageChannel.Reply<T>) - Method in interface io.flutter.plugin.common.BasicMessageChannel.MessageHandler
-
Handles the specified message received from Flutter.
- onMessage(ByteBuffer, BinaryMessenger.BinaryReply) - Method in interface io.flutter.plugin.common.BinaryMessenger.BinaryMessageHandler
-
Handles the specified message.
- onMethodCall(MethodCall, MethodChannel.Result) - Method in interface io.flutter.plugin.common.MethodChannel.MethodCallHandler
-
Handles the specified method call received from Flutter.
- onMethodCall(MethodCall, MethodChannel.Result) - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- onNewIntent(Intent) - Method in class io.flutter.app.FlutterActivity
-
- onNewIntent(Intent) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onNewIntent(Intent) - Method in interface io.flutter.app.FlutterActivityEvents
-
- onNewIntent(Intent) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onNewIntent(Intent) - Method in class io.flutter.app.FlutterPluginRegistry
-
- onNewIntent(Intent) - Method in class io.flutter.embedding.android.FlutterActivity
-
- onNewIntent(Intent) - Method in class io.flutter.embedding.android.FlutterFragment
-
- onNewIntent(Intent) - Method in interface io.flutter.plugin.common.PluginRegistry.NewIntentListener
-
- onPause() - Method in class io.flutter.app.FlutterActivity
-
- onPause() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onPause() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onPause() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onPause() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onPause() - Method in class io.flutter.view.FlutterView
-
- onPostResume() - Method in class io.flutter.app.FlutterActivity
-
- onPostResume() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onPostResume() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onPostResume() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onPostResume() - Method in class io.flutter.embedding.android.FlutterActivity
-
- onPostResume() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onPostResume() - Method in interface io.flutter.plugin.common.ActivityLifecycleListener
-
- onPostResume() - Method in class io.flutter.plugin.platform.PlatformPlugin
-
- onPostResume() - Method in class io.flutter.view.FlutterView
-
- onPreEngineRestart() - Method in class io.flutter.app.FlutterPluginRegistry
-
- onPreEngineRestart() - Method in interface io.flutter.embedding.engine.FlutterEngine.EngineLifecycleListener
-
Lifecycle callback invoked before a hot restart of the Flutter engine.
- onPreEngineRestart() - Method in class io.flutter.plugin.platform.PlatformViewsController
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.app.FlutterActivity
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.app.FlutterPluginRegistry
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.embedding.android.FlutterActivity
-
- onRequestPermissionsResult(int, String[], int[]) - Method in class io.flutter.embedding.android.FlutterFragment
-
The result of a permission request has been received.
- onRequestPermissionsResult(int, String[], int[]) - Method in interface io.flutter.plugin.common.PluginRegistry.RequestPermissionsResultListener
-
- onResume() - Method in class io.flutter.app.FlutterActivity
-
- onResume() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onResume() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onResume() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onResume(Context) - Static method in class io.flutter.view.FlutterMain
-
- onSizeChanged(int, int, int, int) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked when this FlutterView
changes size, including upon initial
measure.
- onSizeChanged(int, int, int, int) - Method in class io.flutter.view.FlutterView
-
- onStart() - Method in class io.flutter.app.FlutterActivity
-
- onStart() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onStart() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onStart() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onStart() - Method in class io.flutter.view.FlutterView
-
- onStop() - Method in class io.flutter.app.FlutterActivity
-
- onStop() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onStop() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onStop() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onStop() - Method in class io.flutter.embedding.android.FlutterFragment
-
- onStop() - Method in class io.flutter.view.FlutterView
-
- onSurfaceChanged(int, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- onSurfaceCreated(Surface) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- onSurfaceDestroyed() - Method in class io.flutter.embedding.engine.FlutterJNI
-
- onTap(int) - Method in interface io.flutter.embedding.engine.systemchannels.AccessibilityChannel.AccessibilityMessageHandler
-
The user has tapped on the widget with the given nodeId
.
- onTooltip(String) - Method in interface io.flutter.embedding.engine.systemchannels.AccessibilityChannel.AccessibilityMessageHandler
-
The user has opened a tooltip.
- onTouchEvent(MotionEvent) - Method in class io.flutter.embedding.android.AndroidTouchProcessor
-
Sends the given
MotionEvent
data to Flutter in a format that
Flutter understands.
- onTouchEvent(MotionEvent) - Method in class io.flutter.embedding.android.FlutterView
-
Invoked by Android when a user touch event occurs.
- onTouchEvent(MotionEvent) - Method in class io.flutter.view.FlutterView
-
- onTrimMemory(int) - Method in class io.flutter.app.FlutterActivity
-
- onTrimMemory(int) - Method in class io.flutter.app.FlutterActivityDelegate
-
- onTrimMemory(int) - Method in class io.flutter.app.FlutterFragmentActivity
-
- onTrimMemory(int) - Method in class io.flutter.embedding.android.FlutterActivity
-
- onTrimMemory(int) - Method in class io.flutter.embedding.android.FlutterFragment
-
Callback invoked when memory is low.
- onUserLeaveHint() - Method in class io.flutter.app.FlutterActivity
-
- onUserLeaveHint() - Method in class io.flutter.app.FlutterActivityDelegate
-
- onUserLeaveHint() - Method in interface io.flutter.app.FlutterActivityEvents
-
- onUserLeaveHint() - Method in class io.flutter.app.FlutterFragmentActivity
-
- onUserLeaveHint() - Method in class io.flutter.app.FlutterPluginRegistry
-
- onUserLeaveHint() - Method in class io.flutter.embedding.android.FlutterActivity
-
- onUserLeaveHint() - Method in class io.flutter.embedding.android.FlutterFragment
-
The
Activity
that owns this
Fragment
is about to go to the background
as the result of a user's choice/action, i.e., not as the result of an OS decision.
- onUserLeaveHint() - Method in interface io.flutter.plugin.common.PluginRegistry.UserLeaveHintListener
-
- onViewDestroy(FlutterNativeView) - Method in class io.flutter.app.FlutterPluginRegistry
-
- onViewDestroy(FlutterNativeView) - Method in interface io.flutter.plugin.common.PluginRegistry.ViewDestroyListener
-
- paddingBottom - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- paddingLeft - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- paddingRight - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- paddingTop - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- pathToFallbackBundle - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartCallback
-
A secondary fallback location that Dart will look for a given function or asset.
- pathToFallbackBundle - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
A secondary fallback location that Dart will look for a given function or asset.
- pathToPrimaryBundle - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartCallback
-
The first place that Dart will look for a given function or asset.
- pathToPrimaryBundle - Variable in class io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
-
The first place that Dart will look for a given function or asset.
- PathUtils - Class in io.flutter.util
-
- PathUtils() - Constructor for class io.flutter.util.PathUtils
-
- performAction(int, int, Bundle) - Method in class io.flutter.view.AccessibilityBridge
-
Instructs the view represented by virtualViewId
to carry out the desired accessibilityAction
,
perhaps configured by additional arguments
.
- plainCodePoint - Variable in class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- PlatformChannel - Class in io.flutter.embedding.engine.systemchannels
-
System channel that receives requests for host platform behavior, e.g., haptic and sound
effects, system chrome configurations, and clipboard interaction.
- PlatformChannel(DartExecutor) - Constructor for class io.flutter.embedding.engine.systemchannels.PlatformChannel
-
Constructs a PlatformChannel
that connects Android to the Dart code
running in dartExecutor
.
- PlatformChannel.AppSwitcherDescription - Class in io.flutter.embedding.engine.systemchannels
-
The color and label of an application that appears in Android's app switcher, AKA
recents screen.
- PlatformChannel.Brightness - Enum in io.flutter.embedding.engine.systemchannels
-
- PlatformChannel.ClipboardContentFormat - Enum in io.flutter.embedding.engine.systemchannels
-
Data formats of clipboard content.
- PlatformChannel.DeviceOrientation - Enum in io.flutter.embedding.engine.systemchannels
-
The possible desired orientations of a Flutter application.
- PlatformChannel.HapticFeedbackType - Enum in io.flutter.embedding.engine.systemchannels
-
The types of haptic feedback that the Android OS can generate on behalf
of an application.
- PlatformChannel.PlatformMessageHandler - Interface in io.flutter.embedding.engine.systemchannels
-
Handler that receives platform messages sent from Flutter to Android
through a given
PlatformChannel
.
- PlatformChannel.SoundType - Enum in io.flutter.embedding.engine.systemchannels
-
Types of sounds the Android OS can play on behalf of an application.
- PlatformChannel.SystemChromeStyle - Class in io.flutter.embedding.engine.systemchannels
-
The color and brightness of system chrome, e.g., status bar and system navigation bar.
- PlatformChannel.SystemUiOverlay - Enum in io.flutter.embedding.engine.systemchannels
-
The set of Android system UI overlays as perceived by the Flutter application.
- PlatformMessageHandler - Interface in io.flutter.embedding.engine.dart
-
WARNING: THIS CLASS IS EXPERIMENTAL.
- PlatformPlugin - Class in io.flutter.plugin.platform
-
Android implementation of the platform plugin.
- PlatformPlugin(Activity, PlatformChannel) - Constructor for class io.flutter.plugin.platform.PlatformPlugin
-
- PlatformView - Interface in io.flutter.plugin.platform
-
A handle to an Android view to be embedded in the Flutter hierarchy.
- PlatformViewFactory - Class in io.flutter.plugin.platform
-
- PlatformViewFactory(MessageCodec<Object>) - Constructor for class io.flutter.plugin.platform.PlatformViewFactory
-
- platformViewRegistry() - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- PlatformViewRegistry - Interface in io.flutter.plugin.platform
-
Registry for platform view factories.
- PlatformViewsAccessibilityDelegate - Interface in io.flutter.plugin.platform
-
Facilitates interaction between the accessibility bridge and embedded platform views.
- PlatformViewsController - Class in io.flutter.plugin.platform
-
Manages platform views.
- PlatformViewsController() - Constructor for class io.flutter.plugin.platform.PlatformViewsController
-
- playSystemSound(PlatformChannel.SoundType) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to play the given soundType
.
- PluginRegistry - Interface in io.flutter.plugin.common
-
Registry used by plugins to set up interaction with Android APIs.
- PluginRegistry.ActivityResultListener - Interface in io.flutter.plugin.common
-
Delegate interface for handling activity results on behalf of the main
Activity
.
- PluginRegistry.NewIntentListener - Interface in io.flutter.plugin.common
-
Delegate interface for handling new intents on behalf of the main
Activity
.
- PluginRegistry.PluginRegistrantCallback - Interface in io.flutter.plugin.common
-
Callback interface for registering plugins with a plugin registry.
- PluginRegistry.Registrar - Interface in io.flutter.plugin.common
-
Receiver of registrations from a single plugin.
- PluginRegistry.RequestPermissionsResultListener - Interface in io.flutter.plugin.common
-
Delegate interface for handling result of permissions requests on
behalf of the main
Activity
.
- PluginRegistry.UserLeaveHintListener - Interface in io.flutter.plugin.common
-
Delegate interface for handling user leave hints on behalf of the main
Activity
.
- PluginRegistry.ViewDestroyListener - Interface in io.flutter.plugin.common
-
Delegate interface for handling an
Activity
's onDestroy
method being called.
- popRoute() - Method in class io.flutter.embedding.engine.systemchannels.NavigationChannel
-
- popRoute() - Method in class io.flutter.view.FlutterView
-
- popSystemNavigator() - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to pop the top item off of the Android
app's navigation back stack.
- Preconditions - Class in io.flutter.util
-
Static convenience methods that help a method or constructor check whether
it was invoked correctly (that is, whether its preconditions were
met).
- Predicate<T> - Interface in io.flutter.util
-
- previous(int) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
Instructs Flutter to execute a "previous" action.
- PUBLIC_AOT_AOT_SHARED_LIBRARY_PATH - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_AOT_ISOLATE_SNAPSHOT_DATA_KEY - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_AOT_ISOLATE_SNAPSHOT_INSTR_KEY - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_AOT_VM_SNAPSHOT_DATA_KEY - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_AOT_VM_SNAPSHOT_INSTR_KEY - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_FLUTTER_ASSETS_DIR_KEY - Static variable in class io.flutter.view.FlutterMain
-
- PUBLIC_FLX_KEY - Static variable in class io.flutter.view.FlutterMain
-
- publish(Object) - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
Publishes a value associated with the plugin being registered.
- pushRoute(String) - Method in class io.flutter.embedding.engine.systemchannels.NavigationChannel
-
- pushRoute(String) - Method in class io.flutter.view.FlutterView
-
- scanCode - Variable in class io.flutter.embedding.engine.systemchannels.KeyEventChannel.FlutterKeyEvent
-
- search(int) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
Instructs Flutter to execute a "search" action.
- selectionEnd - Variable in class io.flutter.embedding.engine.systemchannels.TextInputChannel.TextEditState
-
- selectionStart - Variable in class io.flutter.embedding.engine.systemchannels.TextInputChannel.TextEditState
-
- send(String, ByteBuffer) - Method in class io.flutter.embedding.engine.dart.DartExecutor
-
Sends the given message
from Android to Dart over the given channel
.
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in class io.flutter.embedding.engine.dart.DartExecutor
-
Sends the given messages
from Android to Dart over the given channel
and
then has the provided callback
invoked when the Dart side responds.
- send() - Method in class io.flutter.embedding.engine.systemchannels.SettingsChannel.MessageBuilder
-
- send(int) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
Instructs Flutter to execute a "send" action.
- send(T) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Sends the specified message to the Flutter application on this channel.
- send(T, BasicMessageChannel.Reply<T>) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Sends the specified message to the Flutter application, optionally expecting a reply.
- send(String, ByteBuffer) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Sends a binary message to the Flutter application.
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Sends a binary message to the Flutter application, optionally expecting a reply.
- send(String, ByteBuffer) - Method in class io.flutter.view.FlutterNativeView
-
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in class io.flutter.view.FlutterNativeView
-
- send(String, ByteBuffer) - Method in class io.flutter.view.FlutterView
-
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in class io.flutter.view.FlutterView
-
- sendLocales(List<Locale>) - Method in class io.flutter.embedding.engine.systemchannels.LocalizationChannel
-
Send the given locales
to Dart.
- sendMemoryPressureWarning() - Method in class io.flutter.embedding.engine.systemchannels.SystemChannel
-
- setAccessibilityDelegate(FlutterJNI.AccessibilityDelegate) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- setAccessibilityFeatures(int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- setAccessibilityFeatures(int) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- setAccessibilityFeatures(int) - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
Instructs Flutter to activate/deactivate accessibility features corresponding to the
flags provided by accessibilityFeatureFlags
.
- setAccessibilityMessageHandler(AccessibilityChannel.AccessibilityMessageHandler) - Method in class io.flutter.embedding.engine.systemchannels.AccessibilityChannel
-
- setApplicationSwitcherDescription(PlatformChannel.AppSwitcherDescription) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to be displayed in Android's app switcher with
the visual representation described in the given description
.
- setClient(int, TextInputChannel.Configuration) - Method in interface io.flutter.embedding.engine.systemchannels.TextInputChannel.TextInputMethodHandler
-
- setClipboardData(String) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to set the current data in the
clipboard to the given text
.
- setCurrentActivity(Activity) - Method in class io.flutter.app.FlutterApplication
-
- setEditingState(TextInputChannel.TextEditState) - Method in interface io.flutter.embedding.engine.systemchannels.TextInputChannel.TextInputMethodHandler
-
- setInitialRoute(String) - Method in class io.flutter.embedding.engine.systemchannels.NavigationChannel
-
- setInitialRoute(String) - Method in class io.flutter.view.FlutterView
-
- setLogTag(String) - Method in class io.flutter.view.FlutterMain.Settings
-
Set the tag associated with Flutter app log messages.
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in class io.flutter.embedding.engine.dart.DartExecutor
-
- setMessageHandler(BasicMessageChannel.MessageHandler<T>) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Registers a message handler on this channel for receiving messages sent from the Flutter
application.
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Registers a handler to be invoked when the Flutter application sends a message
to its host platform.
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in class io.flutter.view.FlutterNativeView
-
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in class io.flutter.view.FlutterView
-
- setMethodCallHandler(MethodChannel.MethodCallHandler) - Method in class io.flutter.embedding.engine.systemchannels.NavigationChannel
-
- setMethodCallHandler(MethodChannel.MethodCallHandler) - Method in class io.flutter.plugin.common.MethodChannel
-
Registers a method call handler on this channel.
- setOnAccessibilityChangeListener(AccessibilityBridge.OnAccessibilityChangeListener) - Method in class io.flutter.view.AccessibilityBridge
-
Sets a listener on this AccessibilityBridge
, which is notified whenever accessibility
activation, or touch exploration activation changes.
- setPlatformBrightness(SettingsChannel.PlatformBrightness) - Method in class io.flutter.embedding.engine.systemchannels.SettingsChannel.MessageBuilder
-
- setPlatformMessageHandler(PlatformMessageHandler) - Method in class io.flutter.embedding.engine.FlutterJNI
-
Sets the handler for all platform messages that come from the attached platform view to Java.
- setPlatformMessageHandler(PlatformChannel.PlatformMessageHandler) - Method in class io.flutter.embedding.engine.systemchannels.PlatformChannel
-
- setPreferredOrientations(int) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to display in the given androidOrientation
.
- setRenderSurface(FlutterRenderer.RenderSurface) - Method in class io.flutter.embedding.engine.FlutterJNI
-
Sets the FlutterRenderer.RenderSurface
delegate for the attached Flutter context.
- setSemanticsEnabled(boolean) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- setSemanticsEnabled(boolean) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- setStreamHandler(EventChannel.StreamHandler) - Method in class io.flutter.plugin.common.EventChannel
-
Registers a stream handler on this channel.
- setSystemUiOverlayStyle(PlatformChannel.SystemChromeStyle) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like the system chrome to present itself with
the given systemUiOverlayStyle
, i.e., the given status bar and
navigation bar colors and brightness.
- setTextInputMethodHandler(TextInputChannel.TextInputMethodHandler) - Method in class io.flutter.embedding.engine.systemchannels.TextInputChannel
-
- setTextScaleFactor(float) - Method in class io.flutter.embedding.engine.systemchannels.SettingsChannel.MessageBuilder
-
- Settings() - Constructor for class io.flutter.view.FlutterMain.Settings
-
- SettingsChannel - Class in io.flutter.embedding.engine.systemchannels
-
- SettingsChannel(DartExecutor) - Constructor for class io.flutter.embedding.engine.systemchannels.SettingsChannel
-
- SettingsChannel.MessageBuilder - Class in io.flutter.embedding.engine.systemchannels
-
- SettingsChannel.PlatformBrightness - Enum in io.flutter.embedding.engine.systemchannels
-
The brightness mode of the host platform.
- setUse24HourFormat(boolean) - Method in class io.flutter.embedding.engine.systemchannels.SettingsChannel.MessageBuilder
-
- setViewportMetrics(float, int, int, int, int, int, int, int, int, int, int) - Method in class io.flutter.embedding.engine.FlutterJNI
-
- setViewportMetrics(FlutterRenderer.ViewportMetrics) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- show() - Method in interface io.flutter.embedding.engine.systemchannels.TextInputChannel.TextInputMethodHandler
-
- showSystemOverlays(List<PlatformChannel.SystemUiOverlay>) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like the Android system to display the given
overlays
.
- StandardMessageCodec - Class in io.flutter.plugin.common
-
MessageCodec using the Flutter standard binary encoding.
- StandardMessageCodec() - Constructor for class io.flutter.plugin.common.StandardMessageCodec
-
- StandardMethodCodec - Class in io.flutter.plugin.common
-
A
MethodCodec
using the Flutter standard binary encoding.
- StandardMethodCodec(StandardMessageCodec) - Constructor for class io.flutter.plugin.common.StandardMethodCodec
-
Creates a new method codec based on the specified message codec.
- startInitialization(Context) - Static method in class io.flutter.view.FlutterMain
-
Starts initialization of the native system.
- startInitialization(Context, FlutterMain.Settings) - Static method in class io.flutter.view.FlutterMain
-
Starts initialization of the native system.
- startMessage() - Method in class io.flutter.embedding.engine.systemchannels.SettingsChannel
-
- statusBarColor - Variable in class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- statusBarIconBrightness - Variable in class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- StringCodec - Class in io.flutter.plugin.common
-
- success(Object) - Method in class io.flutter.plugin.common.ErrorLogResult
-
- success(Object) - Method in interface io.flutter.plugin.common.EventChannel.EventSink
-
Consumes a successful event.
- success(Object) - Method in interface io.flutter.plugin.common.MethodChannel.Result
-
Handles a successful result.
- surfaceChanged(int, int) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- surfaceCreated(Surface) - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- surfaceDestroyed() - Method in class io.flutter.embedding.engine.renderer.FlutterRenderer
-
- surfaceTexture() - Method in interface io.flutter.view.TextureRegistry.SurfaceTextureEntry
-
- SystemChannel - Class in io.flutter.embedding.engine.systemchannels
-
TODO(mattcarroll): fill in javadoc for SystemChannel.
- SystemChannel(DartExecutor) - Constructor for class io.flutter.embedding.engine.systemchannels.SystemChannel
-
- SystemChromeStyle(Integer, PlatformChannel.Brightness, Integer, PlatformChannel.Brightness, Integer) - Constructor for class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- systemNavigationBarColor - Variable in class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- systemNavigationBarDividerColor - Variable in class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- systemNavigationBarIconBrightness - Variable in class io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemChromeStyle
-
- validateManifest(JSONObject) - Method in class io.flutter.view.ResourceUpdater
-
- value - Variable in enum io.flutter.view.AccessibilityBridge.Action
-
- valueOf(String) - Static method in enum io.flutter.embedding.android.FlutterView.RenderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.android.FlutterView.TransparencyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.Brightness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.ClipboardContentFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.DeviceOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.HapticFeedbackType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.SoundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemUiOverlay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.TextInputChannel.TextCapitalization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.embedding.engine.systemchannels.TextInputChannel.TextInputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.flutter.view.AccessibilityBridge.Action
-
Returns the enum constant of this type with the specified name.
- valuePublishedByPlugin(String) - Method in class io.flutter.app.FlutterActivity
-
- valuePublishedByPlugin(String) - Method in class io.flutter.app.FlutterActivityDelegate
-
- valuePublishedByPlugin(String) - Method in class io.flutter.app.FlutterFragmentActivity
-
- valuePublishedByPlugin(String) - Method in class io.flutter.app.FlutterPluginRegistry
-
- valuePublishedByPlugin(String) - Method in interface io.flutter.plugin.common.PluginRegistry
-
Returns the value published by the specified plugin, if any.
- values() - Static method in enum io.flutter.embedding.android.FlutterView.RenderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.android.FlutterView.TransparencyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.Brightness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.ClipboardContentFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.DeviceOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.HapticFeedbackType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.SoundType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.PlatformChannel.SystemUiOverlay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.SettingsChannel.PlatformBrightness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.TextInputChannel.TextCapitalization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.embedding.engine.systemchannels.TextInputChannel.TextInputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.flutter.view.AccessibilityBridge.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vibrateHapticFeedback(PlatformChannel.HapticFeedbackType) - Method in interface io.flutter.embedding.engine.systemchannels.PlatformChannel.PlatformMessageHandler
-
The Flutter application would like to play the given haptic feedbackType
.
- view() - Method in interface io.flutter.plugin.common.PluginRegistry.Registrar
-
- viewInsetBottom - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- viewInsetLeft - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- viewInsetRight - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- viewInsetTop - Variable in class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- ViewportMetrics() - Constructor for class io.flutter.embedding.engine.renderer.FlutterRenderer.ViewportMetrics
-
- VsyncWaiter - Class in io.flutter.view
-
- VsyncWaiter() - Constructor for class io.flutter.view.VsyncWaiter
-