Searched defs:probablyHasInput (Results 1 – 8 of 8) sorted by relevance
99 public boolean probablyHasInput() { in probablyHasInput() method in InputEventReceiver
11098 public boolean probablyHasInput() { in probablyHasInput() method in ViewRootImpl.TrackballAxis
23473 public boolean probablyHasInput() { in probablyHasInput() method
277 bool InputConsumerNoResampling::probablyHasInput() const { in probablyHasInput() function in android::InputConsumerNoResampling
470 bool InputChannel::probablyHasInput() const { in probablyHasInput() function in android::InputChannel
813 bool InputConsumer::probablyHasInput() const { in probablyHasInput() function in android::InputConsumer
180 bool NativeInputEventReceiver::probablyHasInput() { in probablyHasInput() function in android::NativeInputEventReceiver
474 std::optional<bool> probablyHasInput = mProbablyHasInputResponses.popWithTimeout(TIMEOUT); in publishAndConsumeKeyEvent() local