Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.cpp457 bool isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE in findTouchedWindowAtLocked() local
459 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()
1170 bool isTouchModal = false; in findTouchedWindowTargetsLocked() local
1187 isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE in findTouchedWindowTargetsLocked()
1189 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowTargetsLocked()