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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java307 * The elevation angle is referred to as the "tilt" below.
312 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
314 * The tilt angle thresholds are set differently for each orientation and different
361 // If the tilt angle remains greater than the specified angle for a minimum of
367 // If the tilt angle has increased by at least delta degrees within the specified amount
369 // down towards flat (tilt = 90).
384 // try to calculate the tilt and orientation angles.
415 // singularities in the tilt and orientation calculations.
428 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
433 // The tilt angl
910 addTiltHistoryEntryLocked(long now, float tilt) argument
930 isSwingingLocked(long now, float tilt) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2916 info->addMotionRange(mOrientedRanges.tilt);
2995 "orientation=%0.3f, tilt=%0.3f, distance=%0.3f, "
3495 mOrientedRanges.tilt.axis = AMOTION_EVENT_AXIS_TILT;
3496 mOrientedRanges.tilt.source = mSource;
3497 mOrientedRanges.tilt.min = 0;
3498 mOrientedRanges.tilt.max = M_PI_2;
3499 mOrientedRanges.tilt.flat = 0;
3500 mOrientedRanges.tilt.fuzz = 0;
3501 mOrientedRanges.tilt.resolution = 0;
4774 float tilt; local
[all...]
H A DInputReader.h1602 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
/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));

Completed in 366 milliseconds