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:titleHeight
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_container_pattern.cpp
31
auto
titleHeight
= pipeline->GetCustomTitleHeight().ConvertToPx();
in BeforeCreateLayoutWrapper()
local
H
A
D
sheet_presentation_pattern.h
586
auto
titleHeight
= GetFirstChildHeight();
in GetScrollHeight()
local
H
A
D
sheet_presentation_pattern.cpp
1967
auto
titleHeight
= firstChildGeometryNode->GetFrameSize().Height();
in GetSheetTypeWithAuto()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
content_root_pattern.cpp
58
auto
titleHeight
= pipeline->GetCustomTitleHeight().ConvertToPx();
in CreateSafeAreaInsets()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_layout_algorithm.cpp
153
auto
titleHeight
= static_cast<float>(
in MeasureTitleBar()
local
164
auto
titleHeight
= titleBarLayoutProperty->GetTitleHeightValue(
in MeasureTitleBar()
local
H
A
D
navdestination_model_ng.cpp
453
void NavDestinationModelNG::SetTitleHeight(const Dimension&
titleHeight
, bool isValid)
in SetTitleHeight()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
nav_bar_layout_algorithm.cpp
51
auto
titleHeight
=
in MeasureTitleBar()
local
H
A
D
title_bar_layout_algorithm.cpp
462
auto
titleHeight
= titleBarLayoutProperty->GetTitleHeightValue(SINGLE_LINE_TITLEBAR_HEIGHT);
in ShowBackButtonLayout()
local
531
float TitleBarLayoutAlgorithm::GetFullModeTitleOffsetY(float
titleHeight
, float subtitleHeight,
in GetFullModeTitleOffsetY()
argument
572
auto
titleHeight
= geometryNode->GetFrameSize().Height();
in LayoutTitle()
local
773
LayoutSubtitle(LayoutWrapper* layoutWrapper, const RefPtr<TitleBarNode>& titleBarNode, const RefPtr<TitleBarLayoutProperty>& titleBarLayoutProperty, float
titleHeight
)
LayoutSubtitle()
argument
1070
float
titleHeight
= 0.0f;
Layout()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navdestination.cpp
181
CalcDimension
titleHeight
;
in SetTitle()
local
H
A
D
js_navigation.cpp
299
CalcDimension
titleHeight
;
in SetTitle()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H
A
D
navdestination_test_ng.cpp
675
float
titleHeight
= 1.0f;
in HWTEST_F()
local
695
float
titleHeight
= 100.0f;
in HWTEST_F()
local
716
float
titleHeight
= 99.0f;
in HWTEST_F()
local
H
A
D
title_bar_test_ng.cpp
208
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
in HWTEST_F()
local
308
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
in HWTEST_F()
local
412
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
in HWTEST_F()
local
539
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
in HWTEST_F()
local
642
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
in HWTEST_F()
local
747
auto
titleHeight
= titleGeometryNode->GetFrameSize().Height();
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
rosen_render_calendar.cpp
176
double
titleHeight
= topPadding_ + weekHeight_ + weekAndDayRowSpace_;
in PerformLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H
A
D
container_modal_pattern.cpp
666
auto
titleHeight
= round(GetCustomTitleHeight().ConvertToPx());
in GetWindowPaintRectWithoutMeasureAndLayout()
local
678
auto
titleHeight
= GetCustomTitleHeight().ConvertToPx();
in GetWindowPaintRectWithoutMeasureAndLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_picker_pattern.cpp
1090
auto
titleHeight
= containerPattern->GetContainerModalTitleHeight();
in CalculateDialogOffset()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H
A
D
container_modal_pattern_enhance.cpp
551
float
titleHeight
= GetCustomTitleHeight().ConvertToPx();
in CalculateMenuOffset()
local
Completed in 28 milliseconds