Searched refs:getLatchTimes (Results 1 – 2 of 2) sorted by relevance
63 public Queue<Long> getLatchTimes() { in getLatchTimes() method in SurfaceFlingerTestActivity122 getLatchTimes().poll(); in run()125 getLatchTimes().offer(frameData[1]); in run()
61 Long[] latchTimes = activity.getLatchTimes().toArray(new Long[0]); in latchAfterReady()