HomeSort by relevance Sort by last modified time
    Searched defs:tilt (Results 1 - 4 of 4) 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);
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3141 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 3812 float tilt; local
    [all...]
InputReader.h 1250 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]

Completed in 108 milliseconds