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

  /sdk/rule_api/src/com/android/ide/common/api/
IViewRule.java 129 List<String> getSelectionHint(INode parentNode, INode childNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 48 public List<String> getSelectionHint(INode parentNode, INode childNode) {
RelativeLayoutRule.java 96 public List<String> getSelectionHint(INode parentNode, INode childNode) {
BaseViewRule.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 275 * Invokes {@link IViewRule#getSelectionHint(INode, INode)}
288 return rule.getSelectionHint(parentNode, childNode);
291 AdtPlugin.log(e, "%s.getSelectionHint() failed: %s",
    [all...]

Completed in 749 milliseconds