HomeSort by relevance Sort by last modified time
    Searched defs:dragBounds (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 169 Rect dragBounds = first.getBounds();
173 offsetY -= dragBounds.h;
178 offsetX -= dragBounds.w;
180 offsetX -= dragBounds.w / 2;
247 int x1 = dragBounds.x + offsetX;
248 int y1 = dragBounds.y + offsetY + feedback.dragBaseline;
249 gc.drawLine(x1, y1, x1 + dragBounds.w, y1);
295 Rect dragBounds = first.getBounds();
296 int offsetX = cellBounds.x - dragBounds.x;
297 int offsetY = cellBounds.y - dragBounds.y
    [all...]
GridDropHandler.java 87 Rect dragBounds = feedback.dragBounds;
88 int w = dragBounds != null ? dragBounds.w : 0;
89 int h = dragBounds != null ? dragBounds.h : 0;
91 if (dragBounds != null) {
94 x1 += dragBounds.x;
95 y1 += dragBounds.y;
212 && dragBounds != null && dragBounds.w < cellWidth - 10)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 552 Rect dragBounds = null;
563 dragBounds = new Rect(x, y, w, h);
569 df.dragBounds = dragBounds;
    [all...]
GestureManager.java     [all...]
PaletteControl.java 759 Rect dragBounds = null;
773 dragBounds = new Rect(x, y, scaledWidth, scaledHeight);
794 dragInfo.setDragBounds(dragBounds);
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 95 milliseconds