HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_POINTER (Results 1 - 25 of 54) 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 36 private static final int INVALID_POINTER = -1;
42 private int mActivePointerId = INVALID_POINTER;
81 if (activePointerId == INVALID_POINTER) {
102 mActivePointerId = INVALID_POINTER;
175 mActivePointerId = INVALID_POINTER;
BottomSheetBehavior.java 579 mActivePointerId = ViewDragHelper.INVALID_POINTER;
  /external/ltp/testcases/kernel/syscalls/mbind/
mbind01.c 79 INVALID_POINTER,
169 .ttype = INVALID_POINTER,
237 if (tc->ttype == INVALID_POINTER)
244 else if (tc->ttype == INVALID_POINTER)
  /external/ltp/testcases/kernel/syscalls/get_mempolicy/
get_mempolicy01.c 78 INVALID_POINTER,
178 .ttype = INVALID_POINTER,
290 if (tc->ttype == 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 138 private int mActivePointerId = INVALID_POINTER;
144 private static final int INVALID_POINTER = -1;
489 if (activePointerId == INVALID_POINTER) {
544 mActivePointerId = INVALID_POINTER;
679 mActivePointerId = INVALID_POINTER;
694 mActivePointerId = INVALID_POINTER;
    [all...]
ScrollView.java 146 private int mActivePointerId = INVALID_POINTER;
168 private static final int INVALID_POINTER = -1;
525 if (activePointerId == INVALID_POINTER) {
592 mActivePointerId = INVALID_POINTER;
739 mActivePointerId = INVALID_POINTER;
748 mActivePointerId = INVALID_POINTER;
    [all...]
AbsListView.java 653 private int mActivePointerId = INVALID_POINTER;
659 private static final int INVALID_POINTER = -1;
    [all...]
  /frameworks/support/core-ui/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
482 * or {@link #INVALID_POINTER}.
500 mActivePointerId = INVALID_POINTER;
542 mActivePointerId = INVALID_POINTER;
    [all...]
SwipeRefreshLayout.java 84 private static final int INVALID_POINTER = -1;
126 private int mActivePointerId = INVALID_POINTER;
707 if (mActivePointerId == INVALID_POINTER) {
727 mActivePointerId = INVALID_POINTER;
    [all...]
NestedScrollView.java 152 private int mActivePointerId = INVALID_POINTER;
167 private static final int INVALID_POINTER = -1;
668 if (activePointerId == INVALID_POINTER) {
730 mActivePointerId = INVALID_POINTER;
874 mActivePointerId = INVALID_POINTER;
884 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...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
DragLayout.java 170 && mDragHelper.getActivePointerId() != ViewDragHelper.INVALID_POINTER
  /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...]
RecyclerView.java 396 private static final int INVALID_POINTER = -1;
422 private int mScrollPointerId = INVALID_POINTER;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 139 protected static final int INVALID_POINTER = -1;
141 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 201 private int mActivePointerId = INVALID_POINTER;
206 private static final int INVALID_POINTER = -1;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 115 private static final int INVALID_POINTER = -1;
139 private int mActivePointerId = INVALID_POINTER;
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 416 private static final int INVALID_POINTER = -1;
442 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 

Completed in 811 milliseconds

1 2 3