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
26 - 44
of
44
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H
A
D
grid_irregular_layout_algorithm.cpp
402
const bool
isRtl
= props->GetNonAutoLayoutDirection() == TextDirection::RTL;
in LayoutChildren()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H
A
D
js_action_sheet.cpp
226
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateDialogAlignment()
local
285
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseOffset()
local
298
bool
isRtl
in ParseMaskRect()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H
A
D
js_alert_dialog.cpp
273
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateAlertAlignment()
local
327
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseAlertOffset()
local
358
bool
isRtl
in ParseAlertMaskRect()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H
A
D
switch_modifier.h
75
bool
isRtl
= direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft()
in UpdateAnimatableProperty()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H
A
D
water_flow_segmented_layout.cpp
101
auto
isRtl
= layoutDirection == TextDirection::RTL && axis_ == Axis::VERTICAL;
in Layout()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_pattern.cpp
300
bool
isRtl
= progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL;
in OnLanguageConfigurationUpdate()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H
A
D
container_modal_pattern.cpp
642
auto
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in GetContainerModalButtonsRect()
local
791
auto
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in InitTitleRowLayoutProperty()
local
840
auto
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in InitButtonsLayoutProperty()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_layout_algorithm.cpp
1014
bool
isRtl
= layoutWrapper->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL;
in LayoutItem()
local
1065
bool
isRtl
= swiperLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL;
in CaptureLayout()
local
H
A
D
swiper_pattern.cpp
2581
auto
isRtl
= IsHorizontalAndRightToLeft() && GetMaxDisplayCount() <= 0;
in CheckMarkDirtyNodeForRenderIndicator()
local
2608
bool
isRtl
= IsHorizontalAndRightToLeft();
in CheckMarkForIndicatorBoundary()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_pattern.cpp
89
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateConfirmButtonMargin()
local
119
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateCancelButtonMargin()
local
614
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in GetInnerFocusPaintRect()
local
835
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseDirectionKey()
local
[all...]
H
A
D
textpicker_column_pattern.cpp
621
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in FlushCurrentMixtureOptions()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
timepicker_row_pattern.cpp
469
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateConfirmButtonMargin()
local
482
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateCancelButtonMargin()
local
1116
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in CalcLeftTotalColumnWidth()
local
1243
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseDirectionKey()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H
A
D
swiper_indicator_pattern.cpp
220
auto
isRtl
= IsHorizontalAndRightToLeft();
in HandleTouchClick()
local
999
auto
isRtl
= swiperPattern->IsHorizontalAndRightToLeft();
in GetCurrentIndex()
local
1068
bool
isRtl
= swiperPattern->GetNonAutoLayoutDirection() == TextDirection::RTL;
in GetTextContentSub()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H
A
D
datepicker_pattern.cpp
177
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateConfirmButtonMargin()
local
190
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdateCancelButtonMargin()
local
407
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in CalcLeftTotalColumnWidth()
local
499
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseDirectionKey()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H
A
D
grid_scroll_layout_algorithm.cpp
212
bool
isRtl
= layoutWrapper->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL;
in Layout()
local
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H
A
D
prompt_action.cpp
333
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in GetToastShadow()
local
1119
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in GetShadowProps()
local
1308
bool
isRtl
= AceApplicationInfo::GetInstance().IsRightToLeft();
in UpdatePromptAlignment()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
3141
auto
isRtl
= host->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL;
in GetPositionMode()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H
A
D
tab_bar_pattern.cpp
2973
auto
isRtl
= ParseTabsIsRtl();
in ApplyTurnPageRateToIndicator()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_abstract.cpp
3303
auto
isRtl
= hasSetBorderRadius && AceApplicationInfo::GetInstance().IsRightToLeft();
in ParseMenuBorderRadius()
local
Completed in 63 milliseconds
1
2