Lines Matching refs:getDevice

2138     getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2147 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.handlesKeyRepeat"),
2233 getDevice(), keyCode, scanCode)) {
2284 if (down && getDevice()->isExternal()) {
2427 mCursorScrollAccumulator.configure(getDevice());
2479 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2488 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2525 mCursorButtonAccumulator.reset(getDevice());
2526 mCursorMotionAccumulator.reset(getDevice());
2527 mCursorScrollAccumulator.reset(getDevice());
2626 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2910 mCursorScrollAccumulator.configure(getDevice());
2911 mTouchButtonAccumulator.configure(getDevice());
2946 getDevice()->notifyReset(when);
2968 if (getDevice()->getConfiguration().tryGetProperty(String8("touch.gestureMode"),
2999 if (getDevice()->getConfiguration().tryGetProperty(String8("touch.deviceType"),
3015 getDevice()->getConfiguration().tryGetProperty(String8("touch.orientationAware"),
3026 && getDevice()->isExternal();
3032 mParameters.wake = getDevice()->isExternal();
3033 getDevice()->getConfiguration().tryGetProperty(String8("touch.wake"),
3600 const PropertyMap& in = getDevice()->getConfiguration();
3859 mCursorButtonAccumulator.reset(getDevice());
3860 mCursorScrollAccumulator.reset(getDevice());
3861 mTouchButtonAccumulator.reset(getDevice());
4286 when, getDevice(), virtualKey->keyCode, virtualKey->scanCode);
6404 mSingleTouchMotionAccumulator.reset(getDevice());
6474 mMultiTouchMotionAccumulator.reset(getDevice());
6596 mMultiTouchMotionAccumulator.configure(getDevice(),
6599 mMultiTouchMotionAccumulator.configure(getDevice(),
6637 mTouchButtonAccumulator.configure(getDevice());
6641 InputDevice* device = getDevice();
6779 if (!(getAbsAxisUsage(abs, getDevice()->getClasses())