Searched refs:mShiftKey (Results 1 – 1 of 1) sorted by relevance
32 private Key mShiftKey; field in LatinKeyboard136 mShiftKey = getKeys().get(index); in enableShiftLock()137 if (mShiftKey instanceof LatinKey) { in enableShiftLock()138 ((LatinKey)mShiftKey).enableShiftLock(); in enableShiftLock()140 mOldShiftIcon = mShiftKey.icon; in enableShiftLock()141 mOldShiftPreviewIcon = mShiftKey.iconPreview; in enableShiftLock()146 if (mShiftKey != null) { in setShiftLocked()148 mShiftKey.on = true; in setShiftLocked()149 mShiftKey.icon = mShiftLockIcon; in setShiftLocked()152 mShiftKey.on = false; in setShiftLocked()[all …]