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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 105 float pinch_scale_; member in class:content::TouchEmulator
touch_emulator.cc 90 pinch_scale_ = 1.f;
354 pinch_scale_ = 1.f;
366 pinch_event_.data.pinchUpdate.scale = scale / pinch_scale_;
368 pinch_scale_ = scale;

Completed in 44 milliseconds