Searched defs:historyCurrent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/include/androidfw/
H A DInputTransport.h375 size_t historyCurrent; member in struct:android::InputConsumer::TouchState
383 historyCurrent = 0;
390 historyCurrent ^= 1;
394 history[historyCurrent].initializeFrom(msg);
398 return &history[(historyCurrent + index) & 1];

Completed in 5 milliseconds