Home
last modified time | relevance | path

Searched refs:GetIsShowInDialog (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_paint_method.cpp102 if (textPickerPattern->GetIsShowInDialog()) { in PaintDefaultDividerLines()
156 if (textPickerPattern->GetIsShowInDialog()) { in NeedPaintDividerLines()
H A Dtextpicker_pattern.cpp84 if (GetIsShowInDialog()) { in OnDirtyLayoutWrapperSwap()
612 if (!GetIsShowInDialog()) { in CalculatePaintRect()
620 if (!GetIsShowInDialog()) { in CalculatePaintRect()
1180 if (isNeedAdaptForAging && GetIsShowInDialog()) { in CheckAndUpdateColumnSize()
H A Dtextpicker_layout_algorithm.cpp154 if (textPickerPattern->GetIsShowInDialog() && isDefaultPickerItemHeight_) { in GetColumnSize()
H A Dtextpicker_pattern.h306 bool GetIsShowInDialog() const in GetIsShowInDialog() function
H A Dtextpicker_dialog_view.cpp153 if (textPickerPattern->GetIsShowInDialog()) { in CloseDialogEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp87 if (datePickerPattern->GetIsShowInDialog()) { in Measure()
H A Ddatepicker_pattern.h273 bool GetIsShowInDialog() const in GetIsShowInDialog() function
H A Ddatepicker_dialog_view.cpp1784 if (datePickerPattern->GetIsShowInDialog()) { in CloseDialogEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h85 bool GetIsShowInDialog() const in GetIsShowInDialog() function
H A Dtimepicker_dialog_view.cpp245 if (timePickerPattern->GetIsShowInDialog()) { in CloseDialogEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp741 auto isShowInDialog = textPickerPattern->GetIsShowInDialog();