HomeSort by relevance Sort by last modified time
    Searched full:x_scale_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter.cc 38 x_scale_(1.),
87 x_scale_ = (double)screen_width / (x_max - x_min);
91 LOG(INFO) << "touch input x_scale=" << x_scale_
122 events_[current_slot_].x_ = roundf(input.value * x_scale_);
touch_event_converter.h 42 float x_scale_; member in class:ui::TouchEventConverterEvdev

Completed in 438 milliseconds