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:BUTTON_NONE
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
joystick_transform_processor.cpp
62
if (buttonId == PointerEvent::
BUTTON_NONE
) {
in OnEventJoystickButton()
87
return (iter == LibinputChangeToPointer.end() ? PointerEvent::
BUTTON_NONE
: iter->second);
in LibinputButtonToPointer()
100
pointerEvent_->SetButtonId(PointerEvent::
BUTTON_NONE
);
in OnEventJoystickAxis()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
pointer_event_test.cpp
117
pointerEvent1->SetButtonPressed(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
139
pointerEvent1->SetButtonPressed(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
161
pointerEvent3->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
194
pointerEvent2->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
215
pointerEvent1->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
227
pointerEvent2->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
239
pointerEvent3->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
262
pointerEvent->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
371
pointerEvent1->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
382
pointerEvent2->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H
A
D
mouse_device_state.cpp
85
return PointerEvent::
BUTTON_NONE
;
in LibinputChangeToPointer()
H
A
D
mouse_transform_processor.cpp
213
buttonId_ = PointerEvent::
BUTTON_NONE
;
in HandleButtonInner()
255
if (buttonId == PointerEvent::
BUTTON_NONE
) {
in HandleButtonValueInner()
327
if (buttonId_ == PointerEvent::
BUTTON_NONE
&& pointerEvent_->GetButtonId() != PointerEvent::
BUTTON_NONE
) {
in HandleAxisInner()
328
pointerEvent_->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HandleAxisInner()
417
if (buttonId_ == PointerEvent::
BUTTON_NONE
&& pointerEvent_->GetButtonId() != PointerEvent::
BUTTON_NONE
) {
in HandleAxisBeginEndInner()
418
pointerEvent_->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HandleAxisBeginEndInner()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
pointer_event.h
116
static constexpr int32_t
BUTTON_NONE
= -1;
member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/event_dispatch/include/
H
A
D
event_dispatch_handler.h
36
uint32_t code { PointerEvent::
BUTTON_NONE
};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H
A
D
window_event_process.cpp
73
pointerEvent->GetButtonId() == MMI::PointerEvent::
BUTTON_NONE
) ||
in ProcessWindowMouseEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_event_normalize_test.cpp
88
ASSERT_EQ(joystickTransformProcessor.LibinputButtonToPointer(button), PointerEvent::
BUTTON_NONE
);
in HWTEST_F()
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H
A
D
crown_transform_processor.cpp
223
pointerEvent_->SetButtonId(PointerEvent::
BUTTON_NONE
);
in HandleCrownRotatePostInner()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
pointer_event.h
381
static constexpr int32_t
BUTTON_NONE
= -1;
member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
1154
if (buttonId !=
BUTTON_NONE
) {
in IsValidCheckMouseFunc()
1155
MMI_HILOGE("ButtonId is not
BUTTON_NONE
and is invalid");
in IsValidCheckMouseFunc()
1220
if (GetButtonId() !=
BUTTON_NONE
) {
in IsValidCheckTouchFunc()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_transform_processor_test.cpp
1204
buttonId = PointerEvent::
BUTTON_NONE
;
in HWTEST_F()
1656
processor.buttonId_ = PointerEvent::
BUTTON_NONE
;
in HWTEST_F()
/foundation/multimodalinput/input/frameworks/native/input/
H
A
D
oh_input_manager.cpp
371
button = OHOS::MMI::PointerEvent::
BUTTON_NONE
;
in HandleMouseButton()
1136
case OHOS::MMI::PointerEvent::
BUTTON_NONE
:
in SetMouseEventButton()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_touch_guider_test.cpp
670
int32_t expectValue = MMI::PointerEvent::
BUTTON_NONE
;
in HWTEST_F()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H
A
D
accessible_ability_manager_service_stub_test.cpp
675
int32_t expectValue = MMI::PointerEvent::
BUTTON_NONE
;
in HWTEST_F()
Completed in 19 milliseconds