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:toolRect
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_event_normalize_test.cpp
106
touchInfo.
toolRect
.point.x = 300;
in HWTEST_F()
107
touchInfo.
toolRect
.point.y = 600;
in HWTEST_F()
108
touchInfo.
toolRect
.width = 720;
in HWTEST_F()
109
touchInfo.
toolRect
.height = 1000;
in HWTEST_F()
H
A
D
touch_transform_processor_test.cpp
140
touchInfo.
toolRect
.point.x = 30;
in HWTEST_F()
141
touchInfo.
toolRect
.point.y = 40;
in HWTEST_F()
142
touchInfo.
toolRect
.width = 50;
in HWTEST_F()
143
touchInfo.
toolRect
.height = 60;
in HWTEST_F()
153
ASSERT_EQ(item.GetToolDisplayX(), touchInfo.
toolRect
.point.x);
in HWTEST_F()
154
ASSERT_EQ(item.GetToolDisplayY(), touchInfo.
toolRect
.point.y);
in HWTEST_F()
155
ASSERT_EQ(item.GetToolWidth(), touchInfo.
toolRect
.width);
in HWTEST_F()
156
ASSERT_EQ(item.GetToolHeight(), touchInfo.
toolRect
.height);
in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
touch_transform_processor.cpp
111
item.SetToolDisplayX(touchInfo.
toolRect
.point.x);
in UpdatePointerItemProperties()
112
item.SetToolDisplayY(touchInfo.
toolRect
.point.y);
in UpdatePointerItemProperties()
113
item.SetToolWidth(touchInfo.
toolRect
.width);
in UpdatePointerItemProperties()
114
item.SetToolHeight(touchInfo.
toolRect
.height);
in UpdatePointerItemProperties()
184
item.SetToolDisplayX(touchInfo.
toolRect
.point.x);
in OnEventTouchMotion()
185
item.SetToolDisplayY(touchInfo.
toolRect
.point.y);
in OnEventTouchMotion()
186
item.SetToolWidth(touchInfo.
toolRect
.width);
in OnEventTouchMotion()
187
item.SetToolHeight(touchInfo.
toolRect
.height);
in OnEventTouchMotion()
/foundation/multimodalinput/input/util/common/include/
H
A
D
struct_multimodal.h
398
LogicalRectangle
toolRect
;
member
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_ex_test.cpp
763
touchInfo.
toolRect
.point.x = 300;
in HWTEST_F()
764
touchInfo.
toolRect
.point.y = 600;
in HWTEST_F()
765
touchInfo.
toolRect
.width = 720;
in HWTEST_F()
766
touchInfo.
toolRect
.height = 1000;
in HWTEST_F()
787
touchInfo.
toolRect
.point.x = 300;
in HWTEST_F()
788
touchInfo.
toolRect
.point.y = 600;
in HWTEST_F()
789
touchInfo.
toolRect
.width = 720;
in HWTEST_F()
790
touchInfo.
toolRect
.height = 1000;
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
input_windows_manager.cpp
1696
touchInfo.
toolRect
.point.x = static_cast<int32_t>(libinput_event_touch_get_tool_x_transformed(touch, width));
in UpdateDisplayInfo()
1697
touchInfo.
toolRect
.point.y = static_cast<int32_t>(libinput_event_touch_get_tool_y_transformed(touch, height));
in UpdateDisplayInfo()
1698
touchInfo.
toolRect
.width = static_cast<int32_t>(
in UpdateDisplayInfo()
1700
touchInfo.
toolRect
.height = static_cast<int32_t>(
in UpdateDisplayInfo()
Completed in 14 milliseconds