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:targetSpace
(Results
1 - 12
of
12
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H
A
D
auto_fill_manager_util.cpp
51
if (config.
targetSpace
.has_value()) {
in ConvertToPopupUIExtensionConfig()
52
AutoFill::PopupLength
targetSpace
= config.
targetSpace
.value();
in ConvertToPopupUIExtensionConfig()
local
53
popupLength.unit = ConvertPopupUnit(
targetSpace
.unit);
in ConvertToPopupUIExtensionConfig()
54
popupLength.length = static_cast<double>(
targetSpace
.length);
in ConvertToPopupUIExtensionConfig()
55
popupConfig.
targetSpace
= popupLength;
in ConvertToPopupUIExtensionConfig()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
popup_ui_extension_config.h
75
std::optional<PopupLength>
targetSpace
;
member
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H
A
D
auto_fill_custom_config.h
78
std::optional<PopupLength>
targetSpace
;
member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
popup_param.h
234
void SetTargetSpace(const Dimension&
targetSpace
)
in SetTargetSpace()
argument
236
targetSpace_ =
targetSpace
;
in SetTargetSpace()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H
A
D
render_bubble.cpp
445
double
targetSpace
= NormalizeToPx(targetSpace_);
in GetPositionWithPlacement()
local
458
targetOffset_.GetY() - childSize.Height() -
targetSpace
- bubbleSpacing - marginBottom);
in GetPositionWithPlacement()
467
targetOffset_.GetY() + targetSize_.Height() +
targetSpace
+ bubbleSpacing + marginTop);
in GetPositionWithPlacement()
472
targetOffset_.GetY() + targetSize_.Height() +
targetSpace
+ bubbleSpacing + marginTop);
in GetPositionWithPlacement()
476
childPosition = Offset(targetOffset_.GetX() -
targetSpace
- bubbleSpacing - childSize.Width() - marginRight,
in GetPositionWithPlacement()
481
childPosition = Offset(targetOffset_.GetX() -
targetSpace
- bubbleSpacing - childSize.Width() - marginRight,
in GetPositionWithPlacement()
486
childPosition = Offset(targetOffset_.GetX() -
targetSpace
- bubbleSpacing - childSize.Width() - marginRight,
in GetPositionWithPlacement()
492
Offset(targetOffset_.GetX() + targetSize_.Width() +
targetSpace
+ bubbleSpacing + marginLeft,
in GetPositionWithPlacement()
498
Offset(targetOffset_.GetX() + targetSize_.Width() +
targetSpace
+ bubbleSpacing + marginLeft,
in GetPositionWithPlacement()
504
Offset(targetOffset_.GetX() + targetSize_.Width() +
targetSpace
in GetPositionWithPlacement()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_layout_algorithm.cpp
564
dumpInfo_.
targetSpace
= targetSpace_;
in UpdateDumpInfo()
2352
float
targetSpace
= targetSpace_.ConvertToPx();
in GetPositionWithPlacement()
local
2356
targetOffset_.GetY() - childSize.Height() -
targetSpace
- arrowHeight_);
in GetPositionWithPlacement()
2363
targetOffset_.GetY() - childSize.Height() - bubbleSpacing - marginBottom -
targetSpace
- arrowHeight_);
in GetPositionWithPlacement()
2368
targetOffset_.GetY() - childSize.Height() -
targetSpace
- bubbleSpacing - marginBottom - arrowHeight_);
in GetPositionWithPlacement()
2373
targetOffset_.GetY() + targetSize_.Height() +
targetSpace
+ arrowHeight_);
in GetPositionWithPlacement()
2380
targetOffset_.GetY() + targetSize_.Height() +
targetSpace
+ bubbleSpacing + marginTop + arrowHeight_);
in GetPositionWithPlacement()
2385
targetOffset_.GetY() + targetSize_.Height() +
targetSpace
+ bubbleSpacing + marginTop + arrowHeight_);
in GetPositionWithPlacement()
2390
targetOffset_.GetX() -
targetSpace
- bubbleSpacing - childSize.Width() - marginRight - arrowHeight_,
in GetPositionWithPlacement()
2396
targetOffset_.GetX() -
targetSpace
in GetPositionWithPlacement()
[all...]
H
A
D
bubble_layout_algorithm.h
46
Dimension
targetSpace
;
member
H
A
D
bubble_pattern.cpp
785
DumpLog::GetInstance().AddDesc("
targetSpace
: " + dumpInfo_.
targetSpace
.ToString());
in DumpInfo()
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/
H
A
D
auto_fill_manager_util_test.cpp
110
EXPECT_TRUE(popupConfig.
targetSpace
.has_value());
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
3465
if (config.
targetSpace
.has_value()) {
in CreateCustomPopupParam()
3466
PopupLength
targetSpace
= config.
targetSpace
.value();
in CreateCustomPopupParam()
local
3467
DimensionUnit unit = static_cast<DimensionUnit>(
targetSpace
.unit);
in CreateCustomPopupParam()
3468
popupParam->SetTargetSpace(CalcDimension(
targetSpace
.length, unit));
in CreateCustomPopupParam()
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H
A
D
dialog.js
4142
targetSpace
: this.popover?.
targetSpace
,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_abstract.cpp
870
auto
targetSpace
= popupObj->GetProperty("
targetSpace
");
in ParsePopupCommonParam()
local
871
if (!
targetSpace
->IsNull()) {
in ParsePopupCommonParam()
873
if (JSViewAbstract::ParseJsDimensionVp(
targetSpace
, space)) {
in ParsePopupCommonParam()
Completed in 43 milliseconds