Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h255 inline void setButtonUnderPad(bool hasButton) { mHasButtonUnderPad = hasButton; } in setButtonUnderPad() function
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp255 info->setButtonUnderPad(mParameters.hasButtonUnderPad); in populateDeviceInfo()