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

  /external/skia/src/gpu/
app-android.cpp 40 enum TouchState {
64 void handleTouch(void*, TouchState, float x, float y);
223 void State::handleTouch(void* owner, TouchState state, float x, float y) {
373 get_state()->handleTouch(int2ptr(id), (TouchState)type, x, y);
  /frameworks/base/include/androidfw/
InputTransport.h 372 struct TouchState {
401 Vector<TouchState> mTouchStates;
419 void rewriteMessage(const TouchState& state, InputMessage* msg);
  /frameworks/base/libs/androidfw/
InputTransport.cpp 585 TouchState& touchState = mTouchStates.editItemAt(index);
586 touchState.initialize(deviceId, source);
587 touchState.addHistory(msg);
594 TouchState& touchState = mTouchStates.editItemAt(index);
595 touchState.addHistory(msg);
596 if (eventTime < touchState.lastResample.eventTime) {
597 rewriteMessage(touchState, msg);
599 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h     [all...]
InputDispatcher.cpp     [all...]

Completed in 877 milliseconds