Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:uiNode
(Results
1 - 25
of
67
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H
A
D
custom_node_pattern.cpp
29
auto
uiNode
= customNodeLayoutAlgorithm->MoveBuildItem();
in OnDirtyLayoutWrapperSwap()
local
H
A
D
custom_node_base.cpp
62
auto
uiNode
= AceType::DynamicCast<UINode>(Claim(this));
in FireRecycleSelf()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_stack_model_ng.h
33
auto
uiNode
= AceType::DynamicCast<UINode>(node);
variable
H
A
D
view_stack_processor.cpp
40
auto
uiNode
= GetMainElementNode();
in GetMainFrameNode()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
view_stack_model_impl.h
31
auto
uiNode
= AceType::DynamicCast<Component>(node);
variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_item_accessibility_property.cpp
39
auto
uiNode
= DynamicCast<UINode>(frameNode);
in GetCollectionItemInfo()
local
H
A
D
grid_item_layout_property.cpp
26
auto
uiNode
= DynamicCast<UINode>(host);
in ResetGridLayoutInfoAndMeasure()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H
A
D
recycle_dummy_node.cpp
30
auto
uiNode
= AceType::DynamicCast<UINode>(customNode);
in WrapRecycleDummyNode()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navigation_stack.h
38
RefPtr<NG::UINode>
uiNode
;
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_content_modifier.cpp
28
auto*
uiNode
= reinterpret_cast<UINode*>(child);
in AddChild()
local
38
auto*
uiNode
= reinterpret_cast<UINode*>(child);
in InsertChild()
local
48
auto*
uiNode
= reinterpret_cast<UINode*>(child);
in RemoveChild()
local
H
A
D
node_container_span_modifier.cpp
30
auto*
uiNode
= reinterpret_cast<UINode*>(node);
in SetContainerSpanTextBackgroundStyle()
local
49
auto*
uiNode
= reinterpret_cast<UINode*>(node);
in ResetContainerSpanTextBackgroundStyle()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/
H
A
D
post_event_manager.cpp
22
bool PostEventManager::PostEvent(const RefPtr<NG::UINode>&
uiNode
, TouchEvent& touchEvent)
in PostEvent()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
target_component.cpp
21
void TargetComponent::SetNode(const WeakPtr<UINode>&
uiNode
)
in SetNode()
argument
/foundation/arkui/ace_engine/interfaces/napi/kits/overlay/
H
A
D
js_overlay.cpp
34
NG::UINode*
uiNode
= nullptr;
in ParseFrameNode()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
lazy_layout_wrapper_builder.cpp
63
RefPtr<UINode>
uiNode
;
in GetOrCreateFrameNode()
local
114
RefPtr<UINode>
uiNode
= pair.first;
in OnGetOrCreateWrapperByIndexLegacy()
local
161
auto
uiNode
in OnExpandChildLayoutWrapper()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navrouter_group_node.cpp
146
RefPtr<UINode>
uiNode
= navigationStack->GetFromCacheNode(name);
in AddNavDestinationToNavigation()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
inner_navigation_controller.cpp
70
const auto&
uiNode
= childNode.second;
in SetInPIPMode()
local
H
A
D
navigation_stack.cpp
344
AddCacheNode( const std::string& name, const RefPtr<UINode>&
uiNode
)
AddCacheNode()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H
A
D
long_press_recognizer.cpp
484
auto
uiNode
= targetComponent->GetUINode().Upgrade();
in GetDragEventActuator()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_view_register_impl.cpp
239
auto
uiNode
= AceType::DynamicCast<NG::UINode>(view->CreateViewNode(true));
in AddCustomTitleBarComponent()
local
H
A
D
jsi_view_register_impl_ng.cpp
210
auto
uiNode
= AceType::DynamicCast<NG::UINode>(view->CreateViewNode(true));
in AddCustomTitleBarComponent()
local
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.cpp
265
auto
uiNode
= DynamicCast<NG::UINode>(fontNode);
in RebuildFontNodeNG()
local
[all...]
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H
A
D
mock_element_register.cpp
209
auto
uiNode
= node.Upgrade();
in GetAttachedFrameNodeById()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H
A
D
shape_pattern_test_ng.cpp
86
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
153
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
257
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
291
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
327
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
379
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
HWTEST_F()
local
[all...]
H
A
D
shape_container_pattern_test_ng.cpp
80
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
140
RefPtr<UINode>
uiNode
= ViewStackProcessor::GetInstance()->Finish();
in HWTEST_F()
local
Completed in 15 milliseconds
1
2
3