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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 25 import com.android.ide.eclipse.adt.editors.layout.gscripts.IViewRule;
90 private final Map<Object, IViewRule> mRulesCache = new HashMap<Object, IViewRule>();
144 * Invokes {@link IViewRule#getDisplayName()} on the rule matching the specified element.
152 IViewRule rule = loadRule(element);
169 * Invokes {@link IViewRule#onSelected(IGraphics, INode, String, boolean)}
174 * @param displayName The name to display, as returned by {@link IViewRule#getDisplayName()}.
180 IViewRule rule = loadRule(selectedNode.getNode());
195 * Invokes {@link IViewRule#onChildSelected(IGraphics, INode, INode)}
204 IViewRule rule = loadRule(parentNode.getNode())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IViewRule.java 23 * An {@link IViewRule} describes the GLE rules that apply to a given Layout or View object
38 public interface IViewRule {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseView.groovy 19 public class BaseView implements IViewRule {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 21 import com.android.ide.eclipse.adt.editors.layout.gscripts.IViewRule;
34 * Wraps an SWT {@link GC} into an {@link IGraphics} interface so that {@link IViewRule} objects

Completed in 54 milliseconds