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:defaultMainSize
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_list_item_group_modifier.cpp
82
if (option->
defaultMainSize
> 0) {
in SetListItemGroupChildrenMainSize()
83
option->
defaultMainSize
=
in SetListItemGroupChildrenMainSize()
84
Dimension(option->
defaultMainSize
, static_cast<OHOS::Ace::DimensionUnit>(unit)).ConvertToPx();
in SetListItemGroupChildrenMainSize()
86
ListItemGroupModelNG::SetListChildrenMainSize(frameNode, option->
defaultMainSize
, option->mainSize);
in SetListItemGroupChildrenMainSize()
H
A
D
node_list_modifier.cpp
561
if (option->
defaultMainSize
> 0) {
in SetListChildrenMainSize()
562
option->
defaultMainSize
=
in SetListChildrenMainSize()
563
Dimension(option->
defaultMainSize
, static_cast<OHOS::Ace::DimensionUnit>(unit)).ConvertToPx();
in SetListChildrenMainSize()
565
ListModelNG::SetListChildrenMainSize(frameNode, option->
defaultMainSize
, option->mainSize);
in SetListChildrenMainSize()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
list_option.cpp
194
ArkUI_ListChildrenMainSize* option, float
defaultMainSize
)
in OH_ArkUI_ListChildrenMainSizeOption_SetDefaultMainSize()
197
if (
defaultMainSize
< 0) {
in OH_ArkUI_ListChildrenMainSizeOption_SetDefaultMainSize()
200
option->
defaultMainSize
=
defaultMainSize
;
in OH_ArkUI_ListChildrenMainSizeOption_SetDefaultMainSize()
207
return option->
defaultMainSize
;
in OH_ArkUI_ListChildrenMainSizeOption_GetDefaultMainSize()
193
OH_ArkUI_ListChildrenMainSizeOption_SetDefaultMainSize( ArkUI_ListChildrenMainSize* option, float
defaultMainSize
)
OH_ArkUI_ListChildrenMainSizeOption_SetDefaultMainSize()
argument
H
A
D
list_option.h
48
float
defaultMainSize
;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsEnumStyle.js
2771
this.
defaultMainSize
= childDefaultSize;
2782
this.
defaultMainSize
= value;
2786
return this.
defaultMainSize
;
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_type.h
3570
* @param
defaultMainSize
The default size of the ListItem under the List, measured in vp.
3577
float
defaultMainSize
);
Completed in 11 milliseconds