Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerSetupView.kt50 private var mInputPointer = -1 regex
223 mInputPointer++
232 if (mInputPointer == 0) {
240 if (mInputPointer < 0) {
245 mInput[mInputPointer] = 0
246 mInputPointer--
250 if (mInputPointer >= 0) {
259 if (mInputPointer == -1) {
266 if (mInputPointer != -1) {
268 mInputPointer = -1
[all …]