Searched defs:touchPosition (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java74 public void onCardLongPress(int n, int touchPosition[], Rect detailCoordinates) { argument
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java273 public void onCardLongPress(int n, int touchPosition[], Rect detailCoordinates) { argument
274 if (DBG) Log.v(TAG, "onCardLongPress(" + n + ", (" + touchPosition + "), (" +
H A DCarouselRS.java141 * @param touchPosition position of where the user pressed, in screen coordinates
144 void onCardLongPress(int n, int touchPosition[], Rect detailCoordinates); argument
213 int touchPosition[] = { mData[1], mData[2] };
215 mCallback.onCardLongPress(mData[0], touchPosition, detailCoordinates);

Completed in 69 milliseconds