Home
last modified time | relevance | path

Searched refs:NeedAdaptForAging (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp70 textPickerPattern->CheckAndUpdateColumnSize(frameSize, NeedAdaptForAging()); in Measure()
290 bool TextPickerLayoutAlgorithm::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TextPickerLayoutAlgorithm
323 if (NeedAdaptForAging()) { in ReCalcItemHeightScale()
H A Dtextpicker_layout_algorithm.h81 bool NeedAdaptForAging();
H A Dtextpicker_dialog_view.h147 static bool NeedAdaptForAging();
H A Dtextpicker_dialog_view.cpp288 if (NeedAdaptForAging()) { in OptionsShow()
581 if (!NeedAdaptForAging()) { in UpdateConfirmButtonTextLayoutProperty()
596 if (!NeedAdaptForAging()) { in UpdateCancelButtonTextLayoutProperty()
1475 bool TextPickerDialogView::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TextPickerDialogView
1510 if (NeedAdaptForAging()) { in ConvertFontScaleValue()
H A Dtextpicker_pattern.h342 bool NeedAdaptForAging();
H A Dtextpicker_pattern.cpp1207 bool TextPickerPattern::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TextPickerPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.h58 bool NeedAdaptForAging();
H A Ddatepicker_column_layout_algorithm.cpp207 bool DatePickerColumnLayoutAlgorithm::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::DatePickerColumnLayoutAlgorithm
240 if (NeedAdaptForAging()) { in ReCalcItemHeightScale()
H A Ddatepicker_dialog_view.cpp147 if (NeedAdaptForAging()) { in Show()
553 if (!NeedAdaptForAging()) { in SwitchContentRowButton()
758 if (!NeedAdaptForAging()) { in UpdateConfirmButtonTextLayoutProperty()
772 if (!NeedAdaptForAging()) { in UpdateCancelButtonTextLayoutProperty()
1618 if (NeedAdaptForAging()) { in CreateAndMountTimeNode()
1674 if (NeedAdaptForAging()) { in SwitchPickerPage()
1686 if (NeedAdaptForAging()) { in SwitchPickerPage()
2002 bool DatePickerDialogView::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::DatePickerDialogView
2037 if (NeedAdaptForAging()) { in ConvertFontScaleValue()
2102 if (NeedAdaptForAging()) { in ConvertTitleFontScaleValue()
H A Ddatepicker_dialog_view.h139 static bool NeedAdaptForAging();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.h66 bool NeedAdaptForAging();
H A Dtimepicker_column_layout_algorithm.cpp184 bool TimePickerColumnLayoutAlgorithm::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TimePickerColumnLayoutAlgorithm
216 if (NeedAdaptForAging()) { in ReCalcItemHeightScale()
H A Dtimepicker_dialog_view.cpp51 auto isNeedAging = (NeedAdaptForAging() && (!settingData.isUseMilitaryTime)); in Show()
706 if (!NeedAdaptForAging()) { in UpdateConfirmButtonTextLayoutProperty()
788 if (!NeedAdaptForAging()) { in UpdateCancelButtonTextLayoutProperty()
1010 bool TimePickerDialogView::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TimePickerDialogView
1046 if (NeedAdaptForAging()) { in ConvertFontScaleValue()
1111 if (NeedAdaptForAging()) { in ConvertTitleFontScaleValue()
H A Dtimepicker_dialog_view.h80 static bool NeedAdaptForAging();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h122 bool NeedAdaptForAging(RefPtr<FrameNode> host);
H A Dtab_bar_layout_algorithm.cpp218 CHECK_NULL_VOID((tabBarStyle_ == TabBarStyle::SUBTABBATSTYLE) && (NeedAdaptForAging(host) in UpdateMaxLines()
274 bool TabBarLayoutAlgorithm::NeedAdaptForAging(RefPtr<FrameNode> host) in NeedAdaptForAging() function in OHOS::Ace::NG::TabBarLayoutAlgorithm
596 if (NeedAdaptForAging(host)) { in SetTabBarMargin()