Home | History | Annotate | Download | only in view

Lines Matching refs:mMetaState

1272     private int mMetaState;
1404 mMetaState = metaState;
1432 mMetaState = metaState;
1462 mMetaState = metaState;
1494 mMetaState = metaState;
1534 mMetaState = origEvent.mMetaState;
1560 mMetaState = origEvent.mMetaState;
1597 ev.mMetaState = metaState;
1618 ev.mMetaState = other.mMetaState;
1706 mMetaState = origEvent.mMetaState;
1875 return mMetaState;
1895 return normalizeMetaState(mMetaState) & META_MODIFIER_MASK;
2142 return metaStateHasNoModifiers(mMetaState);
2173 return metaStateHasModifiers(mMetaState, modifiers);
2186 return (mMetaState & META_ALT_ON) != 0;
2199 return (mMetaState & META_SHIFT_ON) != 0;
2211 return (mMetaState & META_SYM_ON) != 0;
2224 return (mMetaState & META_CTRL_ON) != 0;
2237 return (mMetaState & META_META_ON) != 0;
2249 return (mMetaState & META_FUNCTION_ON) != 0;
2261 return (mMetaState & META_CAPS_LOCK_ON) != 0;
2273 return (mMetaState & META_NUM_LOCK_ON) != 0;
2285 return (mMetaState & META_SCROLL_LOCK_ON) != 0;
2480 return getUnicodeChar(mMetaState);
2758 msg.append(", metaState=").append(metaStateToString(mMetaState));
2891 mMetaState = in.readInt();
2906 out.writeInt(mMetaState);