HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_POINTER (Results 1 - 25 of 35) sorted by null

1 2

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 31 private static final int INVALID_POINTER = -1;
51 private int mA = INVALID_POINTER;
52 private int mB = INVALID_POINTER;
141 if (mB == INVALID_POINTER) {
149 mB = INVALID_POINTER;
156 mB = INVALID_POINTER;
161 if (mA != INVALID_POINTER) {
186 if (mManualImageRotation && mB != INVALID_POINTER) {
200 if (mA != INVALID_POINTER) {
227 mA = INVALID_POINTER;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 56 private static final int INVALID_POINTER = -1;
127 mActivePointerId = INVALID_POINTER;
134 if (activePointerId == INVALID_POINTER) {
  /frameworks/base/core/java/android/widget/
StackView.java 108 private static final int INVALID_POINTER = -1;
190 mActivePointerId = INVALID_POINTER;
617 if (mActivePointerId == INVALID_POINTER) {
626 if (pointerIndex == INVALID_POINTER) {
643 mActivePointerId = INVALID_POINTER;
708 if (pointerIndex == INVALID_POINTER) {
752 mActivePointerId = INVALID_POINTER;
    [all...]
HorizontalScrollView.java 128 private int mActivePointerId = INVALID_POINTER;
134 private static final int INVALID_POINTER = -1;
455 if (activePointerId == INVALID_POINTER) {
510 mActivePointerId = INVALID_POINTER;
642 mActivePointerId = INVALID_POINTER;
657 mActivePointerId = INVALID_POINTER;
    [all...]
ScrollView.java 135 private int mActivePointerId = INVALID_POINTER;
150 private static final int INVALID_POINTER = -1;
485 if (activePointerId == INVALID_POINTER) {
548 mActivePointerId = INVALID_POINTER;
678 mActivePointerId = INVALID_POINTER;
687 mActivePointerId = INVALID_POINTER;
    [all...]
AbsListView.java 596 private int mActivePointerId = INVALID_POINTER;
602 private static final int INVALID_POINTER = -1;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 128 private int mActivePointerId = INVALID_POINTER;
143 private static final int INVALID_POINTER = -1;
525 if (activePointerId == INVALID_POINTER) {
598 mActivePointerId = INVALID_POINTER;
711 mActivePointerId = INVALID_POINTER;
738 mActivePointerId = INVALID_POINTER;
745 mActivePointerId = INVALID_POINTER;
757 mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 97 private int mActivePointerId = INVALID_POINTER;
98 private static final int INVALID_POINTER = -1;
568 if (!mIsBouncing && mActivePointerId == INVALID_POINTER
586 mActivePointerId = INVALID_POINTER;
600 mActivePointerId = INVALID_POINTER;
647 && mActivePointerId == INVALID_POINTER
    [all...]
PagedView.java 161 protected static final int INVALID_POINTER = -1;
163 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 44 public static final int INVALID_POINTER = -1;
115 private int mActivePointerId = INVALID_POINTER;
175 * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
480 * or {@link #INVALID_POINTER}.
498 mActivePointerId = INVALID_POINTER;
540 mActivePointerId = INVALID_POINTER;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 147 protected static final int INVALID_POINTER = -1;
149 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 180 private int mActivePointerId = INVALID_POINTER;
185 private static final int INVALID_POINTER = -1;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/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/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/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 

Completed in 282 milliseconds

1 2