/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_layout_algorithm.cpp | 29 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 D | select_properties.h | 30 bool isRtl = false; member
|
H A D | select_layout_algorithm.cpp | 179 auto isRtl = layoutProps->GetNonAutoLayoutDirection() == TextDirection::RTL; in UpdateMargin() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_option_component.cpp | 53 auto isRtl = GetTextDirection() == TextDirection::RTL; in Initialize() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_properties.h | 31 bool isRtl = false; member
|
H A D | textpicker_pattern.cpp | 98 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 D | atomic_service_pattern.cpp | 45 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 D | grid_layout_property.h | 92 auto isRtl = GetNonAutoLayoutDirection() == TextDirection::RTL; in IsReverse() local
|
/ohos5.0/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 = AceApplicationInfo::GetInstance().IsRightToLeft(); in ParseMaskRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.h | 55 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in CreateNodePaintMethod() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 282 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 D | ui_toggle_button.cpp | 165 void UIToggleButton::EnableRtl(bool isRtl) in EnableRtl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_paint_method.cpp | 104 auto isRtl = (textDirection == TextDirection::RTL) ? true : false; in PaintDivider() local
|
H A D | option_layout_algorithm.cpp | 178 bool isRtl = direction == TextDirection::RTL; in UpdateIconMargin() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_helper.cpp | 138 const bool isRtl = swiper.GetNonAutoLayoutDirection() == TextDirection::RTL; in SaveDotIndicatorProperty() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_layout_algorithm.cpp | 164 bool isRtl = layoutDirection == TextDirection::RTL; in IsPopupAtLeft() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.cpp | 638 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 D | switch_paint_method.h | 45 … bool isRtl = direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft() in GetContentModifier() local
|
H A D | switch_modifier.h | 90 … bool isRtl = direction_ == TextDirection::AUTO ? AceApplicationInfo::GetInstance().IsRightToLeft() in UpdatePointOffsetAnimation() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_div.cpp | 79 …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 D | swiper_arrow_pattern.cpp | 382 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 D | water_flow_layout_algorithm.cpp | 227 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 D | data_panel_modifier.h | 180 void SetIsRtl(bool isRtl) in SetIsRtl()
|