OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelectionRect
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java
93
assertEquals(new Rectangle(10, 10, 89, 89), rootView.
getSelectionRect
());
103
assertEquals(new Rectangle(10, 10, 49, 19), childView1.
getSelectionRect
());
109
assertEquals(new Rectangle(10, 30, 69, 5), childView2.
getSelectionRect
());
139
assertEquals(new Rectangle(10, 10, 89, 89), rootView.
getSelectionRect
());
148
assertEquals(new Rectangle(10, 30, 69, 5), includedView.
getSelectionRect
());
156
assertEquals(new Rectangle(10, 50, 69, 5), grandChild.
getSelectionRect
());
178
assertEquals(new Rectangle(10, 10, 89, 89), rootView.
getSelectionRect
());
189
assertEquals(new Rectangle(10, 10, 49, 19), childView1.
getSelectionRect
());
195
assertEquals(new Rectangle(10, 30, 69, 5), includedView.
getSelectionRect
());
220
assertEquals(new Rectangle(10, 10, 89, 89), rootView.
getSelectionRect
());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java
416
Rectangle r = canvasViewInfo.
getSelectionRect
();
490
Rectangle r = canvasViewInfo.
getSelectionRect
();
542
r = parent.
getSelectionRect
();
552
r = child.
getSelectionRect
();
560
r = child.
getSelectionRect
();
HoverOverlay.java
157
if (mHoverRect.equals(item.getViewInfo().
getSelectionRect
())) {
SelectionItem.java
71
Rectangle r = canvasViewInfo.
getSelectionRect
();
SelectionOverlay.java
223
r = SwtUtils.toRect(sibling.
getSelectionRect
());
CanvasViewInfo.java
140
public Rectangle
getSelectionRect
() {
753
rootView.getAbsRect(), rootView.
getSelectionRect
(),
[
all
...]
LayoutCanvas.java
[
all
...]
Completed in 768 milliseconds