HomeSort by relevance Sort by last modified time
    Searched refs:AXIS_X (Results 1 - 25 of 49) sorted by null

1 2

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 44 float edgeGutter = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
61 float enough = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
  /external/libxcam/xcore/
image_projector.h 55 AXIS_X = 0,
71 axis_to_x = AXIS_X;
image_projector.cpp 104 if (axis_to_x == AXIS_X && axis_to_y == AXIS_MINUS_Z) {
108 } else if (axis_to_x == AXIS_X && axis_to_y == AXIS_MINUS_Y) {
112 } else if (axis_to_x == AXIS_X && axis_to_y == AXIS_Z) {
128 } else if (axis_to_x == AXIS_MINUS_Y && axis_to_y == AXIS_X) {
156 case AXIS_X:
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLSurfaceView.java 66 float x = event.getAxisValue(MotionEvent.AXIS_X);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 132 that.getAxisValue(MotionEvent.AXIS_X), this.x, DELTA);
176 that.getAxisValue(MotionEvent.AXIS_X, pointerIndex), this.x, DELTA);
229 that.getHistoricalAxisValue(MotionEvent.AXIS_X, position), this.x, DELTA);
282 that.getHistoricalAxisValue(MotionEvent.AXIS_X, pointerIndex, position),
342 that.getAxisValue(MotionEvent.AXIS_X), this.x, DELTA);
MotionEvent_PointerCoordsTest.java 54 mPointerCoords.setAxisValue(MotionEvent.AXIS_X, 15.0f);
  /cts/tests/sensor/src/android/hardware/cts/
SensorManagerStaticTest.java 158 R = mat9Rot(SensorManager.AXIS_X, -angle);
284 gI = mat9Axis(gmb, SensorManager.AXIS_X);
305 float [] Ix = mat9Rot(SensorManager.AXIS_X, incline);
474 int a1, a2; // AXIS_X/Y/Z
475 int b1, b2, b3; // AXIS_X/Y/Z w/ or w/o MINUS
516 v1 = mat9Axis(R, SensorManager.AXIS_X);
544 SensorManager.AXIS_X, SensorManager.AXIS_X, Rout));
547 SensorManager.AXIS_X, SensorManager.AXIS_MINUS_X, Rout));
680 case SensorManager.AXIS_X
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 98 * Synonym for {@link MotionEvent#AXIS_X}.
100 * @deprecated Use {@link MotionEvent#AXIS_X} directly.
103 public static final int AXIS_X = 0;
562 * @see #AXIS_X
582 * @see #AXIS_X
  /external/libxcam/tests/
test-video-stabilization.cpp 194 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE);
195 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y);
  /frameworks/base/core/java/android/view/
MotionEvent.java 151 * Some common joystick axes are {@link #AXIS_X}, {@link #AXIS_Y},
537 public static final int AXIS_X = 0;
    [all...]
InputDevice.java 299 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_X}.
302 * @deprecated Use {@link MotionEvent#AXIS_X} instead.
305 public static final int MOTION_RANGE_X = MotionEvent.AXIS_X;
692 * @see MotionEvent#AXIS_X
717 * @see MotionEvent#AXIS_X
    [all...]
ViewRootImpl.java     [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 105 AXIS_X(MotionEvent.AXIS_X),
ControllerView.java 387 if (mAxes[AxesMapping.AXIS_X.ordinal()] != 0.0f) {
389 * mAxes[AxesMapping.AXIS_X.ordinal()];
  /external/libxcam/modules/ocl/
cl_video_stabilizer.cpp 56 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE);
57 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 75 public static final int AXIS_ALL = SensorManager.AXIS_X +
167 mCoverManager.getAxis(SensorManager.AXIS_X),
198 * @param axis SensorManager.AXIS_X or SensorManager.AXIS_Y or SensorManager.AXIS_Z
225 if (axis >=SensorManager.AXIS_X && axis <=SensorManager.AXIS_Z) {
239 * @param axis @param axis SensorManager.AXIS_X or SensorManager.AXIS_Y or SensorManager.AXIS_Z
607 // SensorManager.AXIS_X = 1, need offset -1 for mAxisCovered array
616 // SensorManager.AXIS_X = 1, need offset -1 for mAxisCovered array
631 // SensorManager.AXIS_X = 1, need offset -1 for mAxisCovered array
946 case SensorManager.AXIS_X:
    [all...]
MotionIndicatorView.java 151 * @param axis AXIS_X, AXIS_Y, AXIS_Z for x, y, z axis indicators, or AXIS_ALL for all three.
158 case SensorManager.AXIS_X:
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 260 float maxX = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax();
  /frameworks/base/core/java/android/hardware/
SensorManager.java 355 public static final int AXIS_X = 1;
361 public static final int AXIS_MINUS_X = AXIS_X | 0x80;
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 232 float xPosition = e1.getAxisValue(MotionEvent.AXIS_X);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 232 float xPosition = e1.getAxisValue(MotionEvent.AXIS_X);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 249 float x = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_X, historyPos);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 229 float xPosition = e1.getAxisValue(MotionEvent.AXIS_X);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 565 mLastXPosition = event.getAxisValue(MotionEvent.AXIS_X);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 830 float x = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_X, historyPos);
    [all...]

Completed in 562 milliseconds

1 2