OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHardAlt
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
92
private int
mHardAlt
;
318
mHardAlt
= 0;
511
if (++
mHardAlt
> 2) {
mHardAlt
= 0; }
601
if ((mHardShift > 0 &&
mHardAlt
> 0) || (ev.isAltPressed() && ev.isShiftPressed())) {
607
if(
mHardAlt
== 1){
611
if (
mHardAlt
== 1) {
612
mHardAlt
= 0;
630
if (mHardShift== 0 &&
mHardAlt
== 0) {
641
| mAltKeyToggle[
mHardAlt
]));
[
all
...]
OpenWnnJAJP.java
395
private int
mHardAlt
;
562
mHardAlt
= 0;
[
all
...]
Completed in 2838 milliseconds