HomeSort by relevance Sort by last modified time
    Searched refs:curEnd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 316 final long curEnd = curStart + bucketDuration;
319 if (curEnd < start) break;
323 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
445 final long curEnd = curStart + bucketDuration;
449 if (curEnd > cutoff) break;
493 final long curEnd = curStart + bucketDuration;
496 if (curEnd <= start) break;
501 final boolean activeBucket = curStart < now && curEnd > now;
506 final long overlapEnd = curEnd < end ? curEnd : end
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 223 int curEnd = curPos + len;
224 if (curPos < to && from < curEnd && !comp.isSpace()) {
230 drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos);
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 1031 milliseconds