Searched refs:mHaveBtnTouch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.h687 bool mHaveBtnTouch; member in class:android::TouchButtonAccumulator
H A DInputReader.cpp1250 mHaveBtnTouch(false), mHaveStylus(false) {
1255 mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1381 return mHaveBtnTouch && !mBtnTouch;

Completed in 665 milliseconds