Home
last modified time | relevance | path

Searched defs:isRtl (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_algorithm.cpp29 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in UpdateToastAlign() local
76 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_properties.h30 bool isRtl = false; member
H A Dselect_layout_algorithm.cpp179 auto isRtl = layoutProps->GetNonAutoLayoutDirection() == TextDirection::RTL; in UpdateMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.cpp53 auto isRtl = GetTextDirection() == TextDirection::RTL; in Initialize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_layout_property.h58 auto isRtl = GetNonAutoLayoutDirection() == TextDirection::RTL; in IsReverse() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_properties.h31 bool isRtl = false; member
H A Dtextpicker_pattern.cpp98 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in UpdateConfirmButtonMargin() local
128 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in UpdateCancelButtonMargin() local
660 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in GetInnerFocusPaintRect() local
881 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseDirectionKey() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp45 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in BeforeCreateLayoutWrapper() local
297 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in UpdateLayout() local
313 …icePattern::UpdateMenuBarLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& menuBar, bool isRtl) in UpdateMenuBarLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_property.h92 auto isRtl = GetNonAutoLayoutDirection() == TextDirection::RTL; in IsReverse() local
/ohos5.0/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 = AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseMaskRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.h55 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in CreateNodePaintMethod() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp282 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in UpdateAlertAlignment() local
345 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseAlertOffset() local
358 bool isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseAlertMaskRect() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp165 void UIToggleButton::EnableRtl(bool isRtl) in EnableRtl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.cpp104 auto isRtl = (textDirection == TextDirection::RTL) ? true : false; in PaintDivider() local
H A Doption_layout_algorithm.cpp178 bool isRtl = direction == TextDirection::RTL; in UpdateIconMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp138 const bool isRtl = swiper.GetNonAutoLayoutDirection() == TextDirection::RTL; in SaveDotIndicatorProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp164 bool isRtl = layoutDirection == TextDirection::RTL; in IsPopupAtLeft() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp638 auto isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in GetContainerModalButtonsRect() local
762 auto isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in InitTitleRowLayoutProperty() local
811 auto isRtl = AceApplicationInfo::GetInstance().IsRightToLeft(); in InitButtonsLayoutProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.h45 … bool isRtl = direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft() in GetContentModifier() local
H A Dswitch_modifier.h90 … bool isRtl = direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft() in UpdatePointOffsetAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp233 auto isRtl = GetTextDirection() == TextDirection::RTL; in InitializeInnerBox() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp79 …Div::ComputeFlexAlign(FlexAlign flexMainAlign, FlexAlign flexCrossAlign, bool isColumn, bool isRtl) in ComputeFlexAlign()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp382 bool isRtl = swiperLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in UpdateArrowContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp227 const bool isRtl = layoutDirection == TextDirection::RTL && axis_ == Axis::VERTICAL; in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.h180 void SetIsRtl(bool isRtl) in SetIsRtl()

12