Searched defs:py (Results 1 - 1 of 1) sorted by relevance

/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
H A DBasicTreeNode.java84 * @param py
87 public boolean findLeafMostNodesAtPoint(int px, int py, IFindNodeListener listener) { argument
90 foundInChild |= node.findLeafMostNodesAtPoint(px, py, listener);
96 if (x <= px && px <= x + width && y <= py && py <= y + height) {

Completed in 3085 milliseconds