Searched refs:mPointersDown (Results 1 – 1 of 1) sorted by relevance
127 private int mPointersDown; field in ViewDragHelper800 mPointersDown = 0; in clearMotionHistory()814 mPointersDown &= ~(1 << pointerId); in clearMotionHistory()852 mPointersDown |= 1 << pointerId; in saveInitialMotion()884 return (mPointersDown & 1 << pointerId) != 0; in isPointerDown()