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:hitTestMode
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_dump.h
41
int32_t
hitTestMode
= 0;
member
H
A
D
event_dump.cpp
38
<< "
hitTestMode
: " <<
hitTestMode
<< ", ";
in Dump()
local
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H
A
D
frame_node.py
34
hitTestMode
= 0
variable in FrameNode
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_accessibility_hover_ng.cpp
148
auto
hitTestMode
= nodeInfo.GetHitTestBehavior();
in GetSearchStrategyForThird()
local
76
UpdateSearchStrategyByHitTestModeStr( std::string&
hitTestMode
, bool& shouldSearchSelf, bool& shouldSearchChildren)
UpdateSearchStrategyByHitTestModeStr()
argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
view_abstract_test_ng.cpp
623
auto
hitTestMode
= static_cast<HitTestMode>(INDEX);
in HWTEST_F()
local
625
ViewAbstract::SetHitTestMode(AceType::RawPtr(FRAME_NODE_REGISTER),
hitTestMode
);
in HWTEST_F()
local
671
auto
hitTestMode
= static_cast<HitTestMode>(INDEX);
in HWTEST_F()
local
H
A
D
frame_node_test_ng.cpp
351
auto
hitTestMode
= FRAME_NODE2->GetHitTestMode();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
component.h
295
void SetHitTestMode(HitTestMode
hitTestMode
)
in SetHitTestMode()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
select_overlay_property.h
266
HitTestMode
hitTestMode
= HitTestMode::HTMTRANSPARENT_SELF;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub.cpp
1137
void GestureEventHub::SetHitTestMode(HitTestMode
hitTestMode
)
in SetHitTestMode()
argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_element.cpp
1779
auto
hitTestMode
= static_cast<int32_t>(node->GetHitTestMode());
in GetHitTestBehaviorStr()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
accessibility_property.cpp
140
void GetHitTestModeStr(HitTestMode
hitTestMode
, std::string& testModeStr)
in GetHitTestModeStr()
argument
286
void UpdateSearchStrategyByHitTestMode(HitTestMode
hitTestMode
, bool& shouldSearchSelf, bool& shouldSearchChildren)
in UpdateSearchStrategyByHitTestMode()
argument
353
HitTestMode
hitTestMode
= node->GetHitTestMode();
in GetSearchStrategy()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
view_abstract_model_impl.cpp
1381
void ViewAbstractModelImpl::SetHitTestMode(NG::HitTestMode
hitTestMode
)
in SetHitTestMode()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract.cpp
1274
void ViewAbstract::SetHitTestMode(HitTestMode
hitTestMode
)
in SetHitTestMode()
argument
2932
void ViewAbstract::SetHitTestMode(FrameNode *frameNode, HitTestMode
hitTestMode
)
in SetHitTestMode()
argument
H
A
D
frame_node.cpp
1047
std::string
hitTestMode
= "HitTestMode.Default";
in TouchToJsonValue()
local
Completed in 38 milliseconds