/frameworks/native/include/input/ |
InputDevice.h | 65 struct MotionRange { 91 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; 96 void addMotionRange(const MotionRange& range); 115 inline const Vector<MotionRange>& getMotionRanges() const { 133 Vector<MotionRange> mMotionRanges;
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 63 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); 695 public MotionRange getMotionRange(int axis) { 698 final MotionRange range = mMotionRanges.get(i); 720 public MotionRange getMotionRange(int axis, int source) { 723 final MotionRange range = mMotionRanges.get(i); 737 public List<MotionRange> getMotionRanges() { 744 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); 842 public static final class MotionRange { 851 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz [all...] |
ViewRootImpl.java | [all...] |
/frameworks/native/libs/input/ |
InputDevice.cpp | 169 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( 173 const MotionRange& range = mMotionRanges.itemAt(i); 187 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; 191 void InputDeviceInfo::addMotionRange(const MotionRange& range) {
|
/frameworks/base/core/jni/ |
android_view_InputDevice.cpp | 71 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); 73 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameControllerInput.java | 35 import android.view.InputDevice.MotionRange; 212 final List<MotionRange> ranges = device.getMotionRanges(); 213 for (MotionRange range : ranges) { 222 for (MotionRange range : ranges) {
|
GameView.java | 272 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
|
/frameworks/native/services/inputflinger/ |
InputReader.h | [all...] |
InputReader.cpp | [all...] |
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/ |
FullscreenActivity.java | 322 InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 467 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource()); [all...] |
/frameworks/native/services/inputflinger/tests/ |
InputReader_test.cpp | [all...] |
/frameworks/base/config/ |
preloaded-classes | [all...] |
/external/robolectric/v1/lib/main/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/26/ |
android.jar | |
/prebuilts/sdk/27/ |
android.jar | |
/prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/ |
android-4.0.1.2.jar | |
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/ |
android-4.1.1.4.jar | |