Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h64 resetValue(); in Axis()
83 void resetValue() { in resetValue() function
91 resetValue(); in Sensor()
102 void resetValue() { in resetValue() function
DJoystickInputMapper.h59 resetValue(); in Axis()
84 void resetValue() { in resetValue() function
DSensorInputMapper.cpp189 axis.resetValue(); in reset()
297 it->second.resetValue(); in setSensorEnabled()
326 axis.resetValue(); in flushSensor()
DJoystickInputMapper.cpp256 axis.resetValue(); in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt692 val resetValue = 0L in <lambda>() constant
693 val isPastThresholdForFirstTime = pastThresholdWhileEntryOrInactiveTime == resetValue in <lambda>()
696 pastThresholdWhileEntryOrInactiveTime = resetValue in <lambda>()