Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4702 String thisHash = Integer.toHexString(System.identityHashCode(this)); in trackFPS() local
4705 Log.v(mTag, "0x" + thisHash + "\tFrame time:\t" + frameTime); in trackFPS()
4709 Log.v(mTag, "0x" + thisHash + "\tFPS:\t" + fps); in trackFPS()