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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java181 * The elevation angle is referred to as the "tilt" below.
186 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
188 * The tilt angle thresholds are set differently for each orientation and different
240 // If the tilt angle remains greater than the specified angle for a minimum of
246 // If the tilt angle has increased by at least delta degrees within the specified amount
248 // down towards flat (tilt = 90).
263 // try to calculate the tilt and orientation angles.
294 // singularities in the tilt and orientation calculations.
307 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
311 // The tilt angl
672 addTiltHistoryEntry(long now, float tilt) argument
692 isSwinging(long now, float tilt) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp2610 info->addMotionRange(mOrientedRanges.tilt);
2672 "orientation=%0.3f, tilt=%0.3f, distance=%0.3f, "
3118 mOrientedRanges.tilt.axis = AMOTION_EVENT_AXIS_TILT;
3119 mOrientedRanges.tilt.source = mSource;
3120 mOrientedRanges.tilt.min = 0;
3121 mOrientedRanges.tilt.max = M_PI_2;
3122 mOrientedRanges.tilt.flat = 0;
3123 mOrientedRanges.tilt.fuzz = 0;
4120 float tilt; local
4126 tilt
[all...]
H A DInputReader.h1395 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3203 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
3216 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));

Completed in 987 milliseconds