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:miniHeight_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H
A
D
sliding_panel_layout_algorithm.h
74
return
miniHeight_
;
in GetMiniHeight()
102
Dimension
miniHeight_
;
member in OHOS::Ace::NG::SlidingPanelLayoutAlgorithm
H
A
D
sliding_panel_pattern.h
153
Dimension
miniHeight_
;
member in OHOS::Ace::NG::SlidingPanelPattern
H
A
D
sliding_panel_layout_algorithm.cpp
111
miniHeight_
= layoutProperty->GetMiniHeight().value_or(Dimension(DRAG_UP_THRESHOLD.ConvertToPx()));
in Layout()
H
A
D
sliding_panel_pattern.cpp
143
miniHeight_
= layoutAlgorithm->GetMiniHeight();
in OnDirtyLayoutWrapperSwap()
879
layoutProperty->GetMiniHeight().value_or(
miniHeight_
).ToString().c_str(), filter);
in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
sliding_panel_component.h
69
return
miniHeight_
;
in GetMiniHeight()
74
miniHeight_
= miniHeight;
in SetMiniHeight()
161
std::pair<Dimension, bool>
miniHeight_
= { 0.0_vp, false };
member in OHOS::Ace::SlidingPanelComponent
H
A
D
panel_component.h
179
return
miniHeight_
;
in GetMiniHeight()
184
miniHeight_
= miniHeight;
in SetMiniHeight()
219
std::pair<Dimension, bool>
miniHeight_
= { 0.0_vp, false };
member in OHOS::Ace::PanelComponent
H
A
D
render_sliding_panel.h
95
return
miniHeight_
.first;
in GetMiniHeight()
162
std::pair<Dimension, bool>
miniHeight_
= { 0.0_vp, false };
member in OHOS::Ace::RenderSlidingPanel
H
A
D
render_sliding_panel.cpp
96
miniHeight_
= slidingPanel->GetMiniHeight();
in Update()
177
defaultBlankHeights_[PanelMode::MINI] =
miniHeight_
.second
in InitializeLayoutProps()
178
? maxSize.Height() - NormalizeToPx(
miniHeight_
.first)
in InitializeLayoutProps()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_panel.cpp
51
panelChild_->SetMiniHeight(
miniHeight_
);
in PrepareSpecializedComponent()
85
panel.
miniHeight_
.second = true;
in SetSpecializedAttr()
86
panel.
miniHeight_
.first = StringToDimension(val);
in SetSpecializedAttr()
H
A
D
dom_panel.h
54
std::pair<Dimension, bool>
miniHeight_
= { 0.0_vp, false };
member in OHOS::Ace::Framework::DOMPanel
Completed in 6 milliseconds