Searched refs:curStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java320 final long curStart = bucketStart[i];
321 final long curEnd = curStart + bucketDuration;
326 if (curStart > end) continue;
328 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
449 final long curStart = bucketStart[i];
450 final long curEnd = curStart + bucketDuration;
497 final long curStart = bucketStart[i];
498 final long curEnd = curStart + bucketDuration;
503 if (curStart >= end) continue;
506 final boolean activeBucket = curStart < no
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1315 private void setInternalSelection(int curStart, int curEnd) { argument
1316 mCurStart = curStart;

Completed in 75 milliseconds