/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 70 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 D | textpicker_layout_algorithm.h | 81 bool NeedAdaptForAging();
|
H A D | textpicker_dialog_view.h | 147 static bool NeedAdaptForAging();
|
H A D | textpicker_dialog_view.cpp | 288 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 D | textpicker_pattern.h | 342 bool NeedAdaptForAging();
|
H A D | textpicker_pattern.cpp | 1207 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 D | datepicker_column_layout_algorithm.h | 58 bool NeedAdaptForAging();
|
H A D | datepicker_column_layout_algorithm.cpp | 207 bool DatePickerColumnLayoutAlgorithm::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::DatePickerColumnLayoutAlgorithm 240 if (NeedAdaptForAging()) { in ReCalcItemHeightScale()
|
H A D | datepicker_dialog_view.cpp | 147 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 D | datepicker_dialog_view.h | 139 static bool NeedAdaptForAging();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.h | 66 bool NeedAdaptForAging();
|
H A D | timepicker_column_layout_algorithm.cpp | 184 bool TimePickerColumnLayoutAlgorithm::NeedAdaptForAging() in NeedAdaptForAging() function in OHOS::Ace::NG::TimePickerColumnLayoutAlgorithm 216 if (NeedAdaptForAging()) { in ReCalcItemHeightScale()
|
H A D | timepicker_dialog_view.cpp | 51 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 D | timepicker_dialog_view.h | 80 static bool NeedAdaptForAging();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.h | 122 bool NeedAdaptForAging(RefPtr<FrameNode> host);
|
H A D | tab_bar_layout_algorithm.cpp | 218 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()
|