Searched defs:receivesInput (Results 1 – 3 of 3) sorted by relevance
33 bool receivesInput; member
118 bool receivesInput() const { return mFlags & eReceivesInput; } in receivesInput() function
1193 bool receivesInput = true, int32_t offsetX = 0, int32_t offsetY = 0) { in createDisplay()