Home
last modified time | relevance | path

Searched refs:touches (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java686 public boolean performMultiPointerGesture(PointerCoords[] ... touches) {
688 if (touches.length < 2) {
694 for (int x = 0; x < touches.length; x++)
695 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps;
698 PointerProperties[] properties = new PointerProperties[touches.length];
699 PointerCoords[] pointerCoords = new PointerCoords[touches.length];
700 for (int x = 0; x < touches.length; x++) {
707 pointerCoords[x] = touches[x][0];
717 for (int x = 1; x < touches.length; x++) {
727 for (int x = 0; x < touches.length; x++) {
[all …]
DUiObject.java1087 public boolean performMultiPointerGesture(PointerCoords[] ...touches) { in performMultiPointerGesture() argument
1088 return getInteractionController().performMultiPointerGesture(touches); in performMultiPointerGesture()
/frameworks/base/docs/html/design/patterns/
Dbuttons.jd69 interrupted by accidental touches and swipes.
135 touches or gestures anywhere outside the system bars.
144 responds to touches but appears dimmed.
Dfullscreen.jd69 interrupted by accidental touches and swipes.
135 touches or gestures anywhere outside the system bars.
144 responds to touches but appears dimmed.
Dnavigation.jd195 the book details activity. Subsequent touches of Back continue to navigate back through the Play
/frameworks/base/docs/html/training/system-ui/
Ddim.jd49 visually recede. As soon as the user touches either the status bar or the navigation bar area of
66 <p>As soon as the user touches the status or navigation bar, the flag is cleared,
/frameworks/base/docs/html/training/notify-user/
Dmanaging.jd94 The user touches the notification, and you called
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd56 <p>People love to add personal touches because it helps them feel at home and in control. Provide
176 personal touches, and creations across phones, tablets, and computers. It makes upgrading the
/frameworks/base/docs/html/guide/topics/ui/controls/
Dbutton.jd31 occurs when the user touches it.</p>
98 /** Called when the user touches the button */
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd38 the user enters text or touches a button.</p>
Dui-events.jd50 This is called when the user either touches the item
55 This is called when the user either touches and holds the item (when in touch mode), or
205 For a touch-capable device, once the user touches the screen, the device
Ddialogs.jd499 <p>When the user touches one of the dialog's action buttons or selects an item from its list,
770 <p>When the user touches any of the action buttons created with an
773 <p>The system also dismisses the dialog when the user touches an item in a dialog list, except
785 <em>Back</em> button, touches the screen outside the dialog area,
/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd244 <li>Sets the {@link android.view.TouchDelegate} on the parent view, such that touches within the to…
300 // Sets the TouchDelegate on the parent view, such that touches
Ddetector.jd46 that pattern of touches as a particular gesture. There are correspondingly two
77 <p>The gesture starts when the user first touches the screen, continues as the system tracks
Dmulti.jd55 touches the screen. This starts the gesture. The pointer data for this pointer is
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinteracting.jd69 {@code TAP_TYPE_TOUCH}</a>, when the user initially touches the
/frameworks/base/docs/html/design/wear/
Dprinciples.jd73 <p>A watch constantly touches the user’s skin. Being this intimate, you want to vibrate the watch f…
Dwatchfaces.jd323 action within one or two touches.
350 <p>Provide visual feedback when the user’s finger touches down on the watch face. The tap
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd34 …his screen map, maximizing navigation speed and minimizing the number of touches to access data, w…
Ddescendant-lateral.jd98 …d to even more lists, is often inefficient and cumbersome. The number of touches required to acces…
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd87 read NDEF tags that are discovered as a user touches an NFC-enabled device
316 which declares whether to filter touches when the view's window is obscured by
318 receive touches whenever a toast, dialog or other window appears above the
/frameworks/base/docs/html/training/animation/
Dzoom.jd185 <li>Zoom back out by running a similar animation but in reverse when the user touches the
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd832 <li>If the user touches the top view, the app widget displays the {@link
1130 sample</a>, if the user touches the top view, the app widget displays the {@link
1139 <li>When the user touches a view, the intent is fired and it broadcasts
1167 <p>This class also receives the broadcast that is sent when the user touches a
1222     // When the user touches a particular view, it will have the effect of
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd289 touches a menu item to perform an action or open a dialog.
397 In your application, when the user touches any actionable text (such as a link
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd42 app, the user touches the app icon in the action bar.</p>

12