/packages/apps/Camera2/src_pd/com/android/camera/util/ |
UsageStatistics.java | 23 public static final String TRANSITION_SWIPE = "Swipe";
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteListView.java | 147 * Enable swipe gestures. 162 * TODO: This is all swipe to remove code (nothing to do with drag to remove). This should 197 // return a null view, which will simply be ignored by the swipe helper. 238 * End of swipe-to-remove code
|
SwipeHelper.java | 364 // the swipe. 406 // swipe/dismiss 409 // Long swipe = translation of {@link #mChildSwipedFarEnoughFactor} * width 412 // Fast swipe = > escapeVelocity and translation of 419 Log.v(TAG, "Swipe/Dismiss: " + velocity + "/" + escapeVelocity + "/"
|
/packages/apps/Email/res/xml/ |
general_preferences.xml | 64 android:key="conversation-list-swipe"
|
/packages/apps/Protips/res/values-tl/ |
arrays.xml | 24 <item msgid="1000948398885889319">"Maramihang Home screen.\n Mag-swipe pakaliwa o pakanan upang lumipat. I-drag ang mga item sa ibang mga screen."</item>
|
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
CtsUiAutomatorTest.java | 326 * Verifies swipeRight, swipeLeft and raw swipe APIs perform as expected. 335 assertTrue("UiObject swipe left 1->2", "[ 2 ]".equals(textView.getText())); 338 assertTrue("UiObject swipe left 2->3", "[ 3 ]".equals(textView.getText())); 341 assertTrue("UiObject swipe left 3->4", "[ 4 ]".equals(textView.getText())); 344 assertTrue("UiObject swipe right 3<-4", "[ 3 ]".equals(textView.getText())); 347 assertTrue("UiObject swipe right 2<-3", "[ 2 ]".equals(textView.getText())); 350 assertTrue("UiObject swipe right 1<-2", "[ 1 ]".equals(textView.getText())); 353 UiDevice.getInstance().swipe(tb.right - 20, tb.centerY(), tb.left + 20, tb.centerY(), 50); 356 assertTrue("UiDevice raw swipe 1->2", "[ 2 ]".equals(textView.getText())); [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityService.java | 213 * The user has performed a swipe up gesture on the touch screen. 218 * The user has performed a swipe down gesture on the touch screen. 223 * The user has performed a swipe left gesture on the touch screen. 228 * The user has performed a swipe right gesture on the touch screen. 233 * The user has performed a swipe left and right gesture on the touch screen. 238 * The user has performed a swipe right and left gesture on the touch screen. 243 * The user has performed a swipe up and down gesture on the touch screen. 248 * The user has performed a swipe down and up gesture on the touch screen.
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailLayoutController.java | 70 * Tall and narrow screen to allow swipe between the details and updates. 377 // Update ViewPager to allow swipe between all the fragments (to see updates) 445 // Update ViewPager to disable swipe so that it only shows the detail fragment 451 // Disable swipe so only the detail fragment shows 543 // If we are leaving the IDLE state, we are starting a swipe. 548 // we swipe over more. 734 // (instead of at the start of a swipe). However, there will still be another check 736 // where the user flings and immediately starts a swipe so we never get the idle state).
|
/packages/screensavers/PhotoTable/res/values/ |
config.xml | 89 <!-- distance from edge to start a valid edge swipe as a fraction of 93 <!-- minimum length of a valid edge swipe as a fraction of
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber_browsertest.cc | 245 // Swipe a single tab in each direction. 260 // Swipe 4 tabs in each direction. Each of the tabs should become active. 296 // Swipe 4 tabs in each direction with an extra swipe within each. The same 337 // Confirm that nothing happens when the swipe is small.
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
MailPrefs.java | 64 public static final String CONVERSATION_LIST_SWIPE = "conversation-list-swipe"; 235 * Gets the action to take (one of the values from {@link UIProvider.Swipe}) when an item in the 246 return archive ? UIProvider.Swipe.ARCHIVE : UIProvider.Swipe.DELETE; 249 return UIProvider.Swipe.DISABLED;
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager_unittest.cc | 416 // Swipe up on the shelf. This should not change any state. 420 // Swipe down on the shelf to hide it. 432 // Swipe up to show the shelf. 445 // Swipe up again. The shelf should hide. 457 // Swipe up yet again to show it. 464 // Swipe down very little. It shouldn't change any state. 479 // Swipe down again to hide. 493 // Swipe up in extended hit region to show it. 515 // Swipe down again to hide. 529 // Swipe up outside the hit area. This should not change anything [all...] |
/external/chromium_org/ash/wm/gestures/ |
system_pinch_handler.cc | 98 NOTREACHED() << "Swipe happened without a direction.";
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
Desktop.java | 71 * call it at all, while others might skip it in certain situations (e.g. swipe input).
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiScrollable.jd | 408 the content-description is found, or until swipe attempts have been exhausted.</div> 501 the text you provided is visible, or until swipe attempts have been exhausted.</div> 676 <div class="jd-descrdiv">Used privately when performing swipe searches to decide if an element has become [all...] |
UiDevice.jd | 94 <div class="jd-descrdiv">Performs a swipe from one coordinate to another coordinate.</div> 840 <span class="sympad"><a href="#swipe(android.graphics.Point[], int)">swipe</a></span>(Point[] segments, int segmentSteps)</nobr> 842 <div class="jd-descrdiv">Performs a swipe between points in the Point array.</div> 858 <span class="sympad"><a href="#swipe(int, int, int, int, int)">swipe</a></span>(int startX, int startY, int endX, int endY, int steps)</nobr> 860 <div class="jd-descrdiv">Performs a swipe from one coordinate to another using the number of steps 1350 <div class="jd-tagdata jd-tagdescr"><p>Performs a swipe from one coordinate to another coordinate. You can control 1351 the smoothness and speed of the swipe by specifying the number of steps. 1353 steps, the swipe will take around 0.5 seconds to complete.</p></div [all...] |
/frameworks/base/docs/html/training/displaying-bitmaps/ |
display-bitmap.jd | 20 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li> 43 <p>The <a href="{@docRoot}design/patterns/swipe-views.html">swipe view pattern</a> is an excellent
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-key-base.html | 180 * Handles a swipe flick that originated from this key. 181 * @param {detail} The details of the swipe.
|
/frameworks/base/docs/html/design/ |
design_toc.cs | 37 <li><a href="<?cs var:toroot ?>design/patterns/swipe-views.html">Swipe Views</a></li>
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
Configurator.java | 135 * uiautomtor scroll swipe action. 153 * uiautomtor scroll swipe action.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura_browsertest.cc | 198 // Do a swipe-right now. That should navigate backwards. 234 // Do a swipe-left now. That should navigate forward. 348 // Swipe back from the right edge, back to the left edge, back to the right 439 // Now, swipe right to navigate backwards. This should navigate away from 642 // Do a swipe left to start a forward navigation. Then quickly do a swipe
|
/external/chromium_org/chrome/android/java/res/layout/ |
dimens.xml | 50 <!-- The maximum distance the user can initiate a side swipe in --> 52 <!-- The distance that always initiate a side swipe --> 56 <!-- The divider constant for the exponential function used for side swipe -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 500 false /* don't show swipe background */); 503 true /* show swipe background */); 724 boolean swipe) { 731 deletingView.startDeleteAnimation(mAnimatorListener, swipe); 739 private View getUndoingView(int position, Conversation conv, ViewGroup parent, boolean swipe) { 746 undoView.startUndoAnimation(mAnimatorListener, swipe); [all...] |
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.cc | 36 // Duration of swipe animation used when transitioning from a default to 190 // Animate the darkening effect a little longer than the swipe-in. This
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 221 // Returns the type of swipe given |event|. 234 // to steal enough pixels to detect a swipe in and handles the case that there
|