Home
last modified time | relevance | path

Searched refs:isPerWindowInputRotationEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h35 static bool isPerWindowInputRotationEnabled() { in isPerWindowInputRotationEnabled() function
DCursorInputMapper.cpp196 if (isPerWindowInputRotationEnabled()) { in configure()
350 if (isPerWindowInputRotationEnabled()) { in sync()
367 if (isPerWindowInputRotationEnabled()) { in sync()
DTouchInputMapper.cpp736 if (isPerWindowInputRotationEnabled()) { in configureSurface()
3999 if (isPerWindowInputRotationEnabled()) { in moveMouseCursor()
4013 if (!isPerWindowInputRotationEnabled()) return {x, y}; in getMouseCursorPosition()
4024 if (isPerWindowInputRotationEnabled() && mViewport.isValid()) { in setMouseCursorPosition()
4043 if (isPerWindowInputRotationEnabled()) { in setTouchSpots()
/frameworks/native/libs/input/
DInput.cpp47 bool isPerWindowInputRotationEnabled() { in isPerWindowInputRotationEnabled() function
519 if (!isPerWindowInputRotationEnabled()) return coords->getAxisValue(axis); in getHistoricalRawAxisValue()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp94 static bool isPerWindowInputRotationEnabled() { in isPerWindowInputRotationEnabled() function
4568 if (isPerWindowInputRotationEnabled()) { in setInputWindowsLocked()