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

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

Completed in 34 milliseconds