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

  /development/ndk/sources/android/ndk_helper/
gestureDetector.h 54 * GestureDetectors handles input events and detect gestures
55 * Note that different detectors may detect gestures with an event at
70 virtual GESTURE_STATE Detect( const AInputEvent* motion_event ) = 0;
91 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
114 virtual GESTURE_STATE Detect( const AInputEvent* motion_event );
139 virtual GESTURE_STATE Detect( const AInputEvent* event );
161 virtual GESTURE_STATE Detect( const AInputEvent* event );
gestureDetector.cpp 45 GESTURE_STATE TapDetector::Detect( const AInputEvent* motion_event )
88 GESTURE_STATE DoubletapDetector::Detect( const AInputEvent* motion_event )
96 bool tap_detected = tap_detector_.Detect( motion_event );
150 GESTURE_STATE PinchDetector::Detect( const AInputEvent* event )
265 GESTURE_STATE DragDetector::Detect( const AInputEvent* event )
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h 70 BandwidthUsage Detect(double ts_delta);
overuse_detector.cc 219 Detect(ts_delta);
261 BandwidthUsage OveruseDetector::Detect(double ts_delta) {
  /build/core/combo/
mac_version.mk 0 # Detect Mac OS X and SDK versions.
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 218 ndk_helper::GESTURE_STATE doubleTapState = eng->doubletap_detector_.Detect( event );
219 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
220 ndk_helper::GESTURE_STATE pinchState = eng->pinch_detector_.Detect( event );
225 //Detect double tap
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 229 ndk_helper::GESTURE_STATE doubleTapState = eng->doubletap_detector_.Detect( event );
230 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
231 ndk_helper::GESTURE_STATE pinchState = eng->pinch_detector_.Detect( event );
236 //Detect double tap
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 81 if env.Detect('ranlib'):
171 if not env.Detect('pkg-config'):
llvm.py 164 if not env.Detect('llvm-config'):
  /external/mesa3d/scons/
custom.py 81 if env.Detect('ranlib'):
171 if not env.Detect('pkg-config'):
llvm.py 164 if not env.Detect('llvm-config'):
  /external/chromium_org/content/test/data/media/
webrtc_test_audio.js 83 // Detect when we have been been over the threshold and is going back again
  /external/google-tv-pairing-protocol/cpp/
main.scons 46 # Detect 64-bit build platform
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
layout_line_walker.js 154 // select's). Detect these cases and use a more reliable method (take the
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 214 // Detect if we are running the web server version of the viewer. If so, we set a flag and
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 103 * Detect if an object looks like an Array.
  /external/chromium_org/third_party/jstemplate/
util.js 101 * Detect if an object looks like an Array.
  /external/opencv/cvaux/include/
cvvidsurv.hpp 627 /* Try to detect new blob entrance based on foreground mask. */
682 * Detect the object on the image and push the detected
685 void Detect( const CvArr* /*img*/, /* out */ CvBlobSeq* /*detected_blob_seq*/ = 0 ) {};
    [all...]
  /build/core/
main.mk 393 # Detect if we want to build a repository for the SDK
    [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 1190 milliseconds