Home
last modified time | relevance | path

Searched refs:pickerChild (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp1069 auto pickerChild = DynamicCast<FrameNode>(columnBlendChild->GetLastChild()); in GetInnerFocusPaintRect() local
1070 CHECK_NULL_VOID(pickerChild); in GetInnerFocusPaintRect()
1071 auto columnWidth = pickerChild->GetGeometryNode()->GetFrameSize().Width(); in GetInnerFocusPaintRect()
1082 pickerChild->GetGeometryNode()->GetFrameRect().Width() * focusKeyID_ + in GetInnerFocusPaintRect()
1145 auto pickerChild = DynamicCast<FrameNode>(stackChild->GetLastChild()->GetLastChild()); in HandleDirectionKey() local
1146 auto pattern = pickerChild->GetPattern<TimePickerColumnPattern>(); in HandleDirectionKey()
1148 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp358 auto pickerChild = DynamicCast<FrameNode>(blendChild->GetLastChild()); in GetInnerFocusPaintRect() local
359 CHECK_NULL_VOID(pickerChild); in GetInnerFocusPaintRect()
360 auto columnWidth = pickerChild->GetGeometryNode()->GetFrameSize().Width(); in GetInnerFocusPaintRect()
370 pickerChild->GetGeometryNode()->GetFrameRect().Width() * focusKeyID_ + in GetInnerFocusPaintRect()
411 auto pickerChild = DynamicCast<FrameNode>(stackChild->GetLastChild()->GetLastChild()); in HandleDirectionKey() local
412 auto pattern = pickerChild->GetPattern<DatePickerColumnPattern>(); in HandleDirectionKey()
413 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1868 auto pickerChild = AceType::DynamicCast<FrameNode>(blendChild->GetLastChild()); variable
1869 ASSERT_NE(pickerChild, nullptr);
1870 auto pattern = pickerChild->GetPattern<TimePickerColumnPattern>();
1872 timePickerRowPattern->options_[pickerChild].clear();
1875 timePickerRowPattern->options_[pickerChild][0] = "AM";
1876 timePickerRowPattern->options_[pickerChild][1] = "PM";
1878 auto totalOptionCount = timePickerRowPattern->GetOptionCount(pickerChild);
1884 totalOptionCount = timePickerRowPattern->GetOptionCount(pickerChild);
1890 totalOptionCount = timePickerRowPattern->GetOptionCount(pickerChild);
1896 totalOptionCount = timePickerRowPattern->GetOptionCount(pickerChild);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp653 auto pickerChild = DynamicCast<FrameNode>(blendChild->GetLastChild()); in GetInnerFocusPaintRect() local
654 CHECK_NULL_VOID(pickerChild); in GetInnerFocusPaintRect()
655 auto columnWidth = pickerChild->GetGeometryNode()->GetFrameSize().Width(); in GetInnerFocusPaintRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp1404 auto pickerChild = AceType::DynamicCast<FrameNode>(blendChild->GetLastChild()); variable
1407 pickerChild->GetGeometryNode()->frame_.rect_.SetWidth(FRAME_WIDTH);
1413 …EXPECT_EQ(rect.Width(), pickerChild->GetGeometryNode()->GetFrameSize().Width() - offset.ConvertToP…