HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_ACTION_POINTER_INDEX_MASK (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeAndroidInput.java 138 * AMOTION_EVENT_ACTION_POINTER_INDEX_MASK.
152 static final int AMOTION_EVENT_ACTION_POINTER_INDEX_MASK = 0xff00;
177 * A non-primary pointer has gone down. The bits in AMOTION_EVENT_ACTION_POINTER_INDEX_MASK
182 * A non-primary pointer has gone up. The bits in AMOTION_EVENT_ACTION_POINTER_INDEX_MASK indicate
    [all...]
NativeInput.java 12 import static org.robolectric.shadows.NativeAndroidInput.AMOTION_EVENT_ACTION_POINTER_INDEX_MASK;
314 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)

Completed in 49 milliseconds