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:SetIsDragging
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
sheet_presentation_pattern.h
544
void
SetIsDragging
(bool isDrag)
in SetIsDragging()
function in OHOS::Ace::NG::SheetPresentationPattern
H
A
D
sheet_presentation_pattern.cpp
486
SetIsDragging
(true);
in HandleDragStart()
542
SetIsDragging
(false);
in HandleDragEnd()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.h
207
void
SetIsDragging
(bool isDragging)
in SetIsDragging()
function
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
700
static void
SetIsDragging
(const RefPtr<Container>& container, bool isDragging)
in SetIsDragging()
function
705
pipelineContext->
SetIsDragging
(isDragging);
in SetIsDragging()
807
SetIsDragging
(container, true);
in StartDragService()
896
SetIsDragging
(container, true);
in OnComplete()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
265
pipelineContext->
SetIsDragging
(true);
in StartDragAction()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H
A
D
mock_pipeline_context.cpp
777
void PipelineContext::
SetIsDragging
(bool isDragging) {}
in SetIsDragging()
function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
1306
virtual void
SetIsDragging
(bool isDragging) {}
in SetIsDragging()
function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.h
756
void
SetIsDragging
(bool isDragging) override;
H
A
D
pipeline_context.cpp
4944
void PipelineContext::
SetIsDragging
(bool isDragging)
in SetIsDragging()
function in OHOS::Ace::NG::PipelineContext
4949
eventManager_->
SetIsDragging
(isDragging);
in SetIsDragging()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub_drag.cpp
799
eventManager->
SetIsDragging
(true);
in OnDragStart()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
802
context_->
SetIsDragging
(false);
in HWTEST_F()
Completed in 35 milliseconds