Home
last modified time | relevance | path

Searched defs:isRtl (Results 26 - 44 of 44) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp402 const bool isRtl = props->GetNonAutoLayoutDirection() == TextDirection::RTL; in LayoutChildren() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp226 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 Djs_alert_dialog.cpp273 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 Dswitch_modifier.h75 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 Dwater_flow_segmented_layout.cpp101 auto isRtl = layoutDirection == TextDirection::RTL && axis_ == Axis::VERTICAL; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp300 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in OnLanguageConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp642 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 Dswiper_layout_algorithm.cpp1014 bool isRtl = layoutWrapper->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL; in LayoutItem() local
1065 bool isRtl = swiperLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in CaptureLayout() local
H A Dswiper_pattern.cpp2581 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 Dtextpicker_pattern.cpp89 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 Dtextpicker_column_pattern.cpp621 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in FlushCurrentMixtureOptions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp469 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 Dswiper_indicator_pattern.cpp220 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 Ddatepicker_pattern.cpp177 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 Dgrid_scroll_layout_algorithm.cpp212 bool isRtl = layoutWrapper->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL; in Layout() local
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp333 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 Dscrollable_pattern.cpp3141 auto isRtl = host->GetLayoutProperty()->GetNonAutoLayoutDirection() == TextDirection::RTL; in GetPositionMode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2973 auto isRtl = ParseTabsIsRtl(); in ApplyTurnPageRateToIndicator() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3303 auto isRtl = hasSetBorderRadius && AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseMenuBorderRadius() local

Completed in 63 milliseconds

12