Home
last modified time | relevance | path

Searched refs:newFPS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.h92 void OnFPSChanged(float newFPS) in OnFPSChanged() argument
95 onFPSChangedListener_->OnFPSChanged(newFPS); in OnFPSChanged()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dsys_info.h105 virtual void OnFPSChanged(float newFPS) = 0;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.h84 void OnFPSChanged(float newFPS) override;
H A Dui_test_animator.cpp304 void UITestAnimator::OnFPSChanged(float newFPS) in OnFPSChanged() argument