OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swipe
(Results
51 - 75
of
221
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/chrome/common/extensions/api/
virtual_keyboard_private.json
47
"description": "Move cursor on the current focused textfield by
swipe
.",
60
"decription": "called when the
swipe
movement is completed.",
/frameworks/base/docs/html/tools/projects/
templates.jd
113
Tabs</strong> or <strong>Tabs +
Swipe
</strong> option creates an application with
122
<li>Optional
swipe
gesture support based on the
123
<a href="{@docRoot}design/patterns/
swipe
-views.html">
swipe
view</a> design pattern,
135
Swipe
Views + Title Strip</strong> option creates an application with three
138
<a href="{@docRoot}design/index.html">Android Design</a> guide) and
swipe
navigation between
139
the sections, based on the <a href="{@docRoot}design/patterns/
swipe
-views.html">
swipe
/frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd
21
<li><a href="#paging">Horizontal Paging (
Swipe
Views)</a></li>
30
<li><a href="{@docRoot}design/patterns/
swipe
-views.html">Android Design:
Swipe
Views</a></li>
141
<h2 id="paging">Horizontal Paging (
Swipe
Views)</h2>
144
<p><strong>
Swipe
Views Design</strong></p>
146
href="{@docRoot}design/patterns/
swipe
-views.html">
Swipe
Views</a> pattern guides.</p>
149
<p>Another popular lateral navigation pattern is horizontal paging, also referred to as
swipe
views. This pattern applies best to collection-related sibling screens, such as a list of categories (world, business, technology, and health stories). Like tabs, this pattern also allows grouping screens in that the parent presents the contents of child screens embedded within its own layout.</p>
/packages/apps/Protips/res/values/
arrays.xml
51
<!-- Tip:
Swipe
to switch workspaces; drag items to move them to other
54
Swipe
left or right to switch. Drag items to other screens.</item>
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
StableArrayAdapter.java
56
// Add touch listener to every new view to track
swipe
motion
ListViewItemAnimations.java
40
* This example shows how to use a
swipe
effect to remove items from a ListView,
41
* and how to use animations to complete the
swipe
as well as to animate the other
179
* Animates a
swipe
of the item either back into place or out of the listview container.
180
* NOTE: This is a simplified version of
swipe
behavior, for the purposes of this demo
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
StableArrayAdapter.java
56
// Add touch listener to every new view to track
swipe
motion
ListViewRemovalAnimation.java
31
* This example shows how to use a
swipe
effect to remove items from a ListView,
32
* and how to use animations to complete the
swipe
as well as to animate the other
138
// NOTE: This is a simplified version of
swipe
behavior, for the
/frameworks/base/docs/html/design/building-blocks/
pickers.jd
13
up/down arrow buttons, it's possible to set the desired value from the keyboard or via a
swipe
scrolling.jd
5
<p>Scrolling allows the user to navigate to content in the overflow using a
swipe
gesture. The
/packages/apps/Camera2/src/com/android/camera/data/
CameraPreviewData.java
58
* Locks the camera preview. When the camera preview is locked,
swipe
/packages/apps/DeskClock/res/values/
animation_constants.xml
33
<!--
Swipe
constants -->
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java
36
public static final String TRANSITION_SWIPE = "
Swipe
";
/packages/apps/Protips/res/values-en-rGB/
arrays.xml
24
<item msgid="1000948398885889319">"Multiple Home screens.\n
Swipe
left or right to switch. Drag items to other screens."</item>
/packages/apps/Protips/res/values-en-rIN/
arrays.xml
24
<item msgid="1000948398885889319">"Multiple Home screens.\n
Swipe
left or right to switch. Drag items to other screens."</item>
/frameworks/base/docs/html/design/patterns/
fullscreen.jd
29
<p>
Swipe
from the any edge of the screen with a hidden bar to bring back system bars. </p>
66
they
swipe
from any edge where a system bar is hidden. By requiring this more
111
But in some apps, the user might occasionally need to
swipe
from the edge as
app-structure.jd
200
between categories, users can
swipe
left/right on the content.
274
between items from within the detail view. Use
swipe
views or other techniques, such as thumbnail view controls,
279
Gmail using
swipe
views to navigate from detail view to detail view.
284
In addition to supporting
swipe
gestures to move left or right through pages, Magazines provides a
288
<p>For more discussion, see the <a href="{@docRoot}design/patterns/
swipe
-views.html">
Swipe
Views</a>
308
<p>Allow for quick navigation between detail items with
swipe
views.</p>
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java
356
swipe
(downX, downY, upX, upY, steps);
360
// Collect all accessibility events generated during the
swipe
command and get the
422
* @return true if the
swipe
executed successfully
424
public boolean
swipe
(int downX, int downY, int upX, int upY, int steps) {
425
return
swipe
(downX, downY, upX, upY, steps, false /*drag*/);
435
* @param drag when true, the
swipe
becomes a drag
swipe
436
* @return true if the
swipe
executed successfully
438
public boolean
swipe
(int downX, int downY, int upX, int upY, int steps, boolean drag) {
472
* Performs a
swipe
between points in the Point array
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
66
/* Dead region where
swipe
cannot be initiated. */
363
// If the
swipe
started in the dead region, ignore it.
369
// the
swipe
.
411
//
swipe
/dismiss
414
// Long
swipe
= translation of .4 * width
417
// Fast
swipe
= > escapeVelocity and translation of .1 *
424
LogUtils.v(TAG, "
Swipe
/Dismiss: " + velocity + "/" + escapeVelocity + "/"
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java
80
// This sample uses the "sticky" form of immersive mode, which will let the user
swipe
/developers/samples/android/ui/window/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java
80
// This sample uses the "sticky" form of immersive mode, which will let the user
swipe
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java
80
// This sample uses the "sticky" form of immersive mode, which will let the user
swipe
/external/chromium_org/chrome/browser/
platform_util.h
55
// On 10.7+, back and forward
swipe
gestures can be triggered using a scroll
/external/chromium_org/ui/events/
event_constants.h
47
// A
SWIPE
gesture can happen at the end of a TAP_UP gesture if the
/external/droiddriver/samples/testapp/res/values/
strings.xml
38
<string name="text_swipe">
Swipe
</string>
Completed in 1490 milliseconds
1
2
3
4
5
6
7
8
9