HomeSort by relevance Sort by last modified time
    Searched refs:getCopy (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 57 mInnerBounds = getBounds().getCopy();
LayoutFigure.java 77 graphics.drawRectangle(getInnerBounds().getCopy().shrink(1, 1));
93 graphics.drawRectangle(part.getBounds().getCopy().translate(bx, by));
UiElementEditPart.java 271 Point where = request.getLocation().getCopy();
304 Point where = ((DropRequest) request).getLocation().getCopy();
UiDocumentEditPart.java 186 Point where = ((DropRequest) request).getLocation().getCopy();
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 503 List<V> oldValues = getCopy(key);
527 private List<V> getCopy(@Nullable Object key) {
538 List<V> oldValues = getCopy(key);

Completed in 268 milliseconds