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:IsVertical
(Results
1 - 25
of
39
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
render_list_item.h
156
return
IsVertical
() ? T(crossValue, mainValue) : T(mainValue, crossValue);
in MakeValue()
161
return
IsVertical
() ? size.Height() : size.Width();
in GetMainSize()
166
return
IsVertical
() ? size.Width() : size.Height();
in GetCrossSize()
171
return
IsVertical
() ? size.GetY() : size.GetX();
in GetMainAxis()
176
return
IsVertical
() ? size.GetX() : size.GetY();
in GetCrossAxis()
195
bool
IsVertical
() const;
H
A
D
rosen_render_list_item_group.cpp
42
const double strokeWidth = NormalizePercentToPx(divider->strokeWidth,
IsVertical
());
in PaintDivider()
44
const double startMargin = NormalizePercentToPx(divider->startMargin, !
IsVertical
());
in PaintDivider()
45
const double endMargin = NormalizePercentToPx(divider->endMargin, !
IsVertical
());
in PaintDivider()
74
if (
IsVertical
()) {
in PaintDivider()
81
if (
IsVertical
()) {
in PaintDivider()
H
A
D
list_position_controller.cpp
49
return list->
IsVertical
() ? Axis::VERTICAL : Axis::HORIZONTAL;
in GetScrollDirection()
H
A
D
render_list_item.cpp
274
if (
IsVertical
()) {
in InitDragRecognizer()
459
bool RenderListItem::
IsVertical
() const
in IsVertical()
function in OHOS::Ace::V2::RenderListItem
466
return renderList->
IsVertical
();
in IsVertical()
H
A
D
render_list_item_group.h
101
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::V2::RenderListItemGroup
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H
A
D
divider_component.h
41
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::DividerComponent
H
A
D
render_divider.cpp
32
vertical_ = divider->
IsVertical
();
in Update()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
tab_content_component.h
66
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::TabContentComponent
H
A
D
tab_bar_component.h
57
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::TabBarComponent
H
A
D
tab_bar_element.cpp
66
vertical_ = tabBar->
IsVertical
();
in Update()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
219
if (
IsVertical
(rotation) !=
IsVertical
(screenRotation_)) {
in SetScreenRotation()
223
if (
IsVertical
(screenRotation_)) {
in SetScreenRotation()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display.cpp
200
if (
IsVertical
(rotation) !=
IsVertical
(rotation_)) {
in RequestRotation()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_divider.cpp
69
if (dividerChild_->
IsVertical
()) {
in PrepareSpecializedComponent()
H
A
D
dom_tabs.h
62
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::Framework::final
H
A
D
dom_tab_content.cpp
95
vertical_ = parentNodeTmp->
IsVertical
();
in OnMounted()
H
A
D
dom_tab_bar.cpp
179
vertical_ = parentNodeTmp->
IsVertical
();
in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_property.h
71
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::NG::GridLayoutProperty
H
A
D
grid_layout_property.cpp
106
bool vertical =
IsVertical
();
in UpdateIrregularFlag()
H
A
D
grid_pattern.h
101
return ScopeFocusAlgorithm(property->
IsVertical
(), true, ScopeType::OTHERS,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H
A
D
linear_layout_property.h
58
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::NG::LinearLayoutProperty
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_display.h
39
static inline bool
IsVertical
(Rotation rotation)
in IsVertical()
function in OHOS::Rosen::AbstractDisplay
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
149
static inline bool
IsVertical
(Rotation rotation)
in IsVertical()
function in OHOS::Rosen::ScreenProperty
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
render_list.h
451
bool
IsVertical
() const
in IsVertical()
function in OHOS::Ace::RenderList
459
return
IsVertical
() ? layoutManager_->GetPosition().GetY() : layoutManager_->GetPosition().GetX();
in GetListPosition()
H
A
D
render_list_item.cpp
147
double itemSize = renderList->
IsVertical
() ? GetLayoutSize().Height() : GetLayoutSize().Width();
in CalculateScaleFactorOnWatch()
158
double viewPort = renderList->
IsVertical
() ? viewPort_.Height() : viewPort_.Width();
in CalculateScaleFactorOnWatch()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
list_composed_element.cpp
104
return renderList->
IsVertical
() ? "Axis.Vertical" : "Axis.Horizontal";
in GetListDirection()
Completed in 11 milliseconds
1
2