Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java170 float tmpDX = (x - mLastTouchX) / dt; in onTouch() local
172 if (dt > 0f && (Math.abs(tmpDX) > 5f || Math.abs(tmpDY) > 5f)) { in onTouch()
174 mDX = tmpDX; in onTouch()