Searched refs:mPointerIdBits (Results 1 – 5 of 5) sorted by relevance
247 for (BitSet32 idBits(mPointerIdBits); !idBits.isEmpty();) { in getActiveBitId()326 for (BitSet32 idBits(mPointerIdBits); !idBits.isEmpty();) { in syncTouch()333 if (id < 0 && !mPointerIdBits.isFull()) { in syncTouch()334 id = mPointerIdBits.markFirstUnmarkedBit(); in syncTouch()353 mPointerIdBits = newPointerIdBits; in syncTouch()
119 BitSet32 mPointerIdBits; variable
1486 private int mPointerIdBits; field in TouchExplorer.SendHoverEnterAndMoveDelayed1493 mPointerIdBits = pointerIdBits; in post()1515 mPointerIdBits = -1; in clear()1560 mPointerIdBits, in run()1575 mPointerIdBits, in run() local1588 mPointerIdBits = pointerIdBits; in setPointerIdBits()1601 private int mPointerIdBits; field in TouchExplorer.SendHoverExitDelayed1609 mPointerIdBits = pointerIdBits; in post()1634 mPointerIdBits = -1; in clear()1652 mPrototype, ACTION_HOVER_EXIT, mRawEvent, mPointerIdBits, mPolicyFlags); in run()
772 mPointerIdBits.clear(); in clear()776 mPointerIdBits.value &= ~idBits.value; in clearPointers()787 if (mPointerIdBits.hasBit(id)) { in addMovement()794 mPointerIdBits = idBits; in addMovement()801 if (mPointerIdBits.hasBit(id)) { in getEstimator()
241 BitSet32 mPointerIdBits; variable