/external/chromium_org/chrome/browser/resources/ |
gesture_config.js | 199 label: 'Maximum Swipe Deviation', 258 label: 'Minimum Swipe Speed',
|
/external/chromium_org/ui/aura/test/ |
event_generator.h | 251 // relevant when testing velocity/fling/swipe, otherwise these can be any 270 // relevant when testing velocity/fling/swipe, otherwise these can be any
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
manage-memory.jd | 22 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li>
|
/frameworks/testing/uiautomator/api/ |
17.txt | 50 method public boolean swipe(int, int, int, int, int); 51 method public boolean swipe(android.graphics.Point[], int);
|
current.txt | 69 method public boolean swipe(int, int, int, int, int); 70 method public boolean swipe(android.graphics.Point[], int);
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/advancedimmersivemode/ |
AdvancedImmersiveModeFragment.java | 192 // enabled. When enabled, it allows the user to swipe the status and/or nav bars
|
/development/samples/Support4Demos/res/values/ |
strings.xml | 161 <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the starting edge, which is left on left-to-right locales, with an edge swipe. If this demo is running on Ice Cream Sandwich or newer you may tap the icon at the starting side of the action bar to open the drawer as well.</string>
|
/frameworks/base/docs/html/training/gestures/ |
movement.jd | 55 To help apps distinguish between movement-based gestures (such as a swipe) and
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NotificationRowLayout.java | 179 // the scroll position will be locked while we swipe
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragmentCarousel.java | 117 // If we enable swipe, then the {@link LinearLayout} child width must be the sum of the
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationListFragment.java | 58 import com.android.mail.providers.UIProvider.Swipe; 838 if (swipeSetting == Swipe.DISABLED [all...] |
/frameworks/base/core/java/android/view/ |
ScaleGestureDetector.java | 458 * when the user performs a doubleTap followed by a swipe. Note that this is enabled by default 469 // Double tap: start watching for a swipe 481 * swipe, should perform scaling. {@see #setQuickScaleEnabled(boolean)}.
|
/frameworks/base/docs/html/design/patterns/ |
navigation-drawer.jd | 49 <li>Swiping to the left anywhere on the screen (including edge swipe from right)</li> 114 icon. The drawer is still accessible with an edge-swipe, but is not featured in the action bar.</p> 229 user to open the navigation drawer using an edge swipe. However, replace the CAB with the
|
/prebuilts/sdk/16/ |
uiautomator.jar | |
/prebuilts/sdk/17/ |
uiautomator.jar | |
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiObject.jd | 801 <div class="jd-descrdiv">Performs the swipe down action on the UiObject.</div> 819 <div class="jd-descrdiv">Performs the swipe left action on the UiObject.</div> 837 <div class="jd-descrdiv">Performs the swipe right action on the UiObject.</div> 855 <div class="jd-descrdiv">Performs the swipe up action on the UiObject.</div> [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenu.java | 482 * Computes Edge-swipe-in-slop and returns it. 486 * event as swiping-in. This value, Edge-swipe-in-slop, is the threshold distance from the 490 * @return Edge-swipe-in-slop. [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoritesTileAdapter.java | 759 // The contact tile row has its own swipe helpers, that makes each individual 766 // Increase swipe thresholds for square tiles since they are relatively small. [all...] |
/packages/apps/UnifiedEmail/res/values-en-rGB/ |
strings.xml | 362 <string name="preference_swipe_title_archive" msgid="1178014339238995814">"Swipe to archive"</string> 363 <string name="preference_swipe_title_delete" msgid="8611320022727435597">"Swipe to delete"</string> 367 <string name="swipe_down_to_refresh" msgid="6401908905820786227">"Swipe down to refresh"</string> [all...] |
/packages/apps/UnifiedEmail/res/values-en-rIN/ |
strings.xml | 362 <string name="preference_swipe_title_archive" msgid="1178014339238995814">"Swipe to archive"</string> 363 <string name="preference_swipe_title_delete" msgid="8611320022727435597">"Swipe to delete"</string> 367 <string name="swipe_down_to_refresh" msgid="6401908905820786227">"Swipe down to refresh"</string> [all...] |
/prebuilts/sdk/18/ |
uiautomator.jar | |
/prebuilts/sdk/19/ |
uiautomator.jar | |
/prebuilts/sdk/current/ |
uiautomator.jar | |
/external/chromium_org/ui/events/x/ |
device_data_manager.h | 70 // on that (e.g. 2f scroll v.s. 3f swipe).
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 124 <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a>: implement horizontal paging (swipe views) using <code>ViewPager</code></li>
|