Home
last modified time | relevance | path

Searched refs:setButtonUnderPad (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h122 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad() function
/frameworks/native/services/inputflinger/
DInputReader.cpp3127 info->setButtonUnderPad(mParameters.hasButtonUnderPad); in populateDeviceInfo()