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
defs:click
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
span_model_impl.cpp
171
void SpanModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&&
click
)
in SetOnClick()
argument
H
A
D
radio_model_impl.cpp
136
auto
click
= ViewStackProcessor::GetInstance()->GetClickGestureListenerComponent();
in SetResponseRegion()
local
H
A
D
text_model_impl.cpp
278
void TextModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&&
click
, double distanceThreshold)
in SetOnClick()
argument
H
A
D
button_model_impl.cpp
191
auto
click
= ViewStackProcessor::GetInstance()->GetBoxComponent();
in OnClick()
local
H
A
D
view_abstract_model_impl.cpp
1028
auto
click
= ViewStackProcessor::GetInstance()->GetBoxComponent();
in SetOnClick()
local
1236
auto
click
= ViewStackProcessor::GetInstance()->GetClickGestureListenerComponent();
in SetResponseRegion()
local
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H
A
D
long_press_recognizer_test_ng.cpp
480
GestureEventFunc
click
;
in HWTEST_F()
local
510
GestureEventFunc
click
;
in HWTEST_F()
local
945
GestureEventFunc
click
;
in HWTEST_F()
local
980
GestureEventFunc
click
;
HWTEST_F()
local
1064
GestureEventFunc
click
;
HWTEST_F()
local
1099
GestureEventFunc
click
;
HWTEST_F()
local
[all...]
/foundation/arkui/ui_lite/test/framework/src/
H
A
D
test_case_list_adapter.cpp
105
UIView::OnClickListener*
click
= backBtn_->GetOnClickListener();
variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
input_event_tdd_test.cpp
1496
char *
click
= JSObject::GetString(page, "
click
");
HWTEST_F()
local
1552
char *
click
= JSObject::GetString(page, "
click
");
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
event.h
91
EventParam
click
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
span_model_ng.cpp
202
void SpanModelNG::SetOnClick(std::function<void(BaseEventInfo* info)>&&
click
)
in SetOnClick()
argument
208
void SpanModelNG::SetOnClick(UINode* uiNode, GestureEventFunc&&
click
)
in SetOnClick()
argument
H
A
D
text_model_ng.cpp
381
void TextModelNG::SetOnClick(std::function<void(BaseEventInfo* info)>&&
click
, double distanceThreshold)
in SetOnClick()
argument
890
void TextModelNG::SetOnClick(FrameNode* frameNode, GestureEventFunc&&
click
)
in SetOnClick()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H
A
D
slider_pattern_test_ng.cpp
1342
bool
click
= i % 2 == 0;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub.cpp
640
GestureEventFunc
click
;
in ActClick()
local
682
GestureEventFunc
click
;
in ActLongClick()
local
734
auto
click
=
click
EventActuator_->GetClickEvent();
KeyBoardShortCutClick()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_text_modifier.cpp
129
GestureEventFunc*
click
= nullptr;
in SetOnClick()
local
Completed in 20 milliseconds