Searched refs:motionRow (Results 1 – 1 of 1) sorted by relevance
5714 final int motionRow = findMotionRow(y); in findClosestMotionRow() local5715 return motionRow != INVALID_POSITION ? motionRow : mFirstPosition + childCount - 1; in findClosestMotionRow()