Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java73 private int mItemHeightNormal; field in TouchInterceptor
84 mItemHeightNormal = res.getDimensionPixelSize(R.dimen.normal_height); in TouchInterceptor()
85 mItemHeightHalf = mItemHeightNormal / 2; in TouchInterceptor()
161 int pos = myPointToPosition(x, y + mItemHeightNormal); in myPointToPosition()
231 params.height = mItemHeightNormal; in unExpandViews()
263 int height = mItemHeightNormal; in doExpansion()