Home
last modified time | relevance | path

Searched refs:shouldDropVirtualKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h380 virtual bool shouldDropVirtualKey(nsecs_t now,
456 virtual bool shouldDropVirtualKey(nsecs_t now,
DInputReader.cpp977 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
2432 && mContext->shouldDropVirtualKey(when, in processKey()
4667 mCurrentVirtualKey.ignored = mContext->shouldDropVirtualKey( in consumeRawTouches()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp873 virtual bool shouldDropVirtualKey(nsecs_t, InputDevice*, int32_t, int32_t) { in shouldDropVirtualKey() function in android::FakeInputReaderContext