Searched defs:edges (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java84 * Edge flag set indicating all edges should be affected.
204 * Called when one of the subscribed edges in the parent view has been touched
220 * unlocked. The default behavior is to leave edges unlocked.
231 * of the subscribed edges in the parent view while no child view is currently captured.
425 * Enable edge tracking for the selected edges of the parent view.
428 * for edges for which edge tracking has been enabled.
430 * @param edgeFlags Combination of edge flags describing the edges to watch
441 * Return the size of an edge. This is the range in pixels along the edges of this view
1322 * Check if any of the edges specified were initially touched in the currently active gesture.
1325 * @param edges Edge
1330 isEdgeTouched(int edges) argument
1350 isEdgeTouched(int edges, int pointerId) argument
[all...]

Completed in 515 milliseconds