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:lastDirection_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
pointer_drawing_manager.h
233
Direction
lastDirection_
{ DIRECTION0 };
H
A
D
input_windows_manager.h
387
Direction
lastDirection_
= static_cast<Direction>(-1);
variable
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
396
Direction
lastDirection_
{ DIRECTION0 };
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_ex_test.cpp
2715
inputWindowsManager->
lastDirection_
= static_cast<Direction>(-1);
in HWTEST_F()
2741
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2769
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2798
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2829
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2861
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2893
inputWindowsManager.
lastDirection_
= DIRECTION0;
in HWTEST_F()
2921
inputWindowsManager.
lastDirection_
= DIRECTION90;
in HWTEST_F()
H
A
D
pointer_drawing_manager_test.cpp
1938
EXPECT_EQ(pointerDrawingManager->
lastDirection_
, DIRECTION180);
in HWTEST_F()
1940
EXPECT_EQ(pointerDrawingManager->
lastDirection_
, DIRECTION270);
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
pointer_drawing_manager.cpp
435
if (lastMouseStyle_ == pointerStyle && !mouseIconUpdate_ &&
lastDirection_
== direction) {
in DrawMovePointer()
444
if (
lastDirection_
!= direction) {
in DrawMovePointer()
446
lastDirection_
= direction;
in DrawMovePointer()
1607
lastDirection_
= direction;
in CreatePointerWindow()
2807
std::to_string(
lastDirection_
), std::to_string(currentDirection_)}};
in Dump()
H
A
D
input_windows_manager.cpp
431
if (
lastDirection_
== static_cast<Direction>(-1)) {
in FoldScreenRotation()
432
lastDirection_
= physicDisplayInfo->direction;
in FoldScreenRotation()
435
if (physicDisplayInfo->direction !=
lastDirection_
) {
in FoldScreenRotation()
440
lastDirection_
= physicDisplayInfo->direction;
in FoldScreenRotation()
444
lastDirection_
= physicDisplayInfo->direction;
in FoldScreenRotation()
467
lastDirection_
= physicDisplayInfo->direction;
in FoldScreenRotation()
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
649
if (physicDisplayInfo != nullptr && physicDisplayInfo->direction !=
lastDirection_
) {
in CheckKnuckleCondition()
650
lastDirection_
= physicDisplayInfo->direction;
in CheckKnuckleCondition()
Completed in 33 milliseconds