Home
last modified time | relevance | path

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

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