Home | History | Annotate | Download | only in gle2

Lines Matching refs:toggled

377             // Case where shift is pressed: pointed object is toggled.
573 * @param toggled A set of {@link CanvasViewInfo}s that should be toggled
577 Collection<CanvasViewInfo> toggled) {
584 if (toggled.size() > 0) {
586 Set<CanvasViewInfo> result = new HashSet<CanvasViewInfo>(toggled);
588 if (toggled.contains(viewInfo)) {