Home | History | Annotate | Download | only in input

Lines Matching defs:mSource

1972         InputMapper(device), mSource(source),
1980 return mSource;
2166 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2243 return mSource;
2252 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2253 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2256 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2257 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2259 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2262 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2265 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2301 mSource = AINPUT_SOURCE_MOUSE;
2309 mSource = AINPUT_SOURCE_TRACKBALL;
2496 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource,
2511 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
2520 NotifyMotionArgs hoverArgs(when, getDeviceId(), mSource, policyFlags,
2533 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags,
2543 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource,
2569 mSource(0), mDeviceMode(DEVICE_MODE_DISABLED),
2578 return mSource;
2616 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f,
2620 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f,
2626 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_1, mSource, x.min, x.max, x.flat,
2628 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_2, mSource, y.min, y.max, y.flat,
2630 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_3, mSource, x.min, x.max, x.flat,
2632 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_4, mSource, y.min, y.max, y.flat,
2901 mSource = AINPUT_SOURCE_MOUSE;
2904 mSource |= AINPUT_SOURCE_STYLUS;
2908 mSource = AINPUT_SOURCE_TOUCHSCREEN;
2911 mSource |= AINPUT_SOURCE_STYLUS;
2914 mSource = AINPUT_SOURCE_TOUCH_NAVIGATION;
2917 mSource = AINPUT_SOURCE_TOUCHPAD;
3048 mOrientedRanges.x.source = mSource;
3050 mOrientedRanges.y.source = mSource;
3079 mOrientedRanges.touchMajor.source = mSource;
3090 mOrientedRanges.toolMajor.source = mSource;
3101 mOrientedRanges.size.source = mSource;
3125 mOrientedRanges.pressure.source = mSource;
3149 mOrientedRanges.tilt.source = mSource;
3163 mOrientedRanges.orientation.source = mSource;
3187 mOrientedRanges.orientation.source = mSource;
3210 mOrientedRanges.distance.source = mSource;
3746 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource,
3816 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource,
3963 dispatchMotion(when, policyFlags, mSource,
3998 dispatchMotion(when, policyFlags, mSource,
4013 dispatchMotion(when, policyFlags, mSource,
4032 dispatchMotion(when, policyFlags, mSource,
4048 dispatchMotion(when, policyFlags, mSource,
4064 dispatchMotion(when, policyFlags, mSource,
4074 dispatchMotion(when, policyFlags, mSource,
4460 dispatchMotion(when, policyFlags, mSource,
4480 dispatchMotion(when, policyFlags, mSource,
4495 dispatchMotion(when, policyFlags, mSource,
4515 dispatchMotion(when, policyFlags, mSource,
4526 dispatchMotion(when, policyFlags, mSource,
4552 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
4583 dispatchMotion(when, policyFlags, mSource,
5474 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5487 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5502 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5512 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5526 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5536 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5557 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,