Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance
110 for (int ndx = mChildren.size() - 1; ndx >= 0; ndx--) { in startAnimation()111 final WindowState windowState = mChildren.get(ndx); in startAnimation()
436 float ndx = dx / hyp; in fling() local439 float oldVelocityX = ndx * oldVel; in fling()