Searched refs:oldLocationInWindow (Results 1 – 1 of 1) sorted by relevance
154 final int[] oldLocationInWindow = new int[2]; in buttonClick() local155 child.getLocationInWindow(oldLocationInWindow); in buttonClick()165 float deltaX = oldLocationInWindow[0] - locationInWindow[0]; in buttonClick()166 float deltaY = oldLocationInWindow[1] - locationInWindow[1]; in buttonClick()