Searched defs:shouldDropVirtualKey (Results 1 – 2 of 2) sorted by relevance
| /frameworks/native/services/inputflinger/reader/ | ||
| D | InputReader.cpp | 741 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, int32_t keyCode, in shouldDropVirtualKey() function in android::InputReader::ContextImpl |
| /frameworks/native/services/inputflinger/tests/ | ||
| D | InputReader_test.cpp | 914 virtual bool shouldDropVirtualKey(nsecs_t, int32_t, int32_t) { return false; } in shouldDropVirtualKey() function in android::FakeInputReaderContext |