Searched refs:getSelectionHint (Results 1 – 3 of 3) sorted by relevance
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
252 return rule.getSelectionHint(parentNode, childNode); in callGetSelectionHint()