Searched refs:mLastCookedState (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1242 CookedState mLastCookedState; variable