Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp527 bool isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE in findTouchedWindowAtLocked() local
529 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()
1246 bool isTouchModal = false; in findTouchedWindowTargetsLocked() local
1260 isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE in findTouchedWindowTargetsLocked()
1262 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowTargetsLocked()