Lines Matching refs:mConfig
193 device->configure(when, &mConfig, 0); in addDeviceLocked()
352 mPolicy->getReaderConfiguration(&mConfig); in refreshConfigurationLocked()
353 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
364 device->configure(now, &mConfig, changes); in refreshConfigurationLocked()
638 for (size_t i = 0; i < mConfig.excludedDeviceNames.size(); i++) { in dump()
642 dump += mConfig.excludedDeviceNames[i]; in dump()
646 mConfig.virtualKeyQuietTime * 0.000001f); in dump()
651 mConfig.pointerVelocityControlParameters.scale, in dump()
652 mConfig.pointerVelocityControlParameters.lowThreshold, in dump()
653 mConfig.pointerVelocityControlParameters.highThreshold, in dump()
654 mConfig.pointerVelocityControlParameters.acceleration); in dump()
659 mConfig.wheelVelocityControlParameters.scale, in dump()
660 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()
661 mConfig.wheelVelocityControlParameters.highThreshold, in dump()
662 mConfig.wheelVelocityControlParameters.acceleration); in dump()
665 dump += StringPrintf(INDENT3 "Enabled: %s\n", toString(mConfig.pointerGesturesEnabled)); in dump()
667 mConfig.pointerGestureQuietInterval * 0.000001f); in dump()
669 mConfig.pointerGestureDragMinSwitchSpeed); in dump()
671 mConfig.pointerGestureTapInterval * 0.000001f); in dump()
673 mConfig.pointerGestureTapDragInterval * 0.000001f); in dump()
674 dump += StringPrintf(INDENT3 "TapSlop: %0.1fpx\n", mConfig.pointerGestureTapSlop); in dump()
676 mConfig.pointerGestureMultitouchSettleInterval * 0.000001f); in dump()
678 mConfig.pointerGestureMultitouchMinDistance); in dump()
680 mConfig.pointerGestureSwipeTransitionAngleCosine); in dump()
682 mConfig.pointerGestureSwipeMaxWidthRatio); in dump()
684 mConfig.pointerGestureMovementSpeedRatio); in dump()
685 dump += StringPrintf(INDENT3 "ZoomSpeedRatio: %0.1f\n", mConfig.pointerGestureZoomSpeedRatio); in dump()
688 mConfig.dump(dump); in dump()