Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/computepipe/example/
H A DFaceOutput.proto14 optional float tilt = 2; field
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceDataFrame.java55 float tilt, in FaceDataFrame()
H A DFaceManager.java1013 float tilt, in onEnrollmentFrame()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java1025 private void addTiltHistoryEntryLocked(long now, float tilt) { in addTiltHistoryEntryLocked()
1045 private boolean isSwingingLocked(long now, float tilt) { in isSwingingLocked()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h498 InputDeviceInfo::MotionRange tilt; member
H A DTouchInputMapper.cpp2218 float tilt; in cookPointerData() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp5697 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); in TEST_F() local