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:stepperComponent_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_stepper.cpp
31
stepperComponent_
= AceType::MakeRefPtr<StepperComponent>(std::list<RefPtr<Component>>());
in DOMStepper()
40
stepper.
stepperComponent_
->SetIndex(StringUtils::StringToInt(val));
in SetSpecializedAttr()
65
stepper.
stepperComponent_
->SetBackEventId(stepper.backEventId_);
in AddSpecializedEvent()
72
stepper.
stepperComponent_
->SetChangeEventId(stepper.changeEventId_);
in AddSpecializedEvent()
79
stepper.
stepperComponent_
->SetFinishEventId(stepper.finishEventId_);
in AddSpecializedEvent()
86
stepper.
stepperComponent_
->SetNextEventId(stepper.nextEventId_);
in AddSpecializedEvent()
93
stepper.
stepperComponent_
->SetSkipEventId(stepper.skipEventId_);
in AddSpecializedEvent()
108
auto controller =
stepperComponent_
->GetStepperController();
in CallSpecializedMethod()
142
stepperComponent_
->InsertChild(childIndex, child->GetRootComponent());
in OnChildNodeAdded()
144
stepperComponent_
in OnChildNodeAdded()
[all...]
H
A
D
dom_stepper.h
38
return
stepperComponent_
;
52
RefPtr<StepperComponent>
stepperComponent_
;
member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H
A
D
render_stepper.cpp
40
stepperComponent_
= AceType::DynamicCast<StepperComponent>(component);
in Update()
41
if (!
stepperComponent_
) {
in Update()
46
needReverse_ = (
stepperComponent_
->GetTextDirection() == TextDirection::RTL);
in Update()
47
totalItemCount_ = static_cast<int32_t>(
stepperComponent_
->GetChildren().size());
in Update()
50
int32_t index =
stepperComponent_
->GetIndex();
in Update()
61
const auto& stepperController =
stepperComponent_
->GetStepperController();
in Update()
71
if (
stepperComponent_
->GetOnFinish()) {
in Update()
72
onFinish_ = *
stepperComponent_
->GetOnFinish();
in Update()
74
if (
stepperComponent_
->GetOnSkip()) {
in Update()
75
onSkip_ = *
stepperComponent_
in Update()
[all...]
H
A
D
render_stepper.h
119
return
stepperComponent_
;
in GetStepperComponent()
135
RefPtr<StepperComponent>
stepperComponent_
;
member in OHOS::Ace::RenderStepper
Completed in 2 milliseconds