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

1 2 3

  /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/support/design/src/android/support/design/widget/
HeaderBehavior.java 37 private static final int INVALID_POINTER = -1;
43 private int mActivePointerId = INVALID_POINTER;
82 if (activePointerId == INVALID_POINTER) {
103 mActivePointerId = INVALID_POINTER;
177 mActivePointerId = INVALID_POINTER;
BottomSheetBehavior.java 581 mActivePointerId = ViewDragHelper.INVALID_POINTER;
  /frameworks/base/core/java/android/widget/
StackView.java 107 private static final int INVALID_POINTER = -1;
196 mActivePointerId = INVALID_POINTER;
623 if (mActivePointerId == INVALID_POINTER) {
632 if (pointerIndex == INVALID_POINTER) {
649 mActivePointerId = INVALID_POINTER;
714 if (pointerIndex == INVALID_POINTER) {
758 mActivePointerId = INVALID_POINTER;
    [all...]
HorizontalScrollView.java 135 private int mActivePointerId = INVALID_POINTER;
141 private static final int INVALID_POINTER = -1;
481 if (activePointerId == INVALID_POINTER) {
536 mActivePointerId = INVALID_POINTER;
671 mActivePointerId = INVALID_POINTER;
686 mActivePointerId = INVALID_POINTER;
    [all...]
ScrollView.java 141 private int mActivePointerId = INVALID_POINTER;
163 private static final int INVALID_POINTER = -1;
515 if (activePointerId == INVALID_POINTER) {
582 mActivePointerId = INVALID_POINTER;
729 mActivePointerId = INVALID_POINTER;
738 mActivePointerId = INVALID_POINTER;
    [all...]
AbsListView.java 649 private int mActivePointerId = INVALID_POINTER;
655 private static final int INVALID_POINTER = -1;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
ViewDragHelper.java 45 public static final int INVALID_POINTER = -1;
116 private int mActivePointerId = INVALID_POINTER;
176 * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
483 * or {@link #INVALID_POINTER}.
501 mActivePointerId = INVALID_POINTER;
543 mActivePointerId = INVALID_POINTER;
    [all...]
SwipeRefreshLayout.java 85 private static final int INVALID_POINTER = -1;
127 private int mActivePointerId = INVALID_POINTER;
734 if (mActivePointerId == INVALID_POINTER) {
754 mActivePointerId = INVALID_POINTER;
    [all...]
NestedScrollView.java 153 private int mActivePointerId = INVALID_POINTER;
166 private static final int INVALID_POINTER = -1;
639 if (activePointerId == INVALID_POINTER) {
701 mActivePointerId = INVALID_POINTER;
847 mActivePointerId = INVALID_POINTER;
857 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/base/core/java/com/android/internal/widget/
ViewPager.java 166 private int mActivePointerId = INVALID_POINTER;
171 private static final int INVALID_POINTER = -1;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 144 protected static final int INVALID_POINTER = -1;
146 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 210 private int mActivePointerId = INVALID_POINTER;
215 private static final int INVALID_POINTER = -1;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 106 private static final int INVALID_POINTER = -1;
129 private int mActivePointerId = INVALID_POINTER;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 384 private static final int INVALID_POINTER = -1;
408 private int mScrollPointerId = INVALID_POINTER;
    [all...]
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1547 milliseconds

1 2 3