/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 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 | 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 | DataModel.kt | 788 val laps: List<Lap> constant in com.android.deskclock.data.DataModel 791 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
|
/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 |
|
D | nb_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
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, ... |