Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.cpp53 auto isRtl = GetTextDirection() == TextDirection::RTL; in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_properties.h30 bool isRtl = false; member
H A Dselect_layout_algorithm.cpp192 auto isRtl = layoutProps->GetNonAutoLayoutDirection() == TextDirection::RTL; in UpdateMargin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_properties.h31 bool isRtl = false; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_property.h108 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 Dwater_flow_layout_property.h58 auto isRtl = GetNonAutoLayoutDirection() == TextDirection::RTL; in IsReverse() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_property.h92 auto isRtl = GetNonAutoLayoutDirection() == TextDirection::RTL; in IsReverse() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_algorithm.cpp24 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 Doption_paint_method.cpp99 auto isRtl = (textDirection == TextDirection::RTL) ? true : false; in PaintDivider() local
H A Doption_layout_algorithm.cpp167 bool isRtl = direction == TextDirection::RTL; in UpdateIconMargin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp139 const bool isRtl = swiper.GetNonAutoLayoutDirection() == TextDirection::RTL; in SaveDotIndicatorProperty() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.h55 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; variable
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp165 void UIToggleButton::EnableRtl(bool isRtl) in EnableRtl() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp293 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 Dindexer_layout_algorithm.cpp151 bool isRtl = layoutDirection == TextDirection::RTL; in IsPopupAtLeft() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp233 auto isRtl = GetTextDirection() == TextDirection::RTL; in InitializeInnerBox() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp136 bool isRtl; in SetIsRTL() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp79 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 Dswiper_arrow_pattern.cpp396 bool isRtl = swiperLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in UpdateArrowContent() local
H A Dindicator_pattern.cpp196 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 Dswitch_paint_method.h45 bool isRtl = direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft() variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp216 const bool isRtl = layoutDirection == TextDirection::RTL && axis_ == Axis::VERTICAL; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp184 bool isRtl = direction == TextDirection::RTL ? true : false; in PlayMarqueeAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp101 auto isRtl = textDirection == TextDirection::RTL; in CreateButtonChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.h180 void SetIsRtl(bool isRtl) in SetIsRtl() argument

Completed in 16 milliseconds

12