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:SetOnLongPress
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
long_press_recognizer.h
54
void
SetOnLongPress
(const OnLongPress& onLongPress)
in SetOnLongPress()
function in OHOS::Ace::LongPressRecognizer
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H
A
D
long_press_recognizer.h
59
void
SetOnLongPress
(const OnLongPress& onLongPress)
in SetOnLongPress()
function in OHOS::Ace::NG::LongPressRecognizer
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
text_field_component.cpp
465
void TextFieldComponent::
SetOnLongPress
(const EventMarker& onLongPress)
in SetOnLongPress()
function in OHOS::Ace::TextFieldComponent
467
declaration_->
SetOnLongPress
(onLongPress);
in SetOnLongPress()
H
A
D
text_field_component.h
246
void
SetOnLongPress
(const EventMarker& onLongPress);
H
A
D
render_text_field.cpp
682
longPressRecognizer_->
SetOnLongPress
([weak = WeakClaim(this)](const LongPressInfo& info) {
in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
box_component.h
349
void
SetOnLongPress
(const RefPtr<Gesture>& onLongPressId)
in SetOnLongPress()
function in OHOS::Ace::BoxComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_menu.cpp
182
idNode->
SetOnLongPress
(longPressMarkerId_);
in BindIdNode()
H
A
D
dom_search.cpp
277
const EventMarker& event) { textField->
SetOnLongPress
(event); } },
in AddSpecializedEvent()
H
A
D
dom_textarea.cpp
274
const EventMarker& event) { component->
SetOnLongPress
(event); } },
in AddSpecializedEvent()
H
A
D
dom_node.h
202
void
SetOnLongPress
(const EventMarker& eventMarker)
in SetOnLongPress()
function in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H
A
D
textfield_declaration.cpp
298
[](TextFieldDeclaration& declaration, const EventMarker& event) { declaration.
SetOnLongPress
(event); } },
in SetSpecializedEvent()
H
A
D
textfield_declaration.h
992
void
SetOnLongPress
(const EventMarker& onLongPress)
in SetOnLongPress()
function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H
A
D
render_gesture_listener.cpp
413
longPressRecognizer_->
SetOnLongPress
(callback);
in SetOnLongPressCallback()
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H
A
D
gestures_test.cpp
657
longPressRecognizer->
SetOnLongPress
([&onLongPress](const LongPressInfo& info) {
in HWTEST_F()
696
longPressRecognizer->
SetOnLongPress
([&onLongPress](const LongPressInfo& info) {
in HWTEST_F()
746
longPressRecognizer->
SetOnLongPress
([&onLongPress](const LongPressInfo& info) {
in HWTEST_F()
797
longPressRecognizer->
SetOnLongPress
([&onLongPress](const LongPressInfo& info) {
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
render_text.cpp
274
textOverlayRecognizer_->
SetOnLongPress
([weak = WeakClaim(this)](const LongPressInfo& info) {
in OnTouchTestHit()
395
longPressRecognizer_->
SetOnLongPress
([weak = WeakClaim(this)](const LongPressInfo& info) {
in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H
A
D
dom_textfield_util.cpp
394
const EventMarker& event) { component->
SetOnLongPress
(event); } },
in AddChildEvent()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
render_image.cpp
161
textOverlayRecognizer_->
SetOnLongPress
([weak = WeakClaim(this)](const LongPressInfo& info) {
in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
view_abstract_model_impl.cpp
1582
box->
SetOnLongPress
(longGesture);
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H
A
D
render_grid_layout.cpp
1067
longPress->
SetOnLongPress
(
Completed in 31 milliseconds