Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_POINTER_INDEX_MASK

230      * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
241 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
314 public static final int ACTION_POINTER_INDEX_MASK = 0xff00;
318 * defined by {@link #ACTION_POINTER_INDEX_MASK}.
325 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
332 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
339 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
346 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
353 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
360 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
367 * @deprecated Renamed to {@link #ACTION_POINTER_INDEX_MASK} to match
1724 return (nativeGetAction(mNativePtr) & ACTION_POINTER_INDEX_MASK)
2909 final int oldActionPointerIndex = (oldAction & ACTION_POINTER_INDEX_MASK)
3035 int index = (action & ACTION_POINTER_INDEX_MASK) >> ACTION_POINTER_INDEX_SHIFT;