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:adaptHeight
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_button.cpp
341
auto
adaptHeight
= adaptHeightValue->ToNumber<int32_t>();
in SetLableStyle()
local
342
if (
adaptHeight
>= 0 &&
adaptHeight
< static_cast<int32_t>(HEIGHT_ADAPTIVE_POLICY.size())) {
in SetLableStyle()
343
buttonParameters.heightAdaptivePolicy = HEIGHT_ADAPTIVE_POLICY[
adaptHeight
];
in SetLableStyle()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.h
489
void SetAdaptHeight(bool
adaptHeight
)
in SetAdaptHeight()
argument
491
adaptHeight_ =
adaptHeight
;
in SetAdaptHeight()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_button_bridge.cpp
414
auto
adaptHeight
= adaptHeightArg->Int32Value(vm);
in PutButtonValuesParameters()
local
415
if (
adaptHeight
>= 0 &&
adaptHeight
< static_cast<double>(HEIGHT_ADAPTIVE_POLICY.size())) {
in PutButtonValuesParameters()
416
adaptHeightOptional =
adaptHeight
;
in PutButtonValuesParameters()
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H
A
D
button_extend_test_ng.cpp
103
std::optional<Ace::TextHeightAdaptivePolicy>
adaptHeight
;
member
H
A
D
button_content_modifier_test_ng.cpp
98
std::optional<Ace::TextHeightAdaptivePolicy>
adaptHeight
;
member
H
A
D
button_test_ng.cpp
120
std::optional<Ace::TextHeightAdaptivePolicy>
adaptHeight
;
member
Completed in 12 milliseconds