Home
last modified time | relevance | path

Searched refs:viewId (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DPlatformViewsChannel.java32 public void invokeViewFocused(int viewId) { in invokeViewFocused() argument
36 channel.invokeMethod("viewFocused", viewId); in invokeViewFocused()
99 int viewId = call.arguments();
101 handler.disposePlatformView(viewId);
191 int viewId = call.arguments();
193 handler.clearFocus(viewId);
249 void disposePlatformView(int viewId); in disposePlatformView() argument
271 void setDirection(int viewId, int direction); in setDirection() argument
276 void clearFocus(int viewId); in clearFocus() argument
286 public final int viewId; field in PlatformViewsChannel.PlatformViewCreationRequest
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformViewsController.java73 + request.direction + "(view id: " + request.viewId + ")");
76 if (vdControllers.containsKey(request.viewId)) {
78 + request.viewId);
104 request.viewId,
108 platformViewsChannel.invokeViewFocused(request.viewId);
115 + request.viewType + " with id: " + request.viewId);
118 vdControllers.put(request.viewId, vdController);
129 public void disposePlatformView(int viewId) {
132 VirtualDisplayController vdController = vdControllers.get(viewId);
135 + viewId);
[all …]
DVirtualDisplayController.java30 int viewId, in create() argument
53 …te, virtualDisplay, viewFactory, surface, textureEntry, focusChangeListener, viewId, createParams); in create()
74 int viewId, in VirtualDisplayController() argument
89 viewId, in VirtualDisplayController()
DSingleViewPresentation.java70 private int viewId; field in SingleViewPresentation
96 int viewId, in SingleViewPresentation() argument
103 this.viewId = viewId; in SingleViewPresentation()
158 state.platformView = viewFactory.create(context, viewId, createParams); in onCreate()
DPlatformViewFactory.java30 public abstract PlatformView create(Context context, int viewId, Object args); in create() argument
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews.mm49 long viewId = [args[@"id"] longValue];
67 viewIdentifier:viewId
69 views_[viewId] = fml::scoped_nsobject<NSObject<FlutterPlatformView>>([embedded_view retain]);
75 touch_interceptors_[viewId] =
77 root_views_[viewId] = fml::scoped_nsobject<UIView>([touch_interceptor retain]);
84 int64_t viewId = [arg longLongValue];
86 if (views_.count(viewId) == 0) {
90 views_to_dispose_.insert(viewId);
97 int64_t viewId = [args[@"id"] longLongValue];
99 if (views_.count(viewId) == 0) {
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dplatform_view.dart9 final int viewId;
18 PersistedPlatformView(this.viewId, this.dx, this.dy, this.width, this.height);
47 platformViewRegistry.getCreatedView(viewId);
51 html.window.console.warn('No platform view created for id $viewId');
66 return existingSurface.viewId == viewId ? 0.0 : 1.0;
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dplatform_view.dart254 /// The `viewId`, `hitTestBehavior`, and `gestureRecognizers` parameters must not be null.
324 viewId: _viewController.id,
706 }) : assert(controller != null && controller.viewId != null && controller.viewId > -1),
719 assert(controller.viewId != null && controller.viewId > -1);
724 final bool needsSemanticsUpdate = _controller.viewId != controller.viewId;
763 assert(_controller.viewId != null);
766 viewId: _controller.viewId));
772 assert(_controller.viewId != null);
774 config.platformViewId = _controller.viewId;
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/
DFlutterPlatformViews.h42 viewIdentifier:(int64_t)viewId
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_decode.h63 uint16_t viewId; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std_decode.h73 uint16_t viewId; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std_decode.h74 uint16_t viewId; member
/third_party/flutter/flutter/packages/flutter/test/services/
Dfake_platform_views.dart28 int get viewId => _id;
71 void invokeViewFocused(int viewId) {
73 final ByteData data = codec.encodeMethodCall(MethodCall('viewFocused', viewId));
/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_builder.cc268 int64_t viewId) { in addPlatformView() argument
273 SkPoint::Make(dx, dy), SkSize::Make(width, height), viewId); in addPlatformView()
Dscene_builder.h99 int64_t viewId);
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dplatform_views.dart34 typedef PlatformViewFactory = html.Element Function(int viewId);
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dplatform_views.dart401 List<dynamic> _asList(int viewId) {
403 viewId,
723 /// The viewId associated with this controller.
725 /// The viewId should always be unique and non-negative. And it must not be null.
728 int get viewId;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dcompositing.dart455 int viewId, {
461 _addPlatformView(offset.dx, offset.dy, width, height, viewId);
469 int viewId,
471 _addSurface(engine.PersistedPlatformView(viewId, dx, dy, width, height));
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart936 String viewId,
943 'viewId': viewId,
1442 final String viewId = id;
1455 await owner.vm.runInView(viewId,
1469 'viewId': id,
1479 'viewId': id,
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Dlayer_scene_builder.dart70 int viewId, {
/third_party/mesa3d/src/amd/common/
Dac_uvd_dec.h121 uint16_t viewId; member
Dac_vcn_dec.h566 unsigned short viewId; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h122 uint16_t viewId; member
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java1440 private void sendAccessibilityEvent(int viewId, int eventType) { in sendAccessibilityEvent() argument
1444 if (viewId == ROOT_NODE_ID) { in sendAccessibilityEvent()
1447 sendAccessibilityEvent(obtainAccessibilityEvent(viewId, eventType)); in sendAccessibilityEvent()
/third_party/flutter/engine/flutter/lib/ui/
Dcompositing.dart606 …void addPlatformView(int viewId, { Offset offset = Offset.zero, double width = 0.0, double height …
608 _addPlatformView(offset.dx, offset.dy, width, height, viewId);
610 …void _addPlatformView(double dx, double dy, double width, double height, int viewId) native 'Scene…

12