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

  /external/chromium_org/ui/events/
gesture_event_details.h 87 return data.swipe.left;
92 return data.swipe.right;
97 return data.swipe.up;
102 return data.swipe.down;
150 struct { // SWIPE direction.
155 } swipe; member in union:ui::GestureEventDetails::Details
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 30 import com.android.mail.providers.UIProvider.Swipe;
92 public final int swipe; field in class:Settings
131 swipe = DEFAULT;
155 swipe = inParcel.readInt();
183 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
217 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
266 json.put(SettingsColumns.SWIPE, swipe)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelListItem.java 130 * Used with the swipe away and blink out animations to bring in the undo view.
471 ObjectAnimator swipe = ObjectAnimator.ofFloat(this, View.TRANSLATION_X, local
476 set.playTogether(fadeOut, swipe);
487 ObjectAnimator swipe = ObjectAnimator.ofFloat(this, View.TRANSLATION_X, 0.f); local
494 set.playTogether(swipe, fadeIn, scaleX, scaleY, resetHeight);
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 415 * Performs a swipe from one coordinate to another using the number of steps
417 * per step. So for a 100 steps, the swipe will take about 1/2 second to complete.
427 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { method in class:UiDevice
430 .swipe(startX, startY, endX, endY, steps);
434 * Performs a swipe from one coordinate to another coordinate. You can control
435 * the smoothness and speed of the swipe by specifying the number of steps.
437 * steps, the swipe will take around 0.5 seconds to complete.
443 * @param steps is the number of steps for the swipe action
444 * @return true if swipe is performed, false if the operation fails
451 .swipe(startX, startY, endX, endY, steps, true)
463 public boolean swipe(Point[] segments, int segmentSteps) { method in class:UiDevice
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 242 milliseconds