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

1 2

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 33 private static final int INVALID_POINTER = -1;
54 private int mA = INVALID_POINTER;
55 private int mB = INVALID_POINTER;
168 if (mB == INVALID_POINTER) {
176 mB = INVALID_POINTER;
183 mB = INVALID_POINTER;
188 if (mA != INVALID_POINTER) {
216 if (mManualImageRotation && mB != INVALID_POINTER) {
227 if (mA != INVALID_POINTER) {
248 mA = INVALID_POINTER;
    [all...]
  /frameworks/ex/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 55 private static final int INVALID_POINTER = -1;
126 mActivePointerId = INVALID_POINTER;
133 if (activePointerId == INVALID_POINTER) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 55 private static final int INVALID_POINTER = -1;
126 mActivePointerId = INVALID_POINTER;
133 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...]
  /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 171 private int mActivePointerId = INVALID_POINTER;
176 private static final int INVALID_POINTER = -1;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
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 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 

Completed in 444 milliseconds

1 2