Searched refs:mLastUpdateTimeMillis (Results 1 – 1 of 1) sorted by relevance
671 private long mLastUpdateTimeMillis = 0; field in ViewRootImpl6909 delta = System.nanoTime() / NANOS_PER_MILLI - mLastUpdateTimeMillis; in handleMessageImpl()13240 (int) Math.min(Integer.MAX_VALUE, currentTimeMillis - mLastUpdateTimeMillis); in updateInfrequentCount()13244 mLastUpdateTimeMillis = currentTimeMillis; in updateInfrequentCount()