Home
last modified time | relevance | path

Searched refs:fingers (Results 1 – 12 of 12) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_action.cpp25 constexpr uint32_t fingers = 1; in DecomposeClick() local
27 PointerMatrix pointer(fingers, steps); in DecomposeClick()
36 constexpr uint32_t fingers = 1; in DecomposeLongClick() local
38 PointerMatrix pointer(fingers, steps); in DecomposeLongClick()
47 constexpr uint32_t fingers = 1; in DecomposeDoubleClick() local
49 PointerMatrix pointer(fingers, steps); in DecomposeDoubleClick()
71 constexpr uint32_t fingers = 1; in DecomposeComputeSwipe() local
72 PointerMatrix pointer(fingers, steps + 1); in DecomposeComputeSwipe()
85 pointer.At(fingers - 1, 0).holdMs_ += options.longClickHoldMs_; in DecomposeComputeSwipe()
87 pointer.At(fingers - 1, idx).downTimeOffsetMs_ += options.longClickHoldMs_; in DecomposeComputeSwipe()
[all …]
/test/testfwk/arkxtest/uitest/record/
Dpointer_info.h129 fingers.push_back(fingerInfo); in AddFingerInfo()
134 return fingers; in GetFingerInfoList()
220 std::vector<FingerInfo> fingers; variable
Dpointer_info.cpp102 data["fingerNumber"] = std::to_string(fingers.size()); in WriteData()
115 for (auto& finger :fingers) { in WriteData()
127 << "fingerNumber:" << std::to_string(fingers.size()) << " , " ; in WriteWindowData()
129 for (auto& finger :fingers) { in WriteWindowData()
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DFloatBall.ets230 LongPressGesture({fingers: 1, repeat: false, duration: 1000 })
268 LongPressGesture({fingers: 1, repeat: false, duration: 1000 })
304 LongPressGesture({fingers: 1, repeat: false, duration: 1000 })
/test/xts/acts/arkui/ace_ets_component_ArkUI_test/entry/src/main/ets/MainAbility/pages/GestureRelated/
DGestureClick.ets53 PinchGesture({ fingers: 2 })
DGestureRotationGesture.ets49 PinchGesture({ fingers: 2 })
DGestureSwipeGesture.ets49 PinchGesture({ fingers: 2 })
DGesturePinchGesture.ets48 PinchGesture({ fingers: 2 })
DGesturePanGesture.ets52 PinchGesture({ fingers: 2 })
DGestureTapGesture.ets53 PinchGesture({ fingers: 2 })
/test/xts/acts/validator/acts_validator/src/main/ets/pages/ArkUI/
DSwipeGestureTest.ets37 SwipeGesture({fingers: 1, direction: SwipeDirection.Vertical})
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/
DPanGesture.ets56 PanGesture({ fingers: 1, direction: PanDirection.All, distance: 1 })