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:SwipeActionState
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_item_pattern.cpp
717
swipeActionState_ =
SwipeActionState
::EXPANDED;
in FireSwipeActionStateChange()
720
swipeActionState_ =
SwipeActionState
::ACTIONING;
in FireSwipeActionStateChange()
729
swipeActionState_ =
SwipeActionState
::COLLAPSED;
in FireSwipeActionStateChange()
744
if (swipeActionState_ ==
SwipeActionState
::COLLAPSED) {
in UpdateClickJudgeCallback()
751
if (item->swipeActionState_ ==
SwipeActionState
::COLLAPSED) {
in UpdateClickJudgeCallback()
1101
case
SwipeActionState
::COLLAPSED:
in DumpAdvanceInfo()
1102
DumpLog::GetInstance().AddDesc("
SwipeActionState
::COLLAPSED");
in DumpAdvanceInfo()
1104
case
SwipeActionState
::EXPANDED:
in DumpAdvanceInfo()
1105
DumpLog::GetInstance().AddDesc("
SwipeActionState
::EXPANDED");
in DumpAdvanceInfo()
1107
case
SwipeActionState
in DumpAdvanceInfo()
[all...]
H
A
D
list_item_pattern.h
283
SwipeActionState
swipeActionState_ =
SwipeActionState
::COLLAPSED;
H
A
D
list_item_event_hub.h
140
void FireStateChangeEvent(
SwipeActionState
newState, bool isStart) const
in FireStateChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
list_properties.h
126
using OnStateChangedEvent = std::function<void(
SwipeActionState
)>;
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_swipe_test_ng.cpp
1039
SwipeActionState
curState =
SwipeActionState
::COLLAPSED;
in HWTEST_F()
1040
auto onStateChangeFunc = [&curState](
SwipeActionState
state) { curState = state; };
in HWTEST_F()
1091
SwipeActionState
curState =
SwipeActionState
::COLLAPSED;
in HWTEST_F()
1092
auto onStateChangeFunc = [&curState](
SwipeActionState
state) { curState = state; };
in HWTEST_F()
1119
EXPECT_EQ(curState,
SwipeActionState
::EXPANDED);
in HWTEST_F()
1420
SwipeActionState
curState =
SwipeActionState
::COLLAPSED;
in HWTEST_F()
1421
auto onStateChangeFunc = [&curState](
SwipeActionState
stat
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_list_item_modifier.cpp
48
auto onStateChange = [item](OHOS::Ace::
SwipeActionState
swipeActionState) {
in SetOptionBuilder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsEnumStyle.js
3164
var
SwipeActionState
;
variable
3165
(function (
SwipeActionState
) {
3166
SwipeActionState
[
SwipeActionState
["COLLAPSED"] = 0] = "COLLAPSED";
3167
SwipeActionState
[
SwipeActionState
["EXPANDED"] = 1] = "EXPANDED";
3168
SwipeActionState
[
SwipeActionState
["ACTIONING"] = 2] = "ACTIONING";
3169
})(
SwipeActionState
|| (
SwipeActionState
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_list_item.cpp
239
std::function<void(
SwipeActionState
state)> onStateChangeCallback;
in JsParseDeleteArea()
242
func = JSRef<JSFunc>::Cast(onStateChange)](
SwipeActionState
state) {
in JsParseDeleteArea()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H
A
D
constants.h
858
enum class
SwipeActionState
: uint32_t {
class in OHOS::Ace::GestureTypeName
Completed in 12 milliseconds