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:IsWidthInfinite
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
size.h
76
bool
IsWidthInfinite
() const
in IsWidthInfinite()
function in OHOS::Ace::Size
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H
A
D
render_svg.cpp
187
if (layoutParam.GetMaxSize().
IsWidthInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H
A
D
render_stack.cpp
108
if (maxSize.
IsWidthInfinite
()) {
in DetermineStackSize()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
render_box_base.cpp
583
if (layoutSetByParent.GetMaxSize().
IsWidthInfinite
() && viewPort_.Width() < childWidth) {
586
double flexWidth = layoutSetByParent.GetMaxSize().
IsWidthInfinite
() && !viewPort_.
IsWidthInfinite
()
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H
A
D
render_clock.cpp
290
(static_cast<uint8_t>(maxSize.
IsWidthInfinite
()) << 1) | static_cast<uint8_t>(maxSize.IsHeightInfinite());
in CalculateLayoutSize()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H
A
D
render_flex.cpp
913
isMainInfinite_ = GetLayoutParam().GetMaxSize().
IsWidthInfinite
();
in InitFlexProperties()
917
isCrossInfinite_ = GetLayoutParam().GetMaxSize().
IsWidthInfinite
();
in InitFlexProperties()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
render_image.cpp
428
uint8_t infiniteStatus = (static_cast<uint8_t>(imageComponentSize_.
IsWidthInfinite
()) << 1) |
in CalculateBackupImageSize()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
render_web.cpp
392
if (drawSize_.
IsWidthInfinite
() || drawSize_.IsHeightInfinite() ||
in OnSizeChanged()
Completed in 17 milliseconds