HomeSort by relevance Sort by last modified time
    Searched defs:tilt (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 54 int tilt = 0, orient = 0; local
64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
80 listener->handleOrientation(orient, tilt);
81 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
184 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) {
190 mOrientationCb(orientation, tilt, mCbCookie);
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 93 final InputXY tilt = input.getTilt(); local
95 tilt.getX() * mMovementSpeed;
98 tilt.getY() * mMovementSpeed;
  /frameworks/base/services/input/
InputReader.cpp 4184 float tilt; local
    [all...]
InputReader.h 1409 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3203 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
    [all...]

Completed in 242 milliseconds