Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java56 private int mDragPointY; // at what y offset inside the item did the user grab it field in TouchInterceptor
127 mDragPointY = y - item.getTop(); in onInterceptTouchEvent()
180 int adjustedy = y - mDragPointY - mItemHeightHalf; in getItemForPosition()
374 mWindowParams.y = y - mDragPointY + mYOffset; in startDragging()
415 mWindowParams.y = y - mDragPointY + mYOffset; in dragView()