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

  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 52 int tilt = 0, orient = 0; local
62 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
78 listener->handleOrientation(orient, tilt);
79 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
182 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) {
188 mOrientationCb(orientation, tilt, mCbCookie);
  /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/chromium_org/chrome/browser/extensions/api/webcam_private/
webcam_private_api_chromeos.cc 113 if (params->config.tilt) {
115 *(params->config.tilt));
171 int tilt; local
172 if (GetWebcamParameter(fd.get(), V4L2_CID_TILT_ABSOLUTE, &tilt))
173 result.tilt.reset(new double(tilt));
208 if (params->config.tilt) {
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 93 final InputXY tilt = input.getTilt(); local
95 tilt.getX() * mMovementSpeed;
98 tilt.getY() * mMovementSpeed;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 3243 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 4241 float tilt; local
    [all...]
InputReader.h 1457 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]

Completed in 867 milliseconds