HomeSort by relevance Sort by last modified time
    Searched refs:recognize (Results 1 - 25 of 39) sorted by null

1 2

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 42 ArrayList<Prediction> recognize(Gesture gesture); method in interface:GestureStorageAccessor
GestureLibraryTest.java 65 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibraryTest.GestureLibraryFacade
66 return mGestureLibrary.recognize(gesture);
GestureStoreTest.java 68 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStoreTest.GestureStoreFacade
69 return mGestureStore.recognize(gesture);
GestureStorageTester.java 64 * Test method for {@link android.gesture.GestureStore#recognize(Gesture)}.
73 ArrayList<Prediction> predictions = mFixture.recognize(newLineGesture);
  /frameworks/base/core/java/android/gesture/
GestureLibrary.java 63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibrary
64 return mStore.recognize(gesture);
GestureStore.java 131 * Recognize a gesture
136 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStore
  /external/libpng/
Android.mk 30 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
configure     [all...]
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 884 # which assembler can't recognize as VIS specific...
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 112 public void recognize(RecognizerClient recognizerClient, Activity activity, method in class:RecognizerEngine
168 // recognize
VoiceDialerActivity.java     [all...]
  /ndk/toolchains/x86-4.4.3/
setup.mk 63 # The ABI-specific sub-directory that the SDK tools recognize for
  /external/v8/test/mjsunit/regress/
regress-219.js 33 // Base tests: we recognize the basic flags
  /external/libvpx/vpx_ports/
x86_abi_support.asm 137 ; its register usage. YASM doesn't recognize these directives, so we just
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 576 // and then recognize the individual words.
628 // anything we don't recognize
  /dalvik/docs/
prettify.js 685 * escape. It does not recognize perl's qq() style strings.
759 // TODO(mikesamuel): recognize non-latin letters and numerals in idents
772 * recognize keywords, and types.
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 33 rem the decoder will recognize the interleaved and checksum formats
  /ndk/build/core/
init.mk 207 # We recognize 1.5. as the prefix to look for then.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 241 The approach is the most promising, it is especially pleasant to recognize
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 613 // arrays, seen in Firefox. Thus we recognize an array as an object
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 613 // arrays, seen in Firefox. Thus we recognize an array as an object
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 122 en: 'Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding, to perform various actions. The gestures API enables your application to recognize even complicated gestures with ease. This article explains how to integrate this API into an application.'
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
  /external/expat/
configure     [all...]

Completed in 1772 milliseconds

1 2