Home
last modified time | relevance | path

Searched refs:getSelectionHint (Results 1 – 5 of 5) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DIViewRule.java147 List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode); in getSelectionHint() method
DAbstractViewRule.java52 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in AbstractViewRule
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DAbsoluteLayoutRule.java50 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in AbsoluteLayoutRule
DRelativeLayoutRule.java93 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in RelativeLayoutRule
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java251 return rule.getSelectionHint(parentNode, childNode); in callGetSelectionHint()