Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp3706 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers() local
3709 if (curInProperties != curOutProperties) { in updateMovedPointers()
3710 curOutProperties.copyFrom(curInProperties); in updateMovedPointers()