Home
last modified time | relevance | path

Searched refs:GetRepeatTimes (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_animator.cpp51 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()
74 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h251 * @see GetRepeatTimes
268 uint32_t GetRepeatTimes() const in GetRepeatTimes() function in OHOS::UIImageAnimatorView
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp321 EXPECT_EQ(repeatTimes, animator->GetRepeatTimes()); in ImageAnimatorTest002()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp398 EXPECT_EQ(imageAnimator_->GetRepeatTimes(), times); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h122 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt);
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1267 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(nullptr, repeatTimesInt)); in HWTEST_F()
1282 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
1298 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
1314 EXPECT_TRUE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt)); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp338 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) in GetRepeatTimes() function
341 MMI_HILOGE("GetRepeatTimes jsonData is not object"); in GetRepeatTimes()
532 if (!GetRepeatTimes(jsonData, repeatKey.times)) { in ConvertToKeyRepeat()
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp410 imageAnimator_->SetRepeatTimes(imageAnimator_->GetRepeatTimes() + 1); in OnClick()

Completed in 7 milliseconds