OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setShiftLocked
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
133
mAlphabetShiftState.
setShiftLocked
(false);
180
setShiftLocked
(state.mIsAlphabetShiftLocked);
237
private void
setShiftLocked
(final boolean shiftLocked) {
239
Log.d(TAG, "
setShiftLocked
: shiftLocked=" + shiftLocked + " " + this);
249
mAlphabetShiftState.
setShiftLocked
(shiftLocked);
269
setShiftLocked
(true);
287
setShiftLocked
(true);
323
mAlphabetShiftState.
setShiftLocked
(false);
336
mAlphabetShiftState.
setShiftLocked
(false);
349
mAlphabetShiftState.
setShiftLocked
(false)
[
all
...]
AlphabetShiftState.java
64
public void
setShiftLocked
(boolean newShiftLockState) {
79
Log.d(TAG, "
setShiftLocked
(" + newShiftLockState + "): " + toString(oldState)
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java
138
* Allows shiftlock to be turned on. See {@link #
setShiftLocked
(boolean)}
162
void
setShiftLocked
(boolean shiftLocked) {
PasswordEntryKeyboardHelper.java
288
next.
setShiftLocked
(mKeyboardState == KEYBOARD_STATE_CAPSLOCK);
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
Completed in 1178 milliseconds