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:isStartDrag_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
move_drag_controller.cpp
104
if (flag && (!hasPointDown_ ||
isStartDrag_
)) {
in SetStartMoveFlag()
106
hasPointDown_,
isStartDrag_
);
in SetStartMoveFlag()
133
return
isStartDrag_
;
in GetStartDragFlag()
395
if (
isStartDrag_
&& isPcWindow_) {
in UpdateGravityWhenDrag()
412
if (!
isStartDrag_
&& isPcWindow_) {
in UpdateGravityWhenDrag()
476
isStartDrag_
= false;
in ConsumeDragEvent()
481
NotifyWindowInputPidChange(
isStartDrag_
);
in ConsumeDragEvent()
497
if (
isStartDrag_
) {
in MoveDragInterrupt()
498
isStartDrag_
= false;
in MoveDragInterrupt()
500
NotifyWindowInputPidChange(
isStartDrag_
);
in MoveDragInterrupt()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
move_drag_controller_test.cpp
611
moveDragController->
isStartDrag_
= true;
in HWTEST_F()
613
moveDragController->
isStartDrag_
= false;
in HWTEST_F()
634
moveDragController->
isStartDrag_
= preStratDragFlag;
in HWTEST_F()
997
moveDragController->
isStartDrag_
= false;
in HWTEST_F()
1000
moveDragController->
isStartDrag_
= true;
in HWTEST_F()
H
A
D
scene_session_test5.cpp
111
session->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
348
session->moveDragController_->
isStartDrag_
= false;
in HWTEST_F()
358
session->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
H
A
D
session_test.cpp
652
sceneSession->moveDragController_->
isStartDrag_
= false;
in HWTEST_F()
658
sceneSession->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
H
A
D
scene_session_test4.cpp
1120
sceneSession->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
H
A
D
scene_session_test.cpp
1495
sceneSession->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
H
A
D
scene_session_test2.cpp
1466
sceneSession->moveDragController_->
isStartDrag_
= true;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
render_text_overlay.h
89
bool
isStartDrag_
= false;
member in OHOS::Ace::RenderTextOverlay
H
A
D
render_text_overlay.cpp
913
isStartDrag_
= true;
in HandleDragStart()
916
isStartDrag_
= false;
in HandleDragStart()
924
if (
isStartDrag_
) {
in HandleDragUpdateAndEnd()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
move_drag_controller.h
174
bool
isStartDrag_
= false;
member in OHOS::OHOS::Rosen::MoveDragController
Completed in 19 milliseconds