Home
last modified time | relevance | path

Searched defs:interceptsStylus (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/
H A DWindowInfo.cpp84 bool WindowInfo::interceptsStylus() const { in interceptsStylus() function in android::gui::WindowInfo
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeWindows.h171 inline void setInterceptsStylus(bool interceptsStylus) { in setInterceptsStylus()