Searched refs:getWindowCenter (Results 1 – 3 of 3) sorted by relevance
275 private Point getWindowCenter(ComponentName name) throws Exception { in getWindowCenter() method in CrossAppDragAndDropTests311 Point p1 = getWindowCenter(sourceComponentName); in assertDragAndDropResults()313 Point p2 = getWindowCenter(targetComponentName); in assertDragAndDropResults()
562 public static Point getWindowCenter(@NonNull Supplier<IBinder> windowTokenSupplier) in getWindowCenter() method
19 import static android.server.wm.CtsWindowInfoUtils.getWindowCenter;288 final Point center = getWindowCenter(windowTokenSupplier); in globalTapOnWindowCenter()