/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 108 } else if (command.equals("swipe")) { 284 System.err.println(" swipe <x1> <y1> <x2> <y2> [duration(ms)]"
|
/frameworks/base/core/java/android/widget/ |
StackView.java | 51 * A view that displays its children in a stack and allows users to discretely swipe 93 * Specifies how far you need to swipe (up or down) before it 826 // Swipe threshold exceeded, swipe down 839 // Swipe threshold exceeded, swipe up 848 // Didn't swipe up far enough, snap back down 866 // Didn't swipe down far enough, snap back u [all...] |
/frameworks/base/services/input/ |
InputReader.h | 194 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when 198 // The transition from PRESS to SWIPE gesture mode can only occur when the 205 // The transition from PRESS to SWIPE gesture mode can only occur when the 213 // Without acceleration, a full swipe of the touch pad diagonal in movement mode 220 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode [all...] |
InputReader.cpp | [all...] |
/frameworks/testing/uiautomator/api/ |
16.txt | 44 method public boolean swipe(int, int, int, int, int); 45 method public boolean swipe(android.graphics.Point[], int);
|
/packages/apps/Camera/src/com/android/camera/ |
CameraScreenNail.java | 285 // e.g. Double tap shutter and immediately swipe to gallery, and quickly swipe back
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeableListView.java | 132 * Enable swipe gestures. 307 * Archive items using the swipe away animation before shrinking them away.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/advancedimmersivemode/ |
AdvancedImmersiveModeFragment.java | 143 // enabled. When enabled, it allows the user to swipe the status and/or nav bars
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
LaunchSettings.java | 82 // swipe horizontally when searching (default is vertical)
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/ |
AdvancedImmersiveModeFragment.java | 143 // enabled. When enabled, it allows the user to swipe the status and/or nav bars
|
/external/chromium_org/ash/wm/gestures/ |
two_finger_drag_handler.cc | 150 // For a swipe, the window either maximizes, minimizes, or snaps. In this
|
/external/chromium_org/ui/message_center/cocoa/ |
popup_controller.mm | 68 // The swipe direction should match the direction the user's fingers
|
/frameworks/base/core/java/android/app/ |
TabActivity.java | 46 * allow the user to swipe the content to switch between tabs.</p>
|
/frameworks/base/docs/html/design/get-started/ |
ui-overview.jd | 70 strength, on the right. Swipe down from the status bar to show notification details.</p>
|
/frameworks/base/docs/html/design/patterns/ |
gestures.jd | 37 <h4>Swipe or drag</h4>
|
/frameworks/base/docs/html/guide/topics/ui/ |
controls.jd | 89 <td>A dialog for users to select a single value for a set by using up/down buttons or via a swipe gesture. Use a <code>DatePicker</code>code> widget to enter the values for the date (month, day, year) or a <code>TimePicker</code> widget to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically for the user's locale.</td>
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
Configurator.jd | 128 uiautomtor scroll swipe action.</div> 222 uiautomtor scroll swipe action.</div> 640 uiautomtor scroll swipe action. 835 uiautomtor scroll swipe action.
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
older-implementation.jd | 60 <p>There generally isn't a one-size-fits-all solution for backporting newer UI components to older devices. Be mindful of the user experience: on older devices, users may not be familiar with newer design patterns and UI components. Give some thought as to how the same functionality can be delivered using familiar elements. In many cases this is less of a concern—if newer UI components are prominent in the application ecosystem (such as the action bar), or where the interaction model is extremely simple and intuitive (such as swipe views using a {@link android.support.v4.view.ViewPager}).</p>
|
/frameworks/ex/common/java/com/android/common/speech/ |
LoggingEvents.java | 114 public static final String EXTRA_START_SWIPE = "swipe"; // value should be boolean
|
/packages/apps/Camera2/src/com/android/camera/ |
PreviewGestures.java | 87 // Open pie on swipe up
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalData.java | 127 /** Returns {@code true} if it allows swipe to filmstrip in full screen. */
|
/packages/apps/UnifiedEmail/res/values/ |
colors.xml | 106 <!-- swipe to refresh text color, this matches the color in
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Gesture.java | 28 * swipe-select or a resize. It can be thought of as a session, since it is
|
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ |
CardStreamLinearLayout.java | 267 * Check whether a user moved enough distance to start a swipe action or not. 290 * Swipe a view by moving distance
|
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/ |
CardStreamLinearLayout.java.ftl | 265 * Check whether a user moved enough distance to start a swipe action or not. 288 * Swipe a view by moving distance
|