Searched refs:AMOTION_EVENT_ACTION_POINTER_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
152 static final int AMOTION_EVENT_ACTION_POINTER_INDEX_MASK = 0xff00; field in NativeAndroidInput
12 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_ACTION_POINTER_INDEX_MASK;314 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()