Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h387 virtual bool shouldDropVirtualKey(nsecs_t now,
456 virtual bool shouldDropVirtualKey(nsecs_t now,
DInputReader.cpp806 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
2133 && mContext->shouldDropVirtualKey(when, in processKey()
3955 mCurrentVirtualKey.ignored = mContext->shouldDropVirtualKey( in consumeRawTouches()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp769 virtual bool shouldDropVirtualKey(nsecs_t now, in shouldDropVirtualKey() function in android::FakeInputReaderContext