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:fullHeight
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_text_field_manager.cpp
47
bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double
fullHeight
)
in UpdatePanelForVirtualKeyboard()
argument
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
text_field_manager.cpp
74
bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double
fullHeight
)
in UpdatePanelForVirtualKeyboard()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_panel_ffi.cpp
63
Dimension
fullHeight
= Dimension(height, static_cast<DimensionUnit>(unit));
in FfiOHOSAceFrameworkPanelFullHeight()
local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
sliding_panel_component.h
92
void SetFullHeight(const std::pair<Dimension, bool>&
fullHeight
)
in SetFullHeight()
argument
H
A
D
panel_component.h
202
void SetFullHeight(const std::pair<Dimension, bool>&
fullHeight
)
in SetFullHeight()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
sliding_panel_model_impl.cpp
86
void SlidingPanelModelImpl::SetFullHeight(const Dimension&
fullHeight
)
in SetFullHeight()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H
A
D
sliding_panel_model_ng.cpp
141
void SlidingPanelModelNG::SetFullHeight(const Dimension&
fullHeight
)
in SetFullHeight()
argument
227
void SlidingPanelModelNG::SetPanelFullHeight(FrameNode* frameNode, const Dimension&
fullHeight
)
in SetPanelFullHeight()
argument
293
auto
fullHeight
= Dimension(frameSize.Height() - BLANK_MIN_HEIGHT.ConvertToPx());
in ResetPanelFullHeight()
local
H
A
D
sliding_panel_pattern.cpp
220
auto
fullHeight
= layoutProperty->GetFullHeight().value_or(defaultFullHeight).ConvertToPx();
in InitializeLayoutProps()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_sliding_panel.cpp
440
CalcDimension
fullHeight
;
in SetFullHeight()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H
A
D
panel_test_ng.cpp
108
std::optional<Dimension>
fullHeight
= std::nullopt;
member
Completed in 11 milliseconds