Searched refs:mPointersDown (Results 1 – 1 of 1) sorted by relevance
124 private int mPointersDown; field in ViewDragHelper788 mPointersDown = 0; in clearMotionHistory()802 mPointersDown &= ~(1 << pointerId); in clearMotionHistory()840 mPointersDown |= 1 << pointerId; in saveInitialMotion()872 return (mPointersDown & 1 << pointerId) != 0; in isPointerDown()