Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java910 private void addTiltHistoryEntryLocked(long now, float tilt) { in addTiltHistoryEntryLocked()
930 private boolean isSwingingLocked(long now, float tilt) { in isSwingingLocked()
/frameworks/native/services/inputflinger/
DInputReader.h1602 InputDeviceInfo::MotionRange tilt; member
DInputReader.cpp4774 float tilt; in cookPointerData() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3251 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); in TEST_F() local