OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragInto
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
FrameLayoutRuleTest.java
26
protected void
dragInto
(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
39
super.
dragInto
(new FrameLayoutRule(), layout, dragBounds, dragPoint, null,
44
dragInto
(
59
dragInto
(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1,
AbsoluteLayoutRuleTest.java
28
protected INode
dragInto
(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
41
return super.
dragInto
(new AbsoluteLayoutRule(), layout, dragBounds, dragPoint, null,
46
INode inserted =
dragInto
(
67
inserted =
dragInto
(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1,
RelativeLayoutRuleTest.java
29
protected INode
dragInto
(Rect dragBounds, Point dragPoint, Point secondDragPoint,
43
return super.
dragInto
(new RelativeLayoutRule(), layout, dragBounds, dragPoint,
47
protected INode
dragInto
(Rect dragBounds, Point dragPoint, Point secondDragPoint,
57
return
dragInto
(dragBounds, dragPoint, secondDragPoint, insertIndex,
64
INode inserted =
dragInto
(
126
INode inserted =
dragInto
(
156
dragInto
(new Rect(70, 200, 100, 80), new Point(120, 240), new Point(120, 240), -1, 0,
LinearLayoutRuleTest.java
104
protected INode
dragInto
(boolean vertical, Rect dragBounds, Point dragPoint,
121
return super.
dragInto
(new LinearLayoutRule(), linearLayout, dragBounds, dragPoint, null,
292
dragInto
(true,
317
dragInto
(true,
324
dragInto
(true,
347
dragInto
(true, new Rect(0, 0, 105, 80), new Point(30, 500), 4, -1,
352
dragInto
(true,
375
dragInto
(true, new Rect(0, 0, 105, 80), new Point(0, 170), 2, -1,
381
dragInto
(true,
409
dragInto
(true
[
all
...]
LayoutTestBase.java
68
protected INode
dragInto
(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint,
Completed in 304 milliseconds