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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 145 public boolean beginResizeIfPointInRegion(int x, int y) {
DragLayer.java 130 if (child.beginResizeIfPointInRegion(x - child.getLeft(), y - child.getTop())) {

Completed in 195 milliseconds