OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCardLongPress
(Results
1 - 3
of
3
) sorted by null
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java
273
public void
onCardLongPress
(int n, int touchPosition[], Rect detailCoordinates) {
274
if (DBG) Log.v(TAG, "
onCardLongPress
(" + n + ", (" + touchPosition + "), (" +
CarouselRS.java
144
void
onCardLongPress
(int n, int touchPosition[], Rect detailCoordinates);
215
mCallback.
onCardLongPress
(mData[0], touchPosition, detailCoordinates);
[
all
...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java
74
public void
onCardLongPress
(int n, int touchPosition[], Rect detailCoordinates) {
Completed in 512 milliseconds