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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java313 * The elevation angle is referred to as the "tilt" below.
318 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
320 * The tilt angle thresholds are set differently for each orientation and different
367 // If the tilt angle remains greater than the specified angle for a minimum of
373 // If the tilt angle has increased by at least delta degrees within the specified amount
375 // down towards flat (tilt = 90).
390 // try to calculate the tilt and orientation angles.
421 // singularities in the tilt and orientation calculations.
434 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
439 // The tilt angl
916 addTiltHistoryEntryLocked(long now, float tilt) argument
936 isSwingingLocked(long now, float tilt) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3251 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
3264 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2924 info->addMotionRange(mOrientedRanges.tilt);
3003 "orientation=%0.3f, tilt=%0.3f, distance=%0.3f, "
3503 mOrientedRanges.tilt.axis = AMOTION_EVENT_AXIS_TILT;
3504 mOrientedRanges.tilt.source = mSource;
3505 mOrientedRanges.tilt.min = 0;
3506 mOrientedRanges.tilt.max = M_PI_2;
3507 mOrientedRanges.tilt.flat = 0;
3508 mOrientedRanges.tilt.fuzz = 0;
3509 mOrientedRanges.tilt.resolution = 0;
4782 float tilt; local
[all...]
H A DInputReader.h1602 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges

Completed in 433 milliseconds