/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiScrollable.java | 31 // More steps slows the swipe and prevents contents from being flung too far 36 // Restrict a swipe's starting and ending points inside a 10% margin of the target 42 // Used in ScrollForward() and ScrollBackward() to determine swipe direction 83 * Used privately when performing swipe searches to decide if an element has become 221 * the content-description is found, or until swipe attempts have been exhausted. 326 * the text you provided is visible, or until swipe attempts have been exhausted. 370 * If the swipe direction is set to vertical, then the swipes will be 371 * performed from bottom to top. If the swipe 386 * If the swipe direction is set to vertical, 387 * then the swipes will be performed from bottom to top. If the swipe [all...] |
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...] |
UiObject.java | 198 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), 217 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY, 222 * Performs the swipe up action on the UiObject. 241 return false; // too small to swipe 242 return getInteractionController().swipe(rect.centerX(), 248 * Performs the swipe down action on the UiObject. 249 * The swipe gesture can be performed over any surface. The targeted 269 return false; // too small to swipe 270 return getInteractionController().swipe(rect.centerX(), 276 * Performs the swipe left action on the UiObject. [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
swipe.js | 27 chrome.gpuBenchmarking.swipe); 56 chrome.gpuBenchmarking.swipe(this.options_.direction_,
|
/external/chromium_org/ui/events/gestures/ |
gesture_types.h | 109 return data.swipe.left; 114 return data.swipe.right; 119 return data.swipe.up; 124 return data.swipe.down; 163 struct { // SWIPE direction. 168 } swipe; member in union:ui::GestureEventDetails::__anon14833
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber.h | 35 // Returns the virtual position of a swipe starting in the tab at |index|, 77 // The current accumulated x and y positions of a swipe, in 81 // The direction the current swipe is headed.
|
/external/chromium_org/ui/keyboard/ |
keyboard_util.h | 19 // Enumeration of swipe directions. 48 // Move cursor when swipe on the virtualkeyboard. Returns true if cursor was
|
/external/chromium_org/ui/message_center/cocoa/ |
popup_controller.h | 39 // If the swipe-away gesture received NSEventPhaseEnded. 42 // The frame of the popup before any swipe animation started. Used to
|
/frameworks/support/v4/java/android/support/v4/view/ |
ScaleGestureDetectorCompat.java | 70 * callbacks when the user performs a doubleTap followed by a swipe. Note that this is enabled 80 * swipe, should perform scaling. See <code>setQuickScaleEnabled(Object, boolean)<code>.
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TrackingInputHandler.java | 40 /** Used to disambiguate a 2-finger gesture as a swipe or a pinch. */ 50 * Used for tracking swipe gestures. Only the Y-direction is needed for responding to swipe-up 51 * or swipe-down. 56 * Distance in pixels beyond which a motion gesture is considered to be a swipe. This is 77 * Set to true when 3-finger swipe gesture is complete, so that further movement doesn't 78 * trigger more swipe actions. 104 // so that a gesture cannot be both a tap and a swipe. It also needs to be small enough so 223 /** Processes a (multi-finger) swipe gesture. */ 226 // Swipe down occurred [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationListView.java | 87 // Minimum vertical distance (in dips) of swipe to trigger a sync. 171 // First check for any events that can trigger end of a swipe, so we can reset 172 // mIgnoreTouchEvents back to false (it can only be set to true at beginning of swipe) 191 // Disable swipe to refresh in search results page 195 // Disable swipe to refresh in CAB mode 210 LogUtils.d(LOG_TAG, "ignoring swipe to refresh on DRAFT folder"); 216 LogUtils.d(LOG_TAG, "ignoring swipe to refresh on virtual folder"); 264 LogUtils.d(LOG_TAG, "Start swipe to refresh tracking"); 393 // Create the "Swipe down to refresh" text view that covers the action bar. 418 * "Swipe down to refresh" hint text if user has initiated a downward swipe [all...] |
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/res/values/ |
base-strings.xml | 27 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/res/values/ |
base-strings.xml | 27 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/src/main/res/values/ |
base-strings.xml | 27 user the ability to show/hide the status bar and navigation bar with a swipe. To try,
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/ |
template-params.xml | 31 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
template-params.xml | 32 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/developers/samples/android/ui/window/ImmersiveMode/ |
template-params.xml | 32 user the ability to show/hide the status bar and navigation bar with a swipe. To try,
|
/development/samples/browseable/AdvancedImmersiveMode/res/values/ |
base-strings.xml | 27 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/development/samples/browseable/BasicImmersiveMode/res/values/ |
base-strings.xml | 27 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
|
/development/samples/browseable/ImmersiveMode/res/values/ |
base-strings.xml | 27 user the ability to show/hide the status bar and navigation bar with a swipe. To try,
|
/external/chromium_org/ash/wm/gestures/ |
overview_gesture_handler.h | 22 // This handles a 3-finger swipe down gesture from the top of the screen to
|
/packages/apps/Dialer/res/values/ |
animation_constants.xml | 20 <!-- Swipe constants -->
|
/packages/apps/UnifiedEmail/res/values/ |
animation_constants.xml | 27 <!-- Swipe constants -->
|
/external/chromium_org/ash/wm/ |
system_gesture_event_filter_unittest.cc | 312 // Swipe down to minimize. 321 // Swipe up to maximize. 327 // Swipe right to snap. 333 // Swipe left to snap. 345 // Swipe right again. 371 // Swipe down to minimize. 378 // Swipe up to maximize. 385 // Swipe right to snap. 391 // Swipe left to snap. 403 // Swipe right again [all...] |
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper_unit_test.mm | 201 // Test that a simple left-swipe causes navigation. 227 // Test that a simple right-swipe causes navigation. 253 // If the user doesn't swipe enough, the history swiper should begin, but the 309 // Sometimes Cocoa gets confused and sends us a momentum swipe event instead of 310 // a swipe gesture event. We should still function appropriately. 369 // User starts a swipe but doesn't move.
|