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.java95 float mCurrentX, mCurrentY; field in DragState
227 mOriginalY = mCurrentY = touchY; in broadcastDragStartedLw()
324 sendDragStartedLw(newWin, mCurrentX, mCurrentY, mDataDescription); in sendDragStartedIfNeededLw()
349 y = mCurrentY; in broadcastDragEndedLw()
391 mService.restorePointerIconLocked(mDisplayContent, mCurrentX, mCurrentY); in cleanUpDragLw()
409 mCurrentY = y; in notifyMoveLw()
478 mCurrentY = y; in notifyDropLw()
555 mCurrentX - mThumbOffsetX, mCurrentY - mThumbOffsetY); in stepAnimationLocked()
568 0, mOriginalX - mCurrentX, 0, mOriginalY - mCurrentY)); in createReturnAnimationLocked()