HomeSort by relevance Sort by last modified time
    Searched refs:activePointerId (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 456 final int activePointerId = mActivePointerId;
457 if (activePointerId == INVALID_POINTER) {
462 final int pointerIndex = ev.findPointerIndex(activePointerId);
    [all...]
ScrollView.java 468 final int activePointerId = mActivePointerId;
469 if (activePointerId == INVALID_POINTER) {
474 final int pointerIndex = ev.findPointerIndex(activePointerId);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 524 final int activePointerId = mActivePointerId;
525 if (activePointerId == INVALID_POINTER) {
531 final int pointerIndex = ev.findPointerIndex(activePointerId);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 804 milliseconds