|
Flutter iOS Embedder
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_
6 #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_
18 :
id(observed_id),
action(observed_action) {}
29 [window_ addSubview:view_];
32 UIView*
view()
const override {
return view_; }
39 SemanticsAction action,
40 fml::MallocMapping args)
override {
63 UIView*
view()
const override {
return view_; }
70 SemanticsAction action,
71 fml::MallocMapping args)
override {
90 - (BOOL)accessibilityScrollToVisible;
91 - (BOOL)accessibilityScrollToVisibleWithChild:(
id)child;
92 - (id)_accessibilityHitTest:(CGPoint)point withEvent:(UIEvent*)event;
95 #endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_
UIView< UITextInput > * textInputView() override
void DispatchSemanticsAction(int32_t id, SemanticsAction action, fml::MallocMapping args) override
std::vector< SemanticsActionObservation > observations
void AccessibilityObjectDidLoseFocus(int32_t id) override
bool isVoiceOverRunning() const override
MockAccessibilityBridgeNoWindow()
std::vector< SemanticsActionObservation > observations
MockAccessibilityBridge()
instancetype initWithFrame
bool isVoiceOverRunningValue
SemanticsActionObservation(int32_t observed_id, SemanticsAction observed_action)
std::shared_ptr< FlutterPlatformViewsController > GetPlatformViewsController() const override
void AccessibilityObjectDidBecomeFocused(int32_t id) override
UIView * view() const override
void DispatchSemanticsAction(int32_t id, SemanticsAction action) override
Interface that represents an accessibility bridge for iOS.
void DispatchSemanticsAction(int32_t id, SemanticsAction action) override
void DispatchSemanticsAction(int32_t id, SemanticsAction action, fml::MallocMapping args) override
void AccessibilityObjectDidLoseFocus(int32_t id) override
UIView< UITextInput > * textInputView() override
std::shared_ptr< FlutterPlatformViewsController > GetPlatformViewsController() const override
bool isVoiceOverRunning() const override
UIView * view() const override
void AccessibilityObjectDidBecomeFocused(int32_t id) override
bool isVoiceOverRunningValue