Home
last modified time | relevance | path

Searched refs:laps (Results 1 – 13 of 13) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt121 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
179 if (laps.isNotEmpty()) { in canAddMoreLaps()
181 for (lap in laps) { in canAddMoreLaps()
187 val currentLapTime = stopwatch.totalTime - laps[0].accumulatedTime in canAddMoreLaps()
[all …]
DStopwatchDAO.kt90 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()
DDataModel.kt788 val laps: List<Lap> constant in com.android.deskclock.data.DataModel
791 return mStopwatchModel!!.laps
DStopwatchNotificationBuilder.kt102 val lapCount = DataModel.dataModel.laps.size in build()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.kt65 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 …]
DStopwatchCircleView.kt109 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
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Dnb_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...