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

  /sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
BasicTreeNode.java 81 * the caller must provide a {@link IFindNodeListener} to receive all found nodes
87 public boolean findLeafMostNodesAtPoint(int px, int py, IFindNodeListener listener) {
111 public static interface IFindNodeListener {
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorModel.java 20 import com.android.uiautomator.tree.BasicTreeNode.IFindNodeListener;
196 private static class MinAreaFindNodeListener implements IFindNodeListener {

Completed in 478 milliseconds