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:PropertyInt
(Results
1 - 25
of
32
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_overlay_modifier.h
69
RefPtr<
PropertyInt
> cursorColor_;
70
RefPtr<
PropertyInt
> selectedColor_;
76
RefPtr<
PropertyInt
> selectedUrlColor_;
H
A
D
text_overlay_modifier.cpp
26
cursorColor_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in TextOverlayModifier()
28
selectedColor_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in TextOverlayModifier()
29
selectedUrlColor_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in TextOverlayModifier()
H
A
D
text_content_modifier.h
193
RefPtr<
PropertyInt
> contentChange_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H
A
D
render_node_modifier.h
36
renderNodeFlag_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in RenderNodeModifier()
61
RefPtr<
PropertyInt
> renderNodeFlag_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_overlay_modifier.h
59
RefPtr<
PropertyInt
> caretColor_;
61
RefPtr<
PropertyInt
> scrollBarOpacityType_;
H
A
D
rich_editor_overlay_modifier.cpp
39
caretColor_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in RichEditorOverlayModifier()
45
scrollBarOpacityType_ = AceType::MakeRefPtr<
PropertyInt
>(-1);
in RichEditorOverlayModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_content_modifier.h
117
RefPtr<
PropertyInt
> textAlign_;
121
RefPtr<
PropertyInt
> fontStyle_;
123
RefPtr<
PropertyInt
> textOverflow_;
H
A
D
text_field_content_modifier.cpp
210
textAlign_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(TextAlign::START));
in SetDefaultPropertyValue()
278
fontStyle_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(textStyle.GetFontStyle()));
in SetDefaultFontStyle()
284
textOverflow_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(textStyle.GetTextOverflow()));
in SetDefaultTextOverflow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
modifier.h
189
DECLARE_PROP_TYPED_CLASS(
PropertyInt
, NormalProperty, int32_t);
210
changeCount_ = MakeRefPtr<
PropertyInt
>(0);
in OverlayModifier()
248
RefPtr<
PropertyInt
> changeCount_;
258
changeCount_ = MakeRefPtr<
PropertyInt
>(0);
in ForegroundModifier()
296
RefPtr<
PropertyInt
> changeCount_;
306
changeCount_ = MakeRefPtr<
PropertyInt
>(0);
in ContentModifier()
355
RefPtr<
PropertyInt
> changeCount_; // use to trigger rerendering
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H
A
D
checkboxgroup_modifier.h
248
RefPtr<
PropertyInt
> uiStatus_;
249
RefPtr<
PropertyInt
> status_;
252
RefPtr<
PropertyInt
> checkBoxGroupShape_;
H
A
D
checkboxgroup_modifier.cpp
45
uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(parameters.uiStatus));
in CheckBoxGroupModifier()
46
status_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::UNSELECTED));
in CheckBoxGroupModifier()
64
checkBoxGroupShape_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(CheckBoxStyle::CIRCULAR_STYLE));
in CheckBoxGroupModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_modifier.h
138
RefPtr<
PropertyInt
> scaleCount_;
139
RefPtr<
PropertyInt
> progressType_;
145
RefPtr<
PropertyInt
> progressStatus_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_content_modifier.h
335
RefPtr<
PropertyInt
> sliderMode_;
336
RefPtr<
PropertyInt
> directionAxis_;
338
RefPtr<
PropertyInt
> sliderInteractionMode_;
340
RefPtr<
PropertyInt
> blockType_;
H
A
D
slider_content_modifier.cpp
53
sliderMode_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(SliderModelNG::SliderMode::OUTSET));
in SliderContentModifier()
54
directionAxis_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(Axis::HORIZONTAL));
in SliderContentModifier()
57
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(SliderModelNG::SliderInteraction::SLIDE_AND_CLICK));
in SliderContentModifier()
59
blockType_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(SliderModelNG::BlockStyleType::DEFAULT));
in SliderContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H
A
D
rating_modifier.h
216
RefPtr<
PropertyInt
> starNum_;
217
RefPtr<
PropertyInt
> touchStar_;
H
A
D
rating_modifier.cpp
23
: needDraw_(AceType::MakeRefPtr<PropertyBool>(false)), starNum_(AceType::MakeRefPtr<
PropertyInt
>(0)),
in RatingModifier()
24
touchStar_(AceType::MakeRefPtr<
PropertyInt
>(0)), drawScore_(AceType::MakeRefPtr<PropertyFloat>(.0f)),
in RatingModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H
A
D
rich_editor_drag_overlay_modifier.h
45
selectedColor_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in RichEditorDragOverlayModifier()
145
RefPtr<
PropertyInt
> selectedColor_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H
A
D
divider_modifier.h
74
RefPtr<
PropertyInt
> lineCap_;
H
A
D
divider_modifier.cpp
26
lineCap_ = AceType::MakeRefPtr<
PropertyInt
>(0);
in DividerModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H
A
D
radio_modifier.h
221
RefPtr<
PropertyInt
> uiStatus_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H
A
D
checkbox_modifier.h
232
RefPtr<
PropertyInt
> checkBoxShape_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_modifier.h
156
RefPtr<
PropertyInt
> hoverIndex_;
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H
A
D
checkboxgroup_test_ng.cpp
1011
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::OFF_TO_ON));
in HWTEST_F()
1043
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::ON_TO_OFF));
in HWTEST_F()
1075
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::UNSELECTED));
in HWTEST_F()
1109
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(CheckBoxGroupPaintProperty::SelectStatus::PART));
in HWTEST_F()
1143
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::PART_TO_OFF));
in HWTEST_F()
1169
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::FOCUS));
in HWTEST_F()
1241
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::ON_TO_OFF));
in HWTEST_F()
1273
checkBoxGroupModifier_->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::UNSELECTED));
in HWTEST_F()
H
A
D
checkboxgroup_paint_property_test_ng.cpp
316
modifier->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::ON_TO_OFF));
in HWTEST_F()
385
modifier->uiStatus_ = AceType::MakeRefPtr<
PropertyInt
>(static_cast<int>(UIStatus::ON_TO_OFF));
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H
A
D
radio_test_ng.cpp
821
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::SELECTED));
in HWTEST_F()
824
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::UNSELECTED));
in HWTEST_F()
851
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::SELECTED));
in HWTEST_F()
855
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::UNSELECTED));
in HWTEST_F()
971
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::SELECTED));
in HWTEST_F()
1003
AceType::MakeRefPtr<
PropertyInt
>(static_cast<int32_t>(UIStatus::UNSELECTED));
in HWTEST_F()
Completed in 19 milliseconds
1
2