Home
last modified time | relevance | path

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

/frameworks/base/tools/orientationplot/
DREADME.txt37 filtered accelerometer data, measured tilt and orientation angle, confidence
76 4. The orientation angle is not measured when the tilt is too close to 90 or -90
81 5. Each orientation has its own bound on allowable tilt angles. It's a good idea to
82 verify that these limits are being enforced by gradually varying the tilt of
88 can be a bit unusual. The tilt is a good indicator of whether the device is
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java967 private void addTiltHistoryEntryLocked(long now, float tilt) { in addTiltHistoryEntryLocked() argument
968 mTiltHistory[mTiltHistoryIndex] = tilt; in addTiltHistoryEntryLocked()
987 private boolean isSwingingLocked(long now, float tilt) { in isSwingingLocked() argument
992 if (mTiltHistory[i] + SWING_AWAY_ANGLE_DELTA <= tilt) { in isSwingingLocked()
/frameworks/native/services/inputflinger/
DInputReader.h1580 InputDeviceInfo::MotionRange tilt; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3803 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); in TEST_F() local
3816 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT)); in TEST_F()