Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java60 private DropListener mDropListener; field in TouchInterceptor
116 if (mDragListener != null || mDropListener != null) { in onInterceptTouchEvent()
302 if ((mDragListener != null || mDropListener != null) && mDragView != null) { in onTouchEvent()
316 if (mDropListener != null && mDragPos >= 0 && mDragPos < getCount()) { in onTouchEvent()
317 mDropListener.drop(mSrcDragPos, mDragPos); in onTouchEvent()
457 mDropListener = l; in setDropListener()
DTrackBrowserActivity.java167 ((TouchInterceptor) mTrackList).setDropListener(mDropListener); in onCreate()
521 private TouchInterceptor.DropListener mDropListener = field in TrackBrowserActivity