Searched refs:secondItem (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 690 MMI::PointerEvent::PointerItem secondItem; in CalcSeparationDistance() local 692 secondEvent->GetPointerItem(secondEvent->GetPointerId(), secondItem); in CalcSeparationDistance() 693 int32_t durationX = secondItem.GetDisplayX() - firstItem.GetDisplayX(); in CalcSeparationDistance() 694 int32_t durationY = secondItem.GetDisplayY() - firstItem.GetDisplayY(); in CalcSeparationDistance()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
H A D | relative_container_test_ng.cpp | 474 auto secondItem = FrameNode::GetOrCreateFrameNode( variable 478 …AceType::MakeRefPtr<LayoutWrapperNode>(secondItem, secondItemGeometryNode, secondItem->GetLayoutPr… 493 secondItem->UpdateInspectorId(SECOND_ITEM_ID); 494 secondItem->GetLayoutProperty()->UpdateAlignRules(secondItemAlignRules); 495 relativeContainerFrameNode->AddChild(secondItem);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.h | 514 …electAllInRange(const RefPtr<RenderListItem>& firstItem, const RefPtr<RenderListItem>& secondItem);
|
H A D | render_list.cpp | 2904 const RefPtr<RenderListItem>& firstItem, const RefPtr<RenderListItem>& secondItem) in MultiSelectAllInRange() argument 2911 if (!secondItem) { in MultiSelectAllInRange() 2919 auto fromItemIndex = std::min(GetIndexByListItem(firstItem), GetIndexByListItem(secondItem)); in MultiSelectAllInRange() 2920 auto toItemIndex = std::max(GetIndexByListItem(firstItem), GetIndexByListItem(secondItem)); in MultiSelectAllInRange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 197 auto secondItem = AceType::MakeRefPtr<PlaceholderSpanItem>(); variable 198 secondItem->placeholderSpanNodeId = testFrameNodeId; 199 richEditorPattern->dragSpanItems_.emplace_back(secondItem);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 395 auto secondItem = GetChildFrameNode(frameNode_, 1); variable 406 EXPECT_EQ(eventHub_->draggingItem_, secondItem);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 608 const RefPtr<RenderGridLayoutItem>& secondItem);
|
H A D | render_grid_layout.cpp | 3057 const RefPtr<RenderGridLayoutItem>& secondItem) in MultiSelectAllInRange() argument 3064 if (!secondItem) { in MultiSelectAllInRange() 3072 auto fromItemIndex = std::min(firstItem->GetIndex(), secondItem->GetIndex()); in MultiSelectAllInRange() 3073 auto toItemIndex = std::max(firstItem->GetIndex(), secondItem->GetIndex()); in MultiSelectAllInRange()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 531 const secondItem = myArray[1]; 542 const secondItem = myArray.f[1];
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 607 const secondItem = myArray[1] 618 const secondItem = myArray.f[1]
|