Searched refs:tilt (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java232 * The elevation angle is referred to as the "tilt" below.
237 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
239 * The tilt angle thresholds are set differently for each orientation and different
294 // If the tilt angle remains greater than the specified angle for a minimum of
300 // If the tilt angle has increased by at least delta degrees within the specified amount
302 // down towards flat (tilt = 90).
317 // try to calculate the tilt and orientation angles.
348 // singularities in the tilt and orientation calculations.
361 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
366 // The tilt angl
826 addTiltHistoryEntryLocked(long now, float tilt) argument
846 isSwingingLocked(long now, float tilt) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2769 info->addMotionRange(mOrientedRanges.tilt);
2848 "orientation=%0.3f, tilt=%0.3f, distance=%0.3f, "
3348 mOrientedRanges.tilt.axis = AMOTION_EVENT_AXIS_TILT;
3349 mOrientedRanges.tilt.source = mSource;
3350 mOrientedRanges.tilt.min = 0;
3351 mOrientedRanges.tilt.max = M_PI_2;
3352 mOrientedRanges.tilt.flat = 0;
3353 mOrientedRanges.tilt.fuzz = 0;
3354 mOrientedRanges.tilt.resolution = 0;
4625 float tilt; local
[all...]
H A DInputReader.h1572 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3247 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
3260 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));

Completed in 80 milliseconds