Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java809 float[] lmx = new float[pointerId + 1]; in ensureMotionHistorySizeForId() local
818 System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length); in ensureMotionHistorySizeForId()
827 mLastMotionX = lmx; in ensureMotionHistorySizeForId()