HomeSort by relevance Sort by last modified time
    Searched full:drag (Results 776 - 800 of 1050) sorted by null

<<31323334353637383940>>

  /external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java 193 // Apply drag while in the air.
  /frameworks/base/cmds/uiautomator/api/
current.txt 28 method public boolean drag(int, int, int, int, int);
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 153 touch and drag it. </li>
android-2.0.jd 330 accidental button events and lets the user press the button area and then drag
android-4.0-highlights.jd 147 in All Apps launcher, users can now simply <strong>drag an app</strong> to get
151 <strong>favorites tray</strong> visible from all home screens. Users can drag
    [all...]
  /frameworks/base/docs/html/design/patterns/
widgets.jd 101 A long press and subsequent release sets resizable widgets into resize mode. Users can use the drag handles or the widget corners to set the desired size.
  /frameworks/base/docs/html/samples/new/
index.jd 265 <p>This sample demonstrates a drag and drop action on different shapes.
  /frameworks/base/docs/html/sdk/installing/
index.jd 91 <li>Drag and drop Android Studio into the Applications folder.
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 187 later, and works by enabling a special accessibility mode that allows users to drag a finger
  /frameworks/base/docs/html/training/gestures/
viewgroup.jd 79 {@code MyViewGroup} contains multiple child views. If you drag your finger across
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 544 // for the drag
    [all...]
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 341 * Move the camera surface around based on some simple spring physics with drag
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 233 public void scrollInOtherOrientationTest(final boolean horizontal, final boolean drag)
275 if (drag) {
686 drag(mRecyclerView, 0, 0, 0, 500, 5); method
692 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, method in class:RecyclerViewLayoutTest
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 61 // after drag animation velocity in pixels/sec
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 136 private StrictMode.Span mScrollStrictSpan = null; // aka "drag"
577 * If being flinged and user touches the screen, initiate drag;
595 /* Release the drag */
612 * drag mode.
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 372 // Don't start the drag until at least X distance has
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 369 * 1) If the drawer is pulled out (Or mid-drag), close it - handled.
SwipeHelper.java 372 // Don't start the drag until at least X distance has
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Appearance.py 374 kThemeDragSoundDragging = FOUR_CHAR_CODE('drag')
Controls.py 360 kControlImageWellIsDragDestinationTag = FOUR_CHAR_CODE('drag')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 147 // ==== Drag'n'drop support ====
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 162 /** Drag source associated with this canvas. */
229 * Gesture Manager responsible for identifying mouse, keyboard and drag and
346 // --- setup drag'n'drop ---
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java     [all...]