Searched refs:GetAnimateExpectedRate (Results 1 – 8 of 8) sorted by relevance
84 int32_t GetAnimateExpectedRate() const override in GetAnimateExpectedRate() function86 return rsUIDirector_->GetAnimateExpectedRate(); in GetAnimateExpectedRate()
115 int32_t GetAnimateExpectedRate() const override in GetAnimateExpectedRate() function117 return rsUIDirector_->GetAnimateExpectedRate(); in GetAnimateExpectedRate()
73 int32_t GetAnimateExpectedRate() const;
524 int32_t RSUIDirector::GetAnimateExpectedRate() const in GetAnimateExpectedRate() function in OHOS::Rosen::RSUIDirector
192 virtual int32_t GetAnimateExpectedRate() const in GetAnimateExpectedRate() function
263 HWTEST_F(RSUIDirectorTest, GetAnimateExpectedRate, TestSize.Level1)267 ASSERT_EQ(director->GetAnimateExpectedRate(), 0);
504 director->GetAnimateExpectedRate(); in DoGetAnimateExpectedRate()
971 frameRateManager_->SetAnimateRate(window_->GetAnimateExpectedRate()); in FlushFrameRate()