Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java930 private int mFpsNumFrames; field in ViewRootImpl
5143 mFpsNumFrames = 0; in trackFPS()
5145 ++mFpsNumFrames; in trackFPS()
5152 float fps = (float) mFpsNumFrames * 1000 / totalTime; in trackFPS()
5155 mFpsNumFrames = 0; in trackFPS()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64101 Landroid/view/ViewRootImpl;->mFpsNumFrames:I