Searched refs:fingers (Results 1 – 12 of 12) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | ui_action.cpp | 25 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/ |
D | pointer_info.h | 129 fingers.push_back(fingerInfo); in AddFingerInfo() 134 return fingers; in GetFingerInfoList() 220 std::vector<FingerInfo> fingers; variable
|
D | pointer_info.cpp | 102 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/ |
D | FloatBall.ets | 230 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/ |
D | GestureClick.ets | 53 PinchGesture({ fingers: 2 })
|
D | GestureRotationGesture.ets | 49 PinchGesture({ fingers: 2 })
|
D | GestureSwipeGesture.ets | 49 PinchGesture({ fingers: 2 })
|
D | GesturePinchGesture.ets | 48 PinchGesture({ fingers: 2 })
|
D | GesturePanGesture.ets | 52 PinchGesture({ fingers: 2 })
|
D | GestureTapGesture.ets | 53 PinchGesture({ fingers: 2 })
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/ArkUI/ |
D | SwipeGestureTest.ets | 37 SwipeGesture({fingers: 1, direction: SwipeDirection.Vertical})
|
/test/xts/acts/arkui/ace_ets_component_three/entry/src/main/ets/MainAbility/pages/ |
D | PanGesture.ets | 56 PanGesture({ fingers: 1, direction: PanDirection.All, distance: 1 })
|