Searched refs:dispatchMode (Results 1 – 5 of 5) sorted by relevance
27 std::string dispatchModeToString(int32_t dispatchMode) { in dispatchModeToString() argument28 switch (dispatchMode) { in dispatchModeToString()42 return StringPrintf("%" PRId32, dispatchMode); in dispatchModeToString()
147 std::string dispatchModeToString(int32_t dispatchMode);
2301 int32_t dispatchMode) { in enqueueDispatchEntryLocked() argument2305 dispatchModeToString(dispatchMode).c_str()); in enqueueDispatchEntryLocked()2309 if (!(inputTargetFlags & dispatchMode)) { in enqueueDispatchEntryLocked()2312 inputTargetFlags = (inputTargetFlags & ~InputTarget::FLAG_DISPATCH_MASK) | dispatchMode; in enqueueDispatchEntryLocked()2348 if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_OUTSIDE) { in enqueueDispatchEntryLocked()2350 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_HOVER_EXIT) { in enqueueDispatchEntryLocked()2352 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_HOVER_ENTER) { in enqueueDispatchEntryLocked()2354 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_SLIPPERY_EXIT) { in enqueueDispatchEntryLocked()2356 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_SLIPPERY_ENTER) { in enqueueDispatchEntryLocked()
434 const InputTarget& inputTarget, int32_t dispatchMode)
310 public Callback(@DispatchMode int dispatchMode) { in Callback() argument311 mDispatchMode = dispatchMode; in Callback()