Home | History | Annotate | Download | only in view

Lines Matching defs:mMetaState

1182     private int mMetaState;
1313 mMetaState = metaState;
1341 mMetaState = metaState;
1371 mMetaState = metaState;
1403 mMetaState = metaState;
1443 mMetaState = origEvent.mMetaState;
1469 mMetaState = origEvent.mMetaState;
1506 ev.mMetaState = metaState;
1527 ev.mMetaState = other.mMetaState;
1615 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;
2490 return getUnicodeChar(mMetaState);
2768 msg.append(", metaState=").append(metaStateToString(mMetaState));
2897 mMetaState = in.readInt();
2912 out.writeInt(mMetaState);