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:pressedButtons_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_pointer_event.cpp
148
pressedButtons_
(other.
pressedButtons_
),
in PointerEvent()
160
pressedButtons_
.clear();
in ~PointerEvent()
252
pressedButtons_
.insert(buttonId);
in SetButtonPressed()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
465
pressedButtons_
(other.
pressedButtons_
), sourceType_(other.sourceType_),
in PointerEvent()
497
pressedButtons_
.clear();
in Reset()
540
for (auto it =
pressedButtons_
.begin(); it !=
pressedButtons_
.end(); it++) {
in ToString()
543
if (buttonsSize !=
pressedButtons_
.size()) {
in ToString()
690
return
pressedButtons_
;
in GetPressedButtons()
695
return (
pressedButtons_
.find(buttonId) !=
pressedButtons_
.end());
in IsButtonPressed()
700
if (
pressedButtons_
in SetButtonPressed()
[all...]
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
pointer_event.h
146
std::set<int32_t>
pressedButtons_
;
member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
pointer_event.h
1760
std::set<int32_t>
pressedButtons_
;
member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_ex_test.cpp
2545
pointerEvent->
pressedButtons_
.insert(1);
in HWTEST_F()
2581
pointerEvent->
pressedButtons_
.insert(1);
in HWTEST_F()
2594
pointerEvent->
pressedButtons_
.insert(2);
in HWTEST_F()
Completed in 10 milliseconds