Searched refs:lastTime (Results 1 – 6 of 6) sorted by relevance
65 int lastTime = -1; in bindHistory()79 lastTime = (int) time; in bindHistory()81 points.put(lastTime, lastLevel); in bindHistory()104 if (lastTime >= 0) { in bindHistory()105 points.put(lastTime, lastLevel); in bindHistory()
67 int lastTime = -1; in bindHistory()81 lastTime = (int) time; in bindHistory()83 points.put(lastTime, lastLevel); in bindHistory()106 if (lastTime >= 0) { in bindHistory()107 points.put(lastTime, lastLevel); in bindHistory()
52 final int lastTime = mTimes.get(fromIndex - 1); in fillWithLastTimeUntil() local53 mTimes.fill(lastTime, fromIndex, fillLength); in fillWithLastTimeUntil()
390 long lastTime = 0; in testDownloadQueueTestDate() local396 assertTrue(requestTime >= lastTime); in testDownloadQueueTestDate()397 lastTime = requestTime; in testDownloadQueueTestDate()
194 final int lastTime = sinceDown - eventTimes[startIndex]; in drawGestureTrailLocked() local195 float r1 = getWidth(lastTime, params) / 2.0f; in drawGestureTrailLocked()
653 Long lastTime = sLastMessageDingTime.get(conversationId); in updateBuilderAudioVibrate() local660 if (lastTime == null in updateBuilderAudioVibrate()661 || SystemClock.elapsedRealtime() - lastTime > sTimeBetweenDingsMs) { in updateBuilderAudioVibrate()