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:DRAG_EVENT_END
(Results
1 - 12
of
12
) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/
H
A
D
window_drag_test.cpp
32
DragEvent event_ = DragEvent::
DRAG_EVENT_END
;
252
ASSERT_EQ(DragEvent::
DRAG_EVENT_END
, firstWindowDragListener_->event_);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
gesture_info.h
106
DRAG_EVENT_END
,
member in OHOS::Ace::DragEventAction
/foundation/window/window_manager/wm/src/zidl/
H
A
D
window_stub.cpp
139
if (!data.ReadUint32(eventType) || eventType > static_cast<uint32_t>(DragEvent::
DRAG_EVENT_END
)) {
in OnRemoteRequest()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_view_ohos.cpp
321
action = DragEventAction::
DRAG_EVENT_END
;
in ProcessDragEvent()
H
A
D
ace_ability.cpp
781
case OHOS::Rosen::DragEvent::
DRAG_EVENT_END
:
in OnDrag()
782
action = DragEventAction::
DRAG_EVENT_END
;
in OnDrag()
H
A
D
ui_content_impl.cpp
605
case OHOS::Rosen::DragEvent::
DRAG_EVENT_END
:
in OnDrag()
606
action = DragEventAction::
DRAG_EVENT_END
;
in OnDrag()
/foundation/window/window_manager/previewer/include/
H
A
D
wm_common.h
354
DRAG_EVENT_END
/foundation/window/window_manager/wmserver/src/
H
A
D
drag_controller.cpp
107
hitWindow->GetWindowToken()->UpdateWindowDragInfo(point, DragEvent::
DRAG_EVENT_END
);
in FinishDrag()
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
wm_common.h
382
DRAG_EVENT_END
,
member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::DragEvent
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
784
* @tc.steps4: Call the function OnDragEvent with isDragged_=false, currentId_=DEFAULT_INT1 and
DRAG_EVENT_END
.
in HWTEST_F()
789
context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::
DRAG_EVENT_END
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.cpp
3092
if (action != DragEventAction::
DRAG_EVENT_END
) {
in OnDragEvent()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
4433
if (action == DragEventAction::
DRAG_EVENT_END
) {
in OnDragEvent()
Completed in 32 milliseconds