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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp483 bool isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE local
485 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
1187 bool isTouchModal = false; local
1201 isTouchModal = (flags & (InputWindowInfo::FLAG_NOT_FOCUSABLE
1203 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {

Completed in 63 milliseconds