Home
last modified time | relevance | path

Searched refs:locationHint (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java1500 int locationHint[] = new int[2]; in startTouchAnimation() local
1501 ((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()