Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java96 float mCurrentX, mCurrentY; field in DragState
251 mOriginalY = mCurrentY = touchY; in broadcastDragStartedLw()
346 sendDragStartedLw(newWin, mCurrentX, mCurrentY, mDataDescription); in sendDragStartedIfNeededLw()
371 y = mCurrentY; in broadcastDragEndedLw()
413 mService.restorePointerIconLocked(mDisplayContent, mCurrentX, mCurrentY); in cleanUpDragLw()
429 mCurrentY = y; in notifyMoveLw()
498 mCurrentY = y; in notifyDropLw()
575 mCurrentX - mThumbOffsetX, mCurrentY - mThumbOffsetY); in stepAnimationLocked()
588 final float translateY = mOriginalY - mCurrentY; in createReturnAnimationLocked()