/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | StopwatchModel.kt | 121 val laps: List<Lap> constant in com.android.deskclock.data.StopwatchModel 133 val laps: MutableList<Lap> = mutableLaps in addLap() constant 135 val lapNumber = laps.size + 1 in addLap() 138 val prevAccumulatedTime = if (laps.isEmpty()) 0 else laps[0].accumulatedTime in addLap() 142 laps.add(0, lap) in addLap() 169 fun canAddMoreLaps(): Boolean = laps.size < 98 in canAddMoreLaps() 178 val laps = laps in canAddMoreLaps() constant in com.android.deskclock.data.StopwatchModel 179 if (laps.isNotEmpty()) { in canAddMoreLaps() 181 for (lap in laps) { in canAddMoreLaps() 187 val currentLapTime = stopwatch.totalTime - laps[0].accumulatedTime in canAddMoreLaps() [all …]
|
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.kt | 90 val laps: MutableList<Lap> = mutableListOf() in getLaps() constant 104 laps.add(Lap(lapNumber, lapTime, accumulatedTime)) in getLaps() 111 laps.reverse() in getLaps() 113 return laps in getLaps()
|
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()
|
D | DataModel.kt | 789 val laps: List<Lap> constant in com.android.deskclock.data.DataModel 792 return mStopwatchModel!!.laps
|
D | StopwatchNotificationBuilder.kt | 102 val lapCount = DataModel.dataModel.laps.size in build()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | LapsAdapter.kt | 65 val lapCount = laps.size in getItemCount() 81 val lap = if (position == 0) null else laps[position - 1] in onBindViewHolder() 91 lapNumber = laps.size + 1 in onBindViewHolder() 97 viewHolder.lapNumber.setText(formatLapNumber(laps.size + 1, lapNumber)) in onBindViewHolder() 101 val laps = laps in getItemId() constant 103 (laps.size + 1).toLong() in getItemId() 105 laps[position - 1].lapNumber.toLong() in getItemId() 178 val laps = laps constant 179 if (laps.isNotEmpty()) { 186 for (i in laps.indices.reversed()) { [all …]
|
D | StopwatchCircleView.kt | 109 val laps = laps in onDraw() constant 112 if (laps.isEmpty() || !DataModel.dataModel.canAddMoreLaps()) { in onDraw() 122 val lapCount = laps.size in onDraw() 123 val firstLap = laps[lapCount - 1] in onDraw() 124 val priorLap = laps[0] in onDraw() 169 private val laps: List<Lap> constant 170 get() = DataModel.dataModel.laps
|
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_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
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, ... |