Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
SemanticsObject.mm File Reference

Go to the source code of this file.

Namespaces

namespace  FLUTTER_ASSERT_ARC
 

Functions

flutter::SemanticsAction FLUTTER_ASSERT_ARC::GetSemanticsActionForScrollDirection (UIAccessibilityScrollDirection direction)
 
SkM44 FLUTTER_ASSERT_ARC::GetGlobalTransform (SemanticsObject *reference)
 
SkPoint FLUTTER_ASSERT_ARC::ApplyTransform (SkPoint &point, const SkM44 &transform)
 
CGPoint FLUTTER_ASSERT_ARC::ConvertPointToGlobal (SemanticsObject *reference, CGPoint local_point)
 
CGRect FLUTTER_ASSERT_ARC::ConvertRectToGlobal (SemanticsObject *reference, CGRect local_rect)
 

Variables

NSMutableArray< SemanticsObject * > * _children
 
BOOL _inDealloc
 

Variable Documentation

◆ _children

NSMutableArray<SemanticsObject*>* _children
Initial value:

Definition at line 271 of file SemanticsObject.mm.

◆ _inDealloc

BOOL _inDealloc

Definition at line 272 of file SemanticsObject.mm.