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:isRtl
(Results
1 - 25
of
44
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_option_component.cpp
53
auto
isRtl
= GetTextDirection() == TextDirection::RTL;
in Initialize()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H
A
D
select_properties.h
30
bool
isRtl
= false;
member
H
A
D
select_layout_algorithm.cpp
192
auto
isRtl
= layoutProps->GetNonAutoLayoutDirection() == TextDirection::RTL;
in UpdateMargin()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_properties.h
31
bool
isRtl
= false;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_layout_property.h
108
static void BothSidesMargin(bool
isRtl
, MarginProperty& margin,
in BothSidesMargin()
argument
130
static void UpdateDialogMargin(bool
isRtl
, MarginProperty& margin,
in UpdateDialogMargin()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H
A
D
water_flow_layout_property.h
58
auto
isRtl
= GetNonAutoLayoutDirection() == TextDirection::RTL;
in IsReverse()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_property.h
92
auto
isRtl
= GetNonAutoLayoutDirection() == TextDirection::RTL;
in IsReverse()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H
A
D
toast_layout_algorithm.cpp
24
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateToastAlign()
local
71
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H
A
D
option_paint_method.cpp
99
auto
isRtl
= (textDirection == TextDirection::RTL) ? true : false;
in PaintDivider()
local
H
A
D
option_layout_algorithm.cpp
167
bool
isRtl
= direction == TextDirection::RTL;
in UpdateIconMargin()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_helper.cpp
139
const bool
isRtl
= swiper.GetNonAutoLayoutDirection() == TextDirection::RTL;
in SaveDotIndicatorProperty()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_pattern.h
55
bool
isRtl
= progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL;
variable
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_toggle_button.cpp
165
void UIToggleButton::EnableRtl(bool
isRtl
)
in EnableRtl()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H
A
D
atomic_service_pattern.cpp
293
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateLayout()
local
309
void AtomicServicePattern::UpdateMenuBarLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& menuBar, bool
isRtl
)
in UpdateMenuBarLayout()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H
A
D
indexer_layout_algorithm.cpp
151
bool
isRtl
= layoutDirection == TextDirection::RTL;
in IsPopupAtLeft()
local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
select_popup_component.cpp
233
auto
isRtl
= GetTextDirection() == TextDirection::RTL;
in InitializeInnerBox()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
grid_model_impl.cpp
136
bool
isRtl
;
in SetIsRTL()
local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_div.cpp
79
Alignment DOMDiv::ComputeFlexAlign(FlexAlign flexMainAlign, FlexAlign flexCrossAlign, bool isColumn, bool
isRtl
)
in ComputeFlexAlign()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H
A
D
swiper_arrow_pattern.cpp
396
bool
isRtl
= swiperLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL;
in UpdateArrowContent()
local
H
A
D
indicator_pattern.cpp
196
bool
isRtl
= GetNonAutoLayoutDirection() == TextDirection::RTL;
in SaveDotIndicatorProperty()
local
295
auto
isRtl
= GetNonAutoLayoutDirection() == TextDirection::RTL;
in ShowPrevious()
local
404
bool
isRtl
= GetNonAutoLayoutDirection() == TextDirection::RTL;
in GetTextContentSub()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H
A
D
switch_paint_method.h
45
bool
isRtl
= direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft()
variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H
A
D
water_flow_layout_algorithm.cpp
216
const bool
isRtl
= layoutDirection == TextDirection::RTL && axis_ == Axis::VERTICAL;
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H
A
D
marquee_pattern.cpp
184
bool
isRtl
= direction == TextDirection::RTL ? true : false;
in PlayMarqueeAnimation()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_picker_model_ng.cpp
101
auto
isRtl
= textDirection == TextDirection::RTL;
in CreateButtonChild()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H
A
D
data_panel_modifier.h
180
void SetIsRtl(bool
isRtl
)
in SetIsRtl()
argument
Completed in 16 milliseconds
1
2