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
defs:contentHeight
(Results
1 - 22
of
22
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H
A
D
image_analyzer_manager.h
32
float
contentHeight
= 0.0f;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_inner_layout_test_ng.cpp
108
const float
contentHeight
= SCROLL_HEIGHT - 10.f;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H
A
D
render_rich_text.cpp
166
void RenderRichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t
contentHeight
)
in UpdateLayoutParams()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H
A
D
text_area_layout_algorithm.cpp
101
float
contentHeight
= 0.0f;
in Measure()
local
128
ConstraintHeight(LayoutWrapper* layoutWrapper, OptionalSizeF& frameSize, float
contentHeight
)
ConstraintHeight()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H
A
D
indexer_layout_algorithm.cpp
57
auto
contentHeight
= childCount * itemSize_;
in Measure()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
multi_menu_layout_algorithm.cpp
177
float
contentHeight
= 0.0f;
in UpdateSelfSize()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H
A
D
text_input_layout_algorithm.cpp
92
float
contentHeight
= 0.0f;
in Measure()
local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H
A
D
image_analyzer.h
98
float
contentHeight
= 0.0f;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_layout_algorithm.cpp
182
float
contentHeight
= size.Height() - titleBarAndToolBarHeight;
in MeasureContentChild()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
nav_bar_layout_algorithm.cpp
229
float
contentHeight
= navigationSize.Height() - titleBarHeight - toolBarHeight - toolBarDividerHeight;
in MeasureContentChild()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_layout_algorithm.cpp
108
auto
contentHeight
= defaultCaretHeight;
in MeasureEmptyContentSize()
local
143
auto
contentHeight
= std::min(res.Height(), maxHeight);
in MeasureContent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
image_painter.cpp
209
float
contentHeight
= contentRect.Height();
in DrawImageWithRepeat()
local
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H
A
D
render_semi_modal.cpp
185
auto
contentHeight
= GetScrollContentHeight();
in UpdateMinBlankHeight()
local
201
auto
contentHeight
= GetScrollContentHeight();
in UpdateDefaultBlankHeight()
local
288
auto
contentHeight
in FirstLayout()
local
539
auto
contentHeight
= GetScrollContentHeight();
HandleDragEnd()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
render_sliding_panel.cpp
275
auto
contentHeight
= maxSize.Height() - blankHeight_;
in InnerLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H
A
D
rich_text_delegate.cpp
405
int32_t
contentHeight
= GetIntParam(param, NTC_PARAM_CONTENT_HEIGHT);
in OnGotLayoutParam()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H
A
D
dot_indicator_paint_method.cpp
291
auto
contentHeight
= indicatorPadding + itemHeight + indicatorPadding;
in CalculateNormalMargin()
local
/foundation/window/window_manager/wm/src/
H
A
D
picture_in_picture_controller.cpp
602
uint32_t
contentHeight
= 0;
in UpdateWinRectByComponent()
local
628
uint32_t
contentHeight
= 0;
in UpdateWinRectByComponent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_select_overlay.cpp
197
auto
contentHeight
= pattern->GetTextContentRect().Height();
in GetSecondHandleLocalPaintRect()
local
H
A
D
text_field_layout_algorithm.cpp
184
auto
contentHeight
= GreatNotEqual(paragraph_->GetLongestLine(), 0.0)
in InlineMeasureContent()
local
325
auto
contentHeight
= std::min(contentConstraint.maxSize.Height(), height);
in PlaceHolderMeasureContent()
local
354
auto
contentHeight
= std::min(contentConstraint.maxSize.Height() - counterNodeHeight, height);
in TextAreaMeasureContent()
local
367
float
contentHeight
= CalculateContentHeight(contentConstraint);
in TextInputMeasureContent()
local
H
A
D
text_field_pattern.cpp
3222
auto
contentHeight
= numberOfLines * lineHeight + numberOfLines * lineSpacing;
in ProcessNumberOfLines()
local
6124
auto
contentHeight
= contentRect_.Height();
in OnBackPressed()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H
A
D
refresh_pattern.cpp
488
auto
contentHeight
= geometryNode->GetPaddingSize().Height();
in CalculatePullDownRatio()
local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
component.cpp
485
int16_t
contentHeight
= height - (uiView.GetStyle(STYLE_BORDER_WIDTH) * borderNum) -
in AdapteBoxRectArea()
local
Completed in 40 milliseconds