Searched refs:AMOTION_EVENT_ACTION_MASK (Results 1 – 2 of 2) sorted by relevance
145 static final int AMOTION_EVENT_ACTION_MASK = 0xff; field in NativeAndroidInput
8 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_ACTION_MASK;310 return mAction & AMOTION_EVENT_ACTION_MASK; in getActionMasked()798 switch (action & AMOTION_EVENT_ACTION_MASK) { in isTouchEvent()