Lines Matching refs:getDeviceContext

361         mCursorScrollAccumulator.configure(getDeviceContext());  in configure()
362 mTouchButtonAccumulator.configure(getDeviceContext()); in configure()
419 mParameters.gestureMode = getDeviceContext().hasInputProperty(INPUT_PROP_SEMI_MT) in configureParameters()
424 if (getDeviceContext().getConfiguration().tryGetProperty(String8("touch.gestureMode"), in configureParameters()
435 if (getDeviceContext().hasInputProperty(INPUT_PROP_DIRECT)) { in configureParameters()
438 } else if (getDeviceContext().hasInputProperty(INPUT_PROP_POINTER)) { in configureParameters()
441 } else if (getDeviceContext().hasRelativeAxis(REL_X) || in configureParameters()
442 getDeviceContext().hasRelativeAxis(REL_Y)) { in configureParameters()
451 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()
454 if (getDeviceContext().getConfiguration().tryGetProperty(String8("touch.deviceType"), in configureParameters()
470 getDeviceContext().getConfiguration().tryGetProperty(String8("touch.orientationAware"), in configureParameters()
475 if (getDeviceContext().getConfiguration().tryGetProperty(String8("touch.orientation"), in configureParameters()
497 mParameters.associatedDisplayIsExternal = getDeviceContext().isExternal(); in configureParameters()
499 getDeviceContext().getConfiguration().tryGetProperty(String8("touch.displayId"), in configureParameters()
504 if (getDeviceContext().getAssociatedDisplayPort()) { in configureParameters()
511 mParameters.wake = getDeviceContext().isExternal(); in configureParameters()
512 getDeviceContext().getConfiguration().tryGetProperty(String8("touch.wake"), mParameters.wake); in configureParameters()
567 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in findViewport()
570 return getDeviceContext().getAssociatedViewport(); in findViewport()
1096 getDeviceContext().getVirtualKeyDefinitions(virtualKeyDefinitions); in configureVirtualKeys()
1116 if (getDeviceContext().mapKey(virtualKey.scanCode, 0, 0, &keyCode, &dummyKeyMetaState, in configureVirtualKeys()
1160 const PropertyMap& in = getDeviceContext().getConfiguration(); in parseCalibration()
1404 mAffineTransform = getPolicy()->getTouchAffineTransformation(getDeviceContext().getDescriptor(), in updateAffineTransformation()
1409 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
1410 mCursorScrollAccumulator.reset(getDeviceContext()); in reset()
1411 mTouchButtonAccumulator.reset(getDeviceContext()); in reset()
3681 std::vector<TouchVideoFrame> frames = getDeviceContext().getVideoFrames(); in dispatchMotion()