Searched refs:edges (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelineHandler.java | 441 protected List<Match> findClosest(Segment draggedEdge, List<Segment> edges) { in findClosest() argument 443 addClosest(draggedEdge, edges, closest); in findClosest() 447 protected void addClosest(Segment draggedEdge, List<Segment> edges, in addClosest() argument 452 for (Segment edge : edges) { in addClosest()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 9 android:padding : Sets the padding, in pixels, of all four edges. [dimension] 34 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 35 android:fadingEdgeLength : Defines the length of the fading edges. [dimension]
|
D | completion1-expected-completion39.txt | 84 android:padding : Sets the padding, in pixels, of all four edges. [dimension] 109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 110 android:fadingEdgeLength : Defines the length of the fading edges. [dimension]
|
D | completion5-expected-completion40.txt | 84 android:padding : Sets the padding, in pixels, of all four edges. [dimension] 109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag] 110 android:fadingEdgeLength : Defines the length of the fading edges. [dimension]
|
D | completionvalues1-expected-completion32.txt | 91 android:fadingEdgeLength : Defines the length of the fading edges. [dimension] 190 android:padding : Sets the padding, in pixels, of all four edges. [dimension] 209 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
|