Home
last modified time | relevance | path

Searched refs:SetRotateFactor (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/rotate/
H A Dui_rotate_input_unit_test.cpp39 * @tc.desc: Verify UIRotateInput::SetRotateFactor function.
46 scroll->SetRotateFactor(10); // 10 : rotate factor in HWTEST_F()
53 * @tc.desc: Verify UIRotateInput::SetRotateFactor function.
60 swipe->SetRotateFactor(10); // 10 : rotate factor in HWTEST_F()
67 * @tc.desc: Verify UIRotateInput::SetRotateFactor function.
74 list->SetRotateFactor(10); // 10 : rotate factor in HWTEST_F()
81 * @tc.desc: Verify UIRotateInput::SetRotateFactor function.
88 list->SetRotateFactor(20); // 10 : rotate factor in HWTEST_F()
95 * @tc.desc: Verify UIRotateInput::SetRotateFactor function.
102 slider->SetRotateFactor(1 in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp72 static_cast<UISwipeView*>(view_)->SetRotateFactor(factor_);
75 static_cast<UIScrollView*>(view_)->SetRotateFactor(factor_);
95 container_->SetRotateFactor(20); // 20 : rotate factor for container in SetUp()
217 list_->SetRotateFactor(10); // 10 : rotate factor in UIKitRotateEventList001()
242 scroll_->SetRotateFactor(10); // 10 : rotateFactor in UIKitRotateEventScrollView002()
298 swipe_->SetRotateFactor(30); // 30 : rotate factor in UIKitRotateEventSwipeView003()
346 static_cast<UIList*>(hour)->SetRotateFactor(5); // 5: rotate factor in UIKitRotateEventTimePicker005()
353 static_cast<UIList*>(minute)->SetRotateFactor(5); // 5: rotate factor in UIKitRotateEventTimePicker005()
360 static_cast<UIList*>(second)->SetRotateFactor(5); // 5: rotate factor in UIKitRotateEventTimePicker005()
382 picker_->SetRotateFactor( in UIKitRotateEventPicker006()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_picker.h496 void SetRotateFactor(float factor) in SetRotateFactor() function in OHOS::UIPicker
498 list_.SetRotateFactor(factor); in SetRotateFactor()
H A Dui_slider.h256 void SetRotateFactor(float factor) in SetRotateFactor() function in OHOS::UISlider
H A Dui_abstract_scroll.h301 void SetRotateFactor(float factor) in SetRotateFactor() function in OHOS::UIAbstractScroll

Completed in 4 milliseconds