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

  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.cc 33 ScaleGestureDetector::Config::Config()
40 ScaleGestureDetector::Config::~Config() {}
42 bool ScaleGestureDetector::SimpleScaleGestureListener::OnScale(
43 const ScaleGestureDetector&, const MotionEvent&) {
47 bool ScaleGestureDetector::SimpleScaleGestureListener::OnScaleBegin(
48 const ScaleGestureDetector&, const MotionEvent&) {
52 void ScaleGestureDetector::SimpleScaleGestureListener::OnScaleEnd(
53 const ScaleGestureDetector&, const MotionEvent&) {}
55 ScaleGestureDetector::ScaleGestureDetector(const Config& config
    [all...]
scale_gesture_detector.h 15 // Port of ScaleGestureDetector.java from Android
16 // * platform/frameworks/base/core/java/android/view/ScaleGestureDetector.java
19 class ScaleGestureDetector {
44 virtual bool OnScale(const ScaleGestureDetector& detector,
46 virtual bool OnScaleBegin(const ScaleGestureDetector& detector,
48 virtual void OnScaleEnd(const ScaleGestureDetector& detector,
61 virtual bool OnScale(const ScaleGestureDetector&,
63 virtual bool OnScaleBegin(const ScaleGestureDetector&,
65 virtual void OnScaleEnd(const ScaleGestureDetector&,
69 ScaleGestureDetector(const Config& config, ScaleGestureListener* listener)
    [all...]

Completed in 37 milliseconds