Searched refs:thisHash (Results 1 – 3 of 3) sorted by relevance
463 int thisHash = peekCachedHashCode(); in equals() local465 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
1369 int thisHash = peekCachedHashCode(); in equals() local1371 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
3325 String thisHash = Integer.toHexString(System.identityHashCode(this)); in trackFPS() local3328 Log.v(mTag, "0x" + thisHash + "\tFrame time:\t" + frameTime); in trackFPS()3332 Log.v(mTag, "0x" + thisHash + "\tFPS:\t" + fps); in trackFPS()