Searched refs:mLastSplit (Results 1 – 1 of 1) sorted by relevance
40 private long mLastSplit; field in StopWatch45 mLastSplit = mStart; in StopWatch()55 long elapse = now - mLastSplit; in split()57 mLastSplit = now; in split()63 + (now - mLastSplit) in stop()