Home | History | Annotate | Download | only in input

Lines Matching refs:mSource

1969         InputMapper(device), mSource(source),
1977 return mSource;
2164 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2241 return mSource;
2250 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f);
2251 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f);
2254 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale);
2255 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale);
2257 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f);
2260 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f);
2263 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f);
2299 mSource = AINPUT_SOURCE_MOUSE;
2307 mSource = AINPUT_SOURCE_TRACKBALL;
2494 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource,
2509 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
2518 NotifyMotionArgs hoverArgs(when, getDeviceId(), mSource, policyFlags,
2531 NotifyMotionArgs scrollArgs(when, getDeviceId(), mSource, policyFlags,
2541 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource,
2567 mSource(0), mDeviceMode(DEVICE_MODE_DISABLED),
2576 return mSource;
2614 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f);
2617 info->addMotionRange(AMOTION_EVENT_AXIS_HSCROLL, mSource, -1.0f, 1.0f, 0.0f, 0.0f);
2876 mSource = AINPUT_SOURCE_MOUSE;
2879 mSource |= AINPUT_SOURCE_STYLUS;
2883 mSource = AINPUT_SOURCE_TOUCHSCREEN;
2886 mSource |= AINPUT_SOURCE_STYLUS;
2889 mSource = AINPUT_SOURCE_TOUCHPAD;
3022 mOrientedRanges.x.source = mSource;
3024 mOrientedRanges.y.source = mSource;
3053 mOrientedRanges.touchMajor.source = mSource;
3063 mOrientedRanges.toolMajor.source = mSource;
3073 mOrientedRanges.size.source = mSource;
3096 mOrientedRanges.pressure.source = mSource;
3119 mOrientedRanges.tilt.source = mSource;
3132 mOrientedRanges.orientation.source = mSource;
3155 mOrientedRanges.orientation.source = mSource;
3177 mOrientedRanges.distance.source = mSource;
3679 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource,
3749 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource,
3896 dispatchMotion(when, policyFlags, mSource,
3931 dispatchMotion(when, policyFlags, mSource,
3946 dispatchMotion(when, policyFlags, mSource,
3965 dispatchMotion(when, policyFlags, mSource,
3981 dispatchMotion(when, policyFlags, mSource,
3997 dispatchMotion(when, policyFlags, mSource,
4007 dispatchMotion(when, policyFlags, mSource,
4352 dispatchMotion(when, policyFlags, mSource,
4372 dispatchMotion(when, policyFlags, mSource,
4387 dispatchMotion(when, policyFlags, mSource,
4407 dispatchMotion(when, policyFlags, mSource,
4418 dispatchMotion(when, policyFlags, mSource,
4444 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
4475 dispatchMotion(when, policyFlags, mSource,
5354 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5367 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5382 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5392 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5406 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5416 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,
5437 NotifyMotionArgs args(when, getDeviceId(), mSource, policyFlags,