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:MouseDeviceState
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H
A
D
mouse_device_state.cpp
23
#define MMI_LOG_TAG "
MouseDeviceState
"
27
MouseDeviceState
::
MouseDeviceState
()
in MouseDeviceState()
function in OHOS::MMI::MouseDeviceState
32
MouseDeviceState
::~
MouseDeviceState
() {}
in ~MouseDeviceState()
34
int32_t
MouseDeviceState
::GetMouseCoordsX() const
in GetMouseCoordsX()
39
int32_t
MouseDeviceState
::GetMouseCoordsY() const
in GetMouseCoordsY()
44
void
MouseDeviceState
::SetMouseCoords(int32_t x, int32_t y)
in SetMouseCoords()
50
bool
MouseDeviceState
::IsLeftBtnPressed()
in IsLeftBtnPressed()
59
void
MouseDeviceState
[all...]
H
A
D
mouse_transform_processor.cpp
194
if (button ==
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_MIDDLE_BUTTON_CODE &&
in HandleButtonInner()
196
button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_LEFT_BUTTON_CODE;
in HandleButtonInner()
807
button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_LEFT_BUTTON_CODE;
in HandleTouchpadRightButton()
812
if (button ==
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE &&
in HandleTouchpadRightButton()
819
if (button ==
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_LEFT_BUTTON_CODE &&
in HandleTouchpadRightButton()
830
button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE;
in HandleTouchpadLeftButton()
835
if (button ==
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE &&
in HandleTouchpadLeftButton()
837
button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_LEFT_BUTTON_CODE;
in HandleTouchpadLeftButton()
842
if (button ==
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE &&
in HandleTouchpadLeftButton()
849
if (button ==
MouseDeviceState
in HandleTouchpadLeftButton()
[all...]
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H
A
D
mouse_device_state.h
30
class
MouseDeviceState
final {
31
DECLARE_DELAYED_SINGLETON(
MouseDeviceState
);
59
DISALLOW_COPY_AND_MOVE(
MouseDeviceState
);
76
#define MouseState ::OHOS::DelayedSingleton<
MouseDeviceState
>::GetInstance()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_device_state_test.cpp
74
MouseState->MouseBtnStateCounts(
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE, BUTTON_STATE_PRESSED);
in HWTEST_F()
87
MouseState->MouseBtnStateCounts(
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE, BUTTON_STATE_PRESSED);
in HWTEST_F()
102
const uint32_t keyValue =
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE;
in HWTEST_F()
H
A
D
mouse_transform_processor_test.cpp
910
uint32_t button =
MouseDeviceState
::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
1020
uint32_t button =
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE;
in HWTEST_F()
1052
uint32_t button =
MouseDeviceState
::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
1068
uint32_t button =
MouseDeviceState
::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
1084
uint32_t button =
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE;
in HWTEST_F()
1100
uint32_t button =
MouseDeviceState
::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
1117
uint32_t button =
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE;
in HWTEST_F()
1283
uint32_t button =
MouseDeviceState
::LIBINPUT_LEFT_BUTTON_CODE;
in HWTEST_F()
1307
uint32_t button =
MouseDeviceState
::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
1311
button =
MouseDeviceState
in HWTEST_F()
[all...]
H
A
D
mouse_transform_processor_test_withmock.cpp
218
uint32_t button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
238
uint32_t button =
MouseDeviceState
::LIBINPUT_BUTTON_CODE::LIBINPUT_RIGHT_BUTTON_CODE;
in HWTEST_F()
Completed in 5 milliseconds