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

/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java63 private int mLowerBound; field in class:TouchInterceptor
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
199 mLowerBound = mHeight * 2 / 3;
339 if (y > mLowerBound) {
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;

Completed in 65 milliseconds