Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/widget/
DViewDragHelper.java810 float[] lmx = new float[pointerId + 1]; in ensureMotionHistorySizeForId() local
819 System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length); in ensureMotionHistorySizeForId()
828 mLastMotionX = lmx; in ensureMotionHistorySizeForId()