Searched refs:interceptsStylus (Results 1 – 4 of 4) sorted by relevance
251 bool interceptsStylus() const;
57 bool WindowInfo::interceptsStylus() const { in interceptsStylus() function in android::gui::WindowInfo
470 const bool windowCanInterceptTouch = isStylus && windowInfo.interceptsStylus(); in windowAcceptsTouchAt()4715 LOG_ALWAYS_FATAL_IF(info.interceptsStylus() && in setInputWindowsLocked()
1069 void setInterceptsStylus(bool interceptsStylus) { in setInterceptsStylus() argument1070 mInfo.setInputConfig(WindowInfo::InputConfig::INTERCEPTS_STYLUS, interceptsStylus); in setInterceptsStylus()