Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:oldKeyIndex

851         int oldKeyIndex = mCurrentKeyIndex;
857 if (oldKeyIndex != mCurrentKeyIndex) {
858 if (oldKeyIndex != NOT_A_KEY && keys.length > oldKeyIndex) {
859 Key oldKey = keys[oldKeyIndex];
861 invalidateKey(oldKeyIndex);
882 if (oldKeyIndex != mCurrentKeyIndex && mShowPreview) {