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:GetResizable
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
row_split_composed_element.cpp
25
{ "resizeable", [](const RowSplitComposedElement& inspector) { return inspector.
GetResizable
(); } }
33
DumpLog::GetInstance().AddDesc(std::string("resizeable: ").append(
GetResizable
()));
in Dump()
45
std::string RowSplitComposedElement::
GetResizable
() const
in GetResizable()
function in OHOS::Ace::V2::RowSplitComposedElement
48
auto resizable = renderRowSplit ? renderRowSplit->
GetResizable
() : false;
in GetResizable()
H
A
D
column_split_composed_element.cpp
25
{ "resizeable", [](const ColumnSplitComposedElement& inspector) { return inspector.
GetResizable
(); } }
33
DumpLog::GetInstance().AddDesc(std::string("resizeable: ").append(
GetResizable
()));
in Dump()
45
std::string ColumnSplitComposedElement::
GetResizable
() const
in GetResizable()
function in OHOS::Ace::V2::ColumnSplitComposedElement
48
auto resizable = renderColumnSplit ? renderColumnSplit->
GetResizable
() : false;
in GetResizable()
H
A
D
row_split_composed_element.h
36
std::string
GetResizable
() const;
H
A
D
column_split_composed_element.h
36
std::string
GetResizable
() const;
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H
A
D
split_container_component.h
39
bool
GetResizable
()
in GetResizable()
function in OHOS::Ace::SplitContainerComponent
H
A
D
render_split_container.h
42
bool
GetResizable
() const
in GetResizable()
function in OHOS::Ace::RenderSplitContainer
H
A
D
render_split_container.cpp
47
resizable_ = splitComponent->
GetResizable
();
in UpdateComponentAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H
A
D
linear_split_pattern.cpp
561
resizable_ = layoutProperty->
GetResizable
().value_or(false);
in OnModifyDone()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
9987
const ArkUI_AttributeItem*
GetResizable
(ArkUI_NodeHandle node)
in GetResizable()
function
13111
GetAutoResize, GetAlt, GetImageDraggable, GetRenderMode, GetFitOriginalSize, GetFillColor,
GetResizable
};
in GetImageAttribute()
Completed in 30 milliseconds