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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java329 * The elevation angle is referred to as the "tilt" below.
334 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
336 * The tilt angle thresholds are set differently for each orientation and different
383 // If the tilt angle remains greater than the specified angle for a minimum of
389 // If the tilt angle has increased by at least delta degrees within the specified amount
391 // down towards flat (tilt = 90).
406 // try to calculate the tilt and orientation angles.
437 // singularities in the tilt and orientation calculations.
450 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
455 // The tilt angl
934 addTiltHistoryEntryLocked(long now, float tilt) argument
954 isSwingingLocked(long now, float tilt) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3004 info->addMotionRange(mOrientedRanges.tilt);
3083 "orientation=%0.3f, tilt=%0.3f, distance=%0.3f, "
3617 mOrientedRanges.tilt.axis = AMOTION_EVENT_AXIS_TILT;
3618 mOrientedRanges.tilt.source = mSource;
3619 mOrientedRanges.tilt.min = 0;
3620 mOrientedRanges.tilt.max = M_PI_2;
3621 mOrientedRanges.tilt.flat = 0;
3622 mOrientedRanges.tilt.fuzz = 0;
3623 mOrientedRanges.tilt.resolution = 0;
4896 float tilt; local
[all...]
H A DInputReader.h1554 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3670 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
3683 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));

Completed in 227 milliseconds