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:hasPointDown_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
move_drag_controller.cpp
99
return
hasPointDown_
;
in HasPointDown()
104
if (flag && (!
hasPointDown_
|| isStartDrag_)) {
in SetStartMoveFlag()
105
WLOGFD("StartMove, but has not pointed down or is dragging,
hasPointDown_
: %{public}d, isStartFlag: %{public}d",
in SetStartMoveFlag()
106
hasPointDown_
, isStartDrag_);
in SetStartMoveFlag()
320
hasPointDown_
= true;
in ConsumeMoveEvent()
324
WLOGFD("Reset
hasPointDown_
when point up or cancel");
in ConsumeMoveEvent()
325
hasPointDown_
= false;
in ConsumeMoveEvent()
350
if (!
hasPointDown_
) {
in ConsumeMoveEvent()
359
hasPointDown_
= false;
in ConsumeMoveEvent()
467
if (!
hasPointDown_
) {
in ConsumeDragEvent()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
move_drag_controller_test.cpp
89
auto preHasPointDown = moveDragController->
hasPointDown_
;
in HWTEST_F()
90
moveDragController->
hasPointDown_
= false;
in HWTEST_F()
97
moveDragController->
hasPointDown_
= true;
in HWTEST_F()
105
moveDragController->
hasPointDown_
= preHasPointDown;
in HWTEST_F()
1036
bool preHasPointDown = moveDragController->
hasPointDown_
;
in HWTEST_F()
1037
moveDragController->
hasPointDown_
= true;
in HWTEST_F()
1040
moveDragController->
hasPointDown_
= false;
in HWTEST_F()
1043
moveDragController->
hasPointDown_
= preHasPointDown;
in HWTEST_F()
1147
ASSERT_EQ(false, moveDragController->
hasPointDown_
);
in HWTEST_F()
1159
ASSERT_EQ(false, moveDragController->
hasPointDown_
);
in HWTEST_F()
[all...]
H
A
D
scene_session_test.cpp
1496
sceneSession->moveDragController_->
hasPointDown_
= true;
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
move_drag_controller.h
177
bool
hasPointDown_
= false;
member in OHOS::OHOS::Rosen::MoveDragController
Completed in 8 milliseconds