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:ConvertVPToPX
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
243
if (moveDistance >
ConvertVPToPX
(TOUCH_MAX_THRESHOLD)) {
in HandlePointerActionMoveEvent()
246
ConvertVPToPX
(TOUCH_MAX_THRESHOLD), moveDistance);
in HandlePointerActionMoveEvent()
565
if (distance <
ConvertVPToPX
(TWO_FINGERS_DISTANCE_LIMIT)) {
in CheckTwoFingerGestureAction()
572
auto leftLimit =
ConvertVPToPX
(TOUCH_LIFT_LIMIT);
in CheckTwoFingerGestureAction()
573
auto rightLimit = displayInfo->width -
ConvertVPToPX
(TOUCH_RIGHT_LIMIT);
in CheckTwoFingerGestureAction()
574
auto topLimit =
ConvertVPToPX
(TOUCH_TOP_LIMIT);
in CheckTwoFingerGestureAction()
575
auto bottomLimit = displayInfo->height -
ConvertVPToPX
(TOUCH_BOTTOM_LIMIT);
in CheckTwoFingerGestureAction()
590
int32_t KeyCommandHandler::
ConvertVPToPX
(int32_t vp) const
in ConvertVPToPX()
function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
632
* @tc.desc: Test the funcation
ConvertVPToPX
641
ASSERT_NO_FATAL_FAILURE(handler.
ConvertVPToPX
(vp));
in HWTEST_F()
645
ASSERT_NO_FATAL_FAILURE(handler.
ConvertVPToPX
(vp));
in HWTEST_F()
648
ASSERT_NO_FATAL_FAILURE(handler.
ConvertVPToPX
(vp));
in HWTEST_F()
1185
EXPECT_FALSE(distance < handler.
ConvertVPToPX
(TWO_FINGERS_DISTANCE_LIMIT));
in HWTEST_F()
1188
auto leftLimit = handler.
ConvertVPToPX
(TOUCH_LIFT_LIMIT);
in HWTEST_F()
1199
auto rightLimit = displayInfo.width - handler.
ConvertVPToPX
(TOUCH_RIGHT_LIMIT);
in HWTEST_F()
1204
auto topLimit = handler.
ConvertVPToPX
(TOUCH_TOP_LIMIT);
in HWTEST_F()
1209
auto bottomLimit = displayInfo.height - handler.
ConvertVPToPX
(TOUCH_BOTTOM_LIMIT);
in HWTEST_F()
1286
* @tc.desc: Test the funcation
ConvertVPToPX
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
308
int32_t
ConvertVPToPX
(int32_t vp) const;
Completed in 7 milliseconds