Searched defs:initialDown (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3627 bool initialDown = keyEntry->action == AKEY_EVENT_ACTION_DOWN local
3629 if (fallbackKeyCode == -1 && !initialDown) {
3664 if (initialDown) {
H A DInputReader.cpp3785 bool initialDown = mLastRawPointerData.pointerCount == 0 local
3788 if (initialDown || buttonsPressed) {

Completed in 81 milliseconds