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

/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java55 private int mDragPointX; // at what x offset inside the item did the user grab it field in class:TouchInterceptor
126 mDragPointX = x - item.getLeft();
373 mWindowParams.x = x - mDragPointX + mXOffset;
411 mWindowParams.x = x - mDragPointX + mXOffset;

Completed in 27 milliseconds