Lines Matching defs:out
228 mEaseOutInterpolator = new DecelerateInterpolator(2.5f); // Quint ease out
235 // where the item will land. The outlines gradually fade out, leaving a trail
768 * Given a cell coordinate and span fills out a corresponding pixel rect
1301 // We can't move out horizontally
1311 // We can't move out vertically
2979 out: for (int i = x; i < x + spanX - 1 && x < xCount; i++) {
2982 if (!available) break out;