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 595 TouchState& touchState = mTouchStates.editItemAt(index);
596 touchState.initialize(deviceId, source);
597 touchState.addHistory(msg);
604 TouchState& touchState = mTouchStates.editItemAt(index);
605 touchState.addHistory(msg);
606 if (eventTime < touchState.lastResample.eventTime) {
607 rewriteMessage(touchState, msg);
609 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 113 milliseconds