Home
last modified time | relevance | path

Searched refs:recognize (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/gesture/
DGestureLibrary.java63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() method in GestureLibrary
64 return mStore.recognize(gesture); in recognize()
DGestureStore.java136 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() method in GestureStore
/frameworks/base/docs/html/distribute/
Dopen.jd45 the Android system will recognize the APK and display an <strong>Install Now</strong>
/frameworks/base/docs/html/training/id-auth/
Didentify.jd31 you recognize them on a new device?</p>
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd92 <p>If you’re familiar with web development, you may recognize this model as
234 hardware running the same software environment. But we also recognize that only
/frameworks/base/docs/html/design/style/
Diconography.jd243 metaphor so that a user can easily recognize and understand its purpose.</p>
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd135 recognize as part of a gesture, it returns {@code false}. You can then run your own custom
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd10 <p>To create an application that people love, it's important to recognize that the user's attention…
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd178 the Android system will recognize the APK and display an <strong>Install Now</strong>
/frameworks/base/docs/html/tools/workflow/
Dpublishing_overview.jd220 the Android system will recognize the <code>.apk</code> and display an <strong>Install Now</strong>
/frameworks/base/docs/html/tools/workflow/publishing/
Dpublishing_overview.jd220 the Android system will recognize the <code>.apk</code> and display an <strong>Install Now</strong>
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds-cmdline.jd106 creating multiple AVDs, you should choose a name that lets you recognize the
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd212 recognize <code>sw600dp</code> as a size qualifier, so you still have to use the <code>large</code>
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java723 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture); in handleMotionEventGestureDetecting()
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd249 to recognize complex user gestures and motions, such as tilt, spin, thrust, and
Dandroid-2.3.jd92 recognize and handle targeted tags and messages. For example, after receiving a
Dandroid-4.0-highlights.jd608 technology to register a face during setup and then to recognize it again when
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_overview.jd408 transaction message. Therefore, your application must be able to recognize that the subsequent
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd128 A drag and drop operation starts when the user makes some gesture that you recognize as a
Dmenus.jd169 <dd>A resource ID that's unique to the item, which allows the application can recognize the item
Dactionbar.jd439 recognize. A good example is the YouTube app's logo&mdash;the logo represents the expected user
/frameworks/base/docs/html/tools/sdk/
DRELEASENOTES.jd299 "Google" and "HTC" Vendor IDs, which allow adb to recognize G1 and HTC
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd299 "Google" and "HTC" Vendor IDs, which allow adb to recognize G1 and HTC
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd416 * should recognize. For this snippet, only the calls for table 3 are shown.
/frameworks/base/api/
D14.txt7618 … method public java.util.ArrayList<android.gesture.Prediction> recognize(android.gesture.Gesture);
7713 … method public java.util.ArrayList<android.gesture.Prediction> recognize(android.gesture.Gesture);

12