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:AddY
(Results
1 - 24
of
24
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H
A
D
wrap_layout_algorithm.cpp
317
startPosition.
AddY
(padding_.top.value_or(0.0f));
in AddPaddingToStartPosition()
325
startPosition.
AddY
(padding_.top.value_or(0.0f));
in AddPaddingToStartPosition()
329
startPosition.
AddY
(-padding_.bottom.value_or(0.0f));
in AddPaddingToStartPosition()
345
startPosition.
AddY
(extraSpace);
in AddExtraSpaceToStartPosition()
350
startPosition.
AddY
(extraSpace);
in AddExtraSpaceToStartPosition()
470
contentPosition.
AddY
(content.crossLength + contentSpace + spaceBetween);
in TraverseContent()
605
contentStartPosition.
AddY
(isReverse_ ? -contentMainAxisSpan : contentMainAxisSpan);
in LayoutContent()
674
startPosition.
AddY
(padding_.top.value_or(0.0f));
in AddPaddingToStartPositionForColumn()
682
startPosition.
AddY
(-padding_.bottom.value_or(0.0f));
in AddPaddingToStartPositionForColumn()
795
contentStartPosition.
AddY
(isColumnReverse
in LayoutColumnContent()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_layout_algorithm.cpp
216
titleBarOffset.
AddY
(padding.top.value_or(0.0f));
in LayoutTitleBar()
240
contentOffset.
AddY
(padding.top.value_or(0.0f));
in LayoutContent()
281
paddingOffset.
AddY
(padding.top.value_or(0.0f));
in LayoutSheet()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_layout_algorithm.cpp
100
dragOffset.
AddY
(padding.top.value_or(0.0f));
in LayoutDragBar()
132
navBarOffset.
AddY
(padding.top.value_or(0.0f));
in LayoutNavBar()
161
dividerOffset.
AddY
(padding.top.value_or(0));
in LayoutDivider()
197
contentOffset.
AddY
(padding.top.value_or(0));
in LayoutContent()
207
contentOffset.
AddY
(padding.top.value_or(0));
in LayoutContent()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
offset_t.h
94
void
AddY
(T y)
in AddY()
function in OHOS::Ace::NG::OffsetT
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_content_modifier.cpp
54
offset.
AddY
(info.paragraph->GetHeight());
in onDraw()
H
A
D
rich_editor_pattern.cpp
8212
offset.
AddY
(contentRect_.GetY() - richTextRect_.GetY());
8219
offset.
AddY
(contentRect_.Bottom() - richTextRect_.Bottom());
8328
textSelector_.selectionBaseOffset.
AddY
(offset);
8330
firstHandleOffset.
AddY
(offset);
8339
textSelector_.selectionDestinationOffset.
AddY
(offset);
8341
secondHandleOffset.
AddY
(offset);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
multi_menu_layout_algorithm.cpp
126
translate.
AddY
(padding.top.value_or(outPadding));
in Layout()
132
translate.
AddY
(child->GetGeometryNode()->GetMarginFrameSize().Height());
in Layout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_selector.h
60
newOffset.
AddY
(deltaY);
in AddRectY()
H
A
D
text_select_controller.cpp
130
caretCaretMetric.offset.
AddY
(textRect.GetY());
in CalcCaretMetricsByPosition()
145
caretMetrics.offset.
AddY
(textRect.GetY());
in CalcCaretMetricsByPositionNearTouchOffset()
H
A
D
text_field_pattern.cpp
821
caretCaretMetric.offset.
AddY
(textRect_.GetY());
in CalcCaretMetricsByPosition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H
A
D
app_bar_view.cpp
365
offset.
AddY
(theme->GetMenuBarTopMargin().ConvertToPx());
in GetAppBarRect()
368
offset.
AddY
(manager->GetSystemSafeArea().top_.Length());
in GetAppBarRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_styles.h
210
offset.
AddY
(y);
in AddOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_pattern.cpp
664
offset.
AddY
(INVISIABLE_OFFSET);
in GetInvisibleOffset()
669
offset.
AddY
(INVISIABLE_OFFSET * -1);
in GetInvisibleOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_tip_modifier.cpp
145
vertex_.
AddY
(vertexOffsetFromBlock / HALF);
in PaintHorizontalBubble()
231
vertex_.
AddY
(vertexOffsetFromBlock / HALF);
in PaintHorizontalBubbleSuitableAging()
H
A
D
slider_pattern.cpp
1632
bubbleVertex.
AddY
(0 - vertexOffsetFromBlock);
in GetBubbleVertexPosition()
1640
bubbleVertex.
AddY
(0 - vertexOffsetFromBlock);
in GetBubbleVertexPosition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H
A
D
rich_editor_drag_overlay_modifier.cpp
65
offset.
AddY
(info.paragraph->GetHeight());
in onDraw()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H
A
D
select_pattern.cpp
225
offset.
AddY
(selectSize_.Height() + CALIBERATE_Y.ConvertToPx());
in ShowSelectMenu()
228
offset.
AddY
(selectSize_.Height());
in ShowSelectMenu()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H
A
D
menuitemgroup_test_ng.cpp
285
offset.
AddY
(MENU_SIZE_HEIGHT / 3);
in HWTEST_F()
H
A
D
menu_layoutFst_test_ng.cpp
858
offset.
AddY
(MENU_SIZE_HEIGHT / 3);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
5362
offset.
AddY
(bound->GetY() + bound->GetHeight());
in GetSelectPopupPostion()
6592
offset.
AddY
(offsetY);
in OnShowAutofillPopup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
1834
mouseStartOffset_.
AddY
(offset);
in UpdateMouseStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H
A
D
tab_bar_pattern.cpp
1693
maskOffset.
AddY
(imageSize * (1.0f - radiusRatio));
in ChangeMask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
3156
offset.
AddY
(static_cast<float>(parentRenderContextPosition.second));
in GetOffsetRelativeToWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.cpp
3235
offset.
AddY
(translate);
in PlayPropertyTranslateAnimation()
Completed in 85 milliseconds