Searched refs:shiftLocked (Results 1 – 1 of 1) sorted by relevance
237 private void setShiftLocked(final boolean shiftLocked) { in setShiftLocked() argument239 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this); in setShiftLocked()242 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked() in setShiftLocked()246 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) { in setShiftLocked()249 mAlphabetShiftState.setShiftLocked(shiftLocked); in setShiftLocked()