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
refs:nodesHovering
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H
A
D
accessibility_manager_ng_test_ng.cpp
190
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(nodesHovering1);
in HWTEST_F()
191
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(nodesHovering2);
in HWTEST_F()
192
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(frameNode);
in HWTEST_F()
195
EXPECT_NE(accessibilityManagerNg.hoverState_.
nodesHovering
.size(), 0);
in HWTEST_F()
288
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(nodesHovering1);
in HWTEST_F()
289
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(nodesHovering2);
in HWTEST_F()
290
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(frameNode);
in HWTEST_F()
294
EXPECT_EQ(accessibilityManagerNg.hoverState_.
nodesHovering
.size(), 0);
in HWTEST_F()
399
accessibilityManagerNg.hoverState_.
nodesHovering
.push_back(frameNode);
in HWTEST_F()
429
EXPECT_NE(accessibilityManagerNg.hoverState_.
nodesHovering
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_manager_ng.h
38
std::vector<WeakPtr<FrameNode>>
nodesHovering
;
member
H
A
D
accessibility_manager_ng.cpp
135
for (const auto& nodeWeak: hoverState_.
nodesHovering
) {
in HandleAccessibilityHoverEventInner()
182
hoverState_.
nodesHovering
= std::move(currentNodesHovering);
in HandleAccessibilityHoverEventInner()
224
hoverState_.
nodesHovering
.clear();
in ResetHoverState()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_accessibility_hover_ng.cpp
218
hoverForThirdState_.
nodesHovering
.clear();
in ResetHoverForThirdState()
229
std::vector<int64_t> lastNodesHovering = hoverForThirdState_.
nodesHovering
;
in HandleAccessibilityHoverForThird()
266
hoverForThirdState_.
nodesHovering
= std::move(currentNodesHovering);
in HandleAccessibilityHoverForThird()
H
A
D
js_third_accessibility_hover_ng.h
47
std::vector<int64_t>
nodesHovering
;
member
Completed in 4 milliseconds