OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newKeyboard
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java
484
Keyboard
newKeyboard
= getShiftChangeKeyboard(KEYBOARD_SHIFT_ON);
485
if (
newKeyboard
!= null) {
487
changeKeyboard(
newKeyboard
);
492
Keyboard
newKeyboard
= getShiftChangeKeyboard(KEYBOARD_SHIFT_OFF);
493
if (
newKeyboard
!= null) {
495
changeKeyboard(
newKeyboard
);
719
Keyboard
newKeyboard
= getKeyboardInputed(false);
720
if (mCurrentKeyboard !=
newKeyboard
) {
721
changeKeyboard(
newKeyboard
);
728
Keyboard
newKeyboard
= getKeyboardInputed(true)
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java
644
Keyboard
newKeyboard
= getShiftChangeKeyboard(shifted);
645
if (
newKeyboard
!= null) {
647
changeKeyboard(
newKeyboard
);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h
912
BOOL
newKeyboard
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h
912
BOOL
newKeyboard
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h
912
BOOL
newKeyboard
;
Completed in 527 milliseconds