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:borderWidthVal
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_badge_bridge.cpp
158
CalcDimension
borderWidthVal
;
in ParseBadgeBaseParam()
local
159
if (ArkTSUtils::ParseJsDimensionVp(vm, borderWidth,
borderWidthVal
)) {
in ParseBadgeBaseParam()
160
if (
borderWidthVal
.IsNonNegative() &&
borderWidthVal
.Unit() != DimensionUnit::PERCENT) {
in ParseBadgeBaseParam()
161
param.borderWidth.value =
borderWidthVal
.Value();
in ParseBadgeBaseParam()
162
param.borderWidth.units = static_cast<int32_t>(
borderWidthVal
.Unit());
in ParseBadgeBaseParam()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
input_tdd_test.cpp
864
const int
borderWidthVal
= 2;
in HWTEST_F()
local
865
JerrySetNumberProperty(styleObj_, "borderWidth",
borderWidthVal
);
in HWTEST_F()
873
EXPECT_TRUE((radioButton != nullptr) && (radioButton->GetStyle(STYLE_BORDER_WIDTH) ==
borderWidthVal
));
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
native_node_test.cpp
271
auto
borderWidthVal
= nodeAPI->getAttribute(rootNode, NODE_BORDER_WIDTH);
in HWTEST_F()
local
272
EXPECT_EQ(
borderWidthVal
->value[0].f32, val10);
in HWTEST_F()
283
borderWidthVal
= nodeAPI->getAttribute(rootNode, NODE_BORDER_WIDTH_PERCENT);
in HWTEST_F()
284
EXPECT_EQ(
borderWidthVal
->value[0].f32, val01);
in HWTEST_F()
Completed in 13 milliseconds