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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 414 final int activePointerId = mActivePointerId;
415 if (activePointerId == INVALID_POINTER) {
420 final int pointerIndex = ev.findPointerIndex(activePointerId);
    [all...]
ScrollView.java 412 final int activePointerId = mActivePointerId;
413 if (activePointerId == INVALID_POINTER) {
418 final int pointerIndex = ev.findPointerIndex(activePointerId);
    [all...]

Completed in 77 milliseconds