Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java75 private int mItemHeightHalf; field in TouchInterceptor
85 mItemHeightHalf = mItemHeightNormal / 2; in TouchInterceptor()
180 int adjustedy = y - mDragPointY - mItemHeightHalf; in getItemForPosition()