Searched refs:locationHint (Results 1 – 1 of 1) sorted by relevance
1500 int locationHint[] = new int[2]; in startTouchAnimation() local1501 ((View)hint.getParent()).getLocationOnScreen(locationHint); in startTouchAnimation()1504 hint.setTranslationX(location[0] - locationHint[0] + dx); in startTouchAnimation()1505 hint.setTranslationY(location[1] - locationHint[1] + dy); in startTouchAnimation()