Searched refs:pickerChild (Results 1 – 5 of 5) sorted by relevance
1069 auto pickerChild = DynamicCast<FrameNode>(columnBlendChild->GetLastChild()); in GetInnerFocusPaintRect() local1070 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() local1146 auto pattern = pickerChild->GetPattern<TimePickerColumnPattern>(); in HandleDirectionKey()1148 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey()
358 auto pickerChild = DynamicCast<FrameNode>(blendChild->GetLastChild()); in GetInnerFocusPaintRect() local359 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() local412 auto pattern = pickerChild->GetPattern<DatePickerColumnPattern>(); in HandleDirectionKey()413 auto totalOptionCount = GetOptionCount(pickerChild); in HandleDirectionKey()
1868 auto pickerChild = AceType::DynamicCast<FrameNode>(blendChild->GetLastChild()); variable1869 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 …]
653 auto pickerChild = DynamicCast<FrameNode>(blendChild->GetLastChild()); in GetInnerFocusPaintRect() local654 CHECK_NULL_VOID(pickerChild); in GetInnerFocusPaintRect()655 auto columnWidth = pickerChild->GetGeometryNode()->GetFrameSize().Width(); in GetInnerFocusPaintRect()
1404 auto pickerChild = AceType::DynamicCast<FrameNode>(blendChild->GetLastChild()); variable1407 pickerChild->GetGeometryNode()->frame_.rect_.SetWidth(FRAME_WIDTH);1413 …EXPECT_EQ(rect.Width(), pickerChild->GetGeometryNode()->GetFrameSize().Width() - offset.ConvertToP…