Home
last modified time | relevance | path

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

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