Home | History | Annotate | Download | only in view

Lines Matching refs:mMetaState

1286     private int mMetaState;
1418 mMetaState = metaState;
1446 mMetaState = metaState;
1476 mMetaState = metaState;
1508 mMetaState = metaState;
1548 mMetaState = origEvent.mMetaState;
1574 mMetaState = origEvent.mMetaState;
1611 ev.mMetaState = metaState;
1632 ev.mMetaState = other.mMetaState;
1720 mMetaState = origEvent.mMetaState;
1889 return mMetaState;
1909 return normalizeMetaState(mMetaState) & META_MODIFIER_MASK;
2156 return metaStateHasNoModifiers(mMetaState);
2187 return metaStateHasModifiers(mMetaState, modifiers);
2200 return (mMetaState & META_ALT_ON) != 0;
2213 return (mMetaState & META_SHIFT_ON) != 0;
2225 return (mMetaState & META_SYM_ON) != 0;
2238 return (mMetaState & META_CTRL_ON) != 0;
2251 return (mMetaState & META_META_ON) != 0;
2263 return (mMetaState & META_FUNCTION_ON) != 0;
2275 return (mMetaState & META_CAPS_LOCK_ON) != 0;
2287 return (mMetaState & META_NUM_LOCK_ON) != 0;
2299 return (mMetaState & META_SCROLL_LOCK_ON) != 0;
2494 return getUnicodeChar(mMetaState);
2772 msg.append(", metaState=").append(metaStateToString(mMetaState));
2905 mMetaState = in.readInt();
2920 out.writeInt(mMetaState);