Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Dtouch_event_converter.cc141 events_[current_slot_].pressure_ = input.value - pressure_min_; in OnFileCanReadWithoutBlocking()
142 events_[current_slot_].pressure_ /= pressure_max_ - pressure_min_; in OnFileCanReadWithoutBlocking()
165 events_[j].pressure_ * kFingerWidth, in OnFileCanReadWithoutBlocking()
166 events_[j].pressure_ * kFingerWidth, in OnFileCanReadWithoutBlocking()
168 events_[j].pressure_)); in OnFileCanReadWithoutBlocking()
Dtouch_event_converter.h70 float pressure_; member