Searched refs:mInputPointer (Results 1 – 1 of 1) sorted by relevance
53 private int mInputPointer = -1; field in TimerSetupView238 if (mInputPointer == -1 && digit == 0) { in append()243 if (mInputPointer == mInput.length - 1) { in append()248 System.arraycopy(mInput, 0, mInput, 1, mInputPointer + 1); in append()250 mInputPointer++; in append()259 if (mInputPointer == 0) { in append()267 if (mInputPointer < 0) { in delete()271 System.arraycopy(mInput, 1, mInput, 0, mInputPointer); in delete()272 mInput[mInputPointer] = 0; in delete()273 mInputPointer--; in delete()[all …]