Searched refs:mPointersDown (Results 1 – 1 of 1) sorted by relevance
123 private int mPointersDown; field in ViewDragHelper789 mPointersDown = 0; in clearMotionHistory()803 mPointersDown &= ~(1 << pointerId); in clearMotionHistory()841 mPointersDown |= 1 << pointerId; in saveInitialMotion()873 return (mPointersDown & 1 << pointerId) != 0; in isPointerDown()