HomeSort by relevance Sort by last modified time
    Searched refs:touchState (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/input/
InputTransport.cpp 594 TouchState& touchState = mTouchStates.editItemAt(index);
595 touchState.initialize(deviceId, source);
596 touchState.addHistory(msg);
603 TouchState& touchState = mTouchStates.editItemAt(index);
604 touchState.addHistory(msg);
605 if (eventTime < touchState.lastResample.eventTime) {
606 rewriteMessage(touchState, msg);
608 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 2403 milliseconds