• Home
  • Raw
  • Download

Lines Matching refs:mLastCookedState

3174 …  dump += StringPrintf(INDENT3 "Last Cooked Button State: 0x%08x\n", mLastCookedState.buttonState);  in dump()
3176 mLastCookedState.cookedPointerData.pointerCount); in dump()
3177 for (uint32_t i = 0; i < mLastCookedState.cookedPointerData.pointerCount; i++) { in dump()
3179 mLastCookedState.cookedPointerData.pointerProperties[i]; in dump()
3180 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump()
3197 toString(mLastCookedState.cookedPointerData.isHovering(i))); in dump()
4277 mLastCookedState.clear(); in reset()
4468 mLastCookedState.buttonState, mCurrentCookedState.buttonState); in cookAndDispatch()
4542 mLastCookedState.buttonState, mCurrentCookedState.buttonState); in cookAndDispatch()
4550 mLastCookedState.copyFrom(mCurrentCookedState); in cookAndDispatch()
4561 const CookedPointerData& lastPointerData = mLastCookedState.cookedPointerData; in applyExternalStylusTouchState()
4782 BitSet32 lastIdBits = mLastCookedState.cookedPointerData.touchingIdBits; in dispatchTouches()
4814 mLastCookedState.cookedPointerData.pointerProperties, in dispatchTouches()
4815 mLastCookedState.cookedPointerData.pointerCoords, in dispatchTouches()
4816 mLastCookedState.cookedPointerData.idToIndex, in dispatchTouches()
4818 if (buttonState != mLastCookedState.buttonState) { in dispatchTouches()
4829 mLastCookedState.cookedPointerData.pointerProperties, in dispatchTouches()
4830 mLastCookedState.cookedPointerData.pointerCoords, in dispatchTouches()
4831 mLastCookedState.cookedPointerData.idToIndex, in dispatchTouches()
4877 AMOTION_EVENT_ACTION_HOVER_EXIT, 0, 0, metaState, mLastCookedState.buttonState, 0, in dispatchHoverExit()
4878 mLastCookedState.deviceTimestamp, in dispatchHoverExit()
4879 mLastCookedState.cookedPointerData.pointerProperties, in dispatchHoverExit()
4880 mLastCookedState.cookedPointerData.pointerCoords, in dispatchHoverExit()
4881 mLastCookedState.cookedPointerData.idToIndex, in dispatchHoverExit()
4882 mLastCookedState.cookedPointerData.hoveringIdBits, -1, in dispatchHoverExit()
4917 BitSet32 releasedButtons(mLastCookedState.buttonState & ~mCurrentCookedState.buttonState); in dispatchButtonRelease()
4918 const BitSet32& idBits = findActiveIdBits(mLastCookedState.cookedPointerData); in dispatchButtonRelease()
4920 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonRelease()
4936 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchButtonPress()
4939 int32_t buttonState = mLastCookedState.buttonState; in dispatchButtonPress()
5348 if (buttonState != mLastCookedState.buttonState) { in dispatchPointerGestures()
5542 const uint32_t lastFingerCount = mLastCookedState.fingerIdBits.count(); in preparePointerGestures()
5684 if (activeTouchId >= 0 && mLastCookedState.fingerIdBits.hasBit(activeTouchId)) { in preparePointerGestures()
5825 if (mLastCookedState.fingerIdBits.hasBit(activeTouchId)) { in preparePointerGestures()
5950 BitSet32 commonIdBits(mLastCookedState.fingerIdBits.value in preparePointerGestures()
6149 mappedTouchIdBits.value = mLastCookedState.fingerIdBits.value in preparePointerGestures()
6155 for (BitSet32 upTouchIdBits(mLastCookedState.fingerIdBits.value in preparePointerGestures()
6311 if (mLastCookedState.mouseIdBits.hasBit(id)) { in dispatchPointerMouse()