Searched refs:laps (Results 1 – 11 of 11) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | StopwatchModel.java | 147 final List<Lap> laps = getMutableLaps(); in addLap() local 149 final int lapNumber = laps.size() + 1; in addLap() 152 final long prevAccumulatedTime = laps.isEmpty() ? 0 : laps.get(0).getAccumulatedTime(); in addLap() 156 laps.add(0, lap); in addLap() 193 final List<Lap> laps = getLaps(); in getLongestLapTime() local 194 if (!laps.isEmpty()) { in getLongestLapTime() 202 final long currentLapTime = stopwatch.getTotalTime() - laps.get(0).getAccumulatedTime(); in getLongestLapTime()
|
D | StopwatchDAO.java | 101 final List<Lap> laps = new ArrayList<>(lapCount); in getLaps() local 115 laps.add(new Lap(lapNumber, lapTime, accumulatedTime)); in getLaps() 122 Collections.reverse(laps); in getLaps() 124 return laps; in getLaps()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | LapsAdapter.java | 115 final List<Lap> laps = getLaps(); in getItemId() local 117 return laps.size() + 1; in getItemId() 120 return laps.get(position - 1).getLapNumber(); in getItemId() 192 final List<Lap> laps = getLaps(); in getShareText() local 193 if (!laps.isEmpty()) { in getShareText() 200 for (int i = laps.size() - 1; i >= 0; i--) { in getShareText() 201 final Lap lap = laps.get(i); in getShareText() 210 builder.append(laps.size() + 1); in getShareText()
|
D | StopwatchCircleView.java | 113 final List<Lap> laps = getLaps(); in onDraw() local 116 if (laps.isEmpty() || !DataModel.getDataModel().canAddMoreLaps()) { in onDraw() 126 final int lapCount = laps.size(); in onDraw() 127 final Lap firstLap = laps.get(lapCount - 1); in onDraw() 128 final Lap priorLap = laps.get(0); in onDraw()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |