Searched refs:getSelectionHint (Results 1 – 5 of 5) sorted by relevance
147 List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode); in getSelectionHint() method
52 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in AbstractViewRule
50 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in AbsoluteLayoutRule
93 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) { in getSelectionHint() method in RelativeLayoutRule
251 return rule.getSelectionHint(parentNode, childNode); in callGetSelectionHint()