Home | History | Annotate | Download | only in openwnn

Lines Matching refs:MetaKeyKeyListener

40 import android.text.method.MetaKeyKeyListener;
375 private static final int[] mShiftKeyToggle = {0, MetaKeyKeyListener.META_SHIFT_ON, MetaKeyKeyListener.META_CAP_LOCKED};
378 private static final int[] mAltKeyToggle = {0, MetaKeyKeyListener.META_ALT_ON, MetaKeyKeyListener.META_ALT_LOCKED};
948 int charCode = ev.getUnicodeChar(MetaKeyKeyListener.META_SHIFT_ON | MetaKeyKeyListener.META_ALT_ON);
984 str = createStrSegment(ev.getUnicodeChar(MetaKeyKeyListener.META_SHIFT_ON));