Home
last modified time | relevance | path

Searched defs:receivesInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DDisplayInfo.h33 bool receivesInput; member
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h118 bool receivesInput() const { return mFlags & eReceivesInput; } in receivesInput() function
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp1193 bool receivesInput = true, int32_t offsetX = 0, int32_t offsetY = 0) { in createDisplay()