HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_POINTER_INDEX_MASK (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 143 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_MASK}.
145 public static final int ACTION_POINTER_INDEX_MASK = 0xff00;
191 return (event.getAction() & ACTION_POINTER_INDEX_MASK)
  /frameworks/base/core/java/android/view/
MotionEvent.java 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 th
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 

Completed in 54 milliseconds

1 2