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:totalHeight
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_cache_layout_test_ng.cpp
121
float
totalHeight
= ITEM_HEIGHT * 10;
in HWTEST_F()
local
149
float
totalHeight
= ITEM_HEIGHT * 10;
in HWTEST_F()
local
185
float
totalHeight
= ITEM_HEIGHT * 7;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H
A
D
grid_row_layout_algorithm.cpp
115
float
totalHeight
= 0.0;
in MeasureChildren()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_info.h
109
float
totalHeight
= 0;
in GetAverageLineHeight()
local
123
float
totalHeight
= 0;
in GetStartLineOffset()
local
133
float
totalHeight
= 0.0f;
in GetTotalLineHeight()
local
[all...]
H
A
D
grid_layout_info.cpp
362
float
totalHeight
= AddLinesInBetween(-1, firstIrregularIndex, crossCount_, regularHeight);
in GetContentHeight()
local
439
float
totalHeight
= AddLinesInBetween(-1, firstIrregularIndex, crossCount_, regularHeight);
in SkipStartIndexByOffset()
local
990
float
totalHeight
= 0.0f;
GetHeightInRange()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_height_offset_calculator.h
123
float
totalHeight
= 0.0f;
in GetLazyForEachIndexAverageHeight()
local
H
A
D
list_item_group_pattern.cpp
223
auto
totalHeight
= (layoutedItemInfo_.value().endPos - layoutedItemInfo_.value().startPos + spaceWidth_);
in GetEstimateHeight()
local
234
float
totalHeight
= 0.0f;
in GetEstimateHeight()
local
H
A
D
list_item_group_layout_algorithm.cpp
820
auto
totalHeight
= (itemInfo.endPos - itemInfo.startPos + spaceWidth_);
in CheckJumpForwardForBigOffset()
local
851
auto
totalHeight
= (itemInfo.endPos - itemInfo.startPos + spaceWidth_);
in CheckJumpBackwardForBigOffset()
local
1311
auto
totalHeight
= (itemInfo.endPos - itemInfo.startPos + spaceWidth_);
in GetLayoutInfo()
local
H
A
D
list_layout_algorithm.cpp
619
float
totalHeight
= itemPosition_.rbegin()->second.endPos - itemPosition_.begin()->second.startPos + spaceWidth_;
in CheckJumpToIndex()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H
A
D
menu_item_group_layout_algorithm.cpp
50
float
totalHeight
= 0.0f;
in Measure()
local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H
A
D
render_grid_row.cpp
145
double
totalHeight
= 0.0;
in PerformLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
render_picker_base.cpp
389
double
totalHeight
= columnParent_->GetLayoutSize().Height();
in LayoutColumns()
local
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_list.cpp
386
float
totalHeight
= allItemsRect.GetHeight() + 2.0f * scrollBlankSize_; // 2: two blank spaces on both sides
in UpdateScrollBar()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_layout_algorithm.cpp
933
auto
totalHeight
= NearZero(subtitleHeight) ? SINGLE_LINE_TITLEBAR_HEIGHT : DOUBLE_LINE_TITLEBAR_HEIGHT;
in LayoutMenu()
local
Completed in 19 milliseconds