Searched refs:GetLayoutPriority (Results 1 – 6 of 6) sorted by relevance
168 if (nodeLeft->GetLayoutPriority() != nodeRight->GetLayoutPriority()) { in operator()169 return nodeLeft->GetLayoutPriority() > nodeRight->GetLayoutPriority(); in operator()
105 virtual int32_t GetLayoutPriority() const = 0;
118 int32_t GetLayoutPriority() const override;
169 …{ "layoutPriority", [](const InspectorNode& inspector) { return inspector.GetLayoutPriority(); } }, in __anon58d2e1334602()559 int32_t InspectorComposedElement::GetLayoutPriority() const in GetLayoutPriority() function in OHOS::Ace::V2::InspectorComposedElement
52 return node->GetLayoutPriority() != 0 && (node == inNode_ || node == outNode_); in IsRunning()
279 int32_t GetLayoutPriority() const in GetLayoutPriority() function