Home
last modified time | relevance | path

Searched refs:mFpsNumFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java648 private int mFpsNumFrames; field in ViewRootImpl
3928 mFpsNumFrames = 0; in trackFPS()
3930 ++mFpsNumFrames; in trackFPS()
3937 float fps = (float) mFpsNumFrames * 1000 / totalTime; in trackFPS()
3940 mFpsNumFrames = 0; in trackFPS()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68067 Landroid/view/ViewRootImpl;->mFpsNumFrames:I