Lines Matching defs:used
113 // These arrays are used to implement the drag visualization on x-large screens.
114 // They are used as circular arrays, indexed by mDragOutlineCurrent.
120 // Used as an index into the above 3 arrays; indicates which is the most current value.
222 // Initialize the data structures used for the drag visualization.
235 // Set up all the animations that are used to implement this fading.
1351 private void recycleTempRects(Stack<Rect> used) {
1352 while (!used.isEmpty()) {
1353 mTempRectStack.push(used.pop());
1512 * cellY, spanX, spanY) are occupied. This is used when try to move a group of views.
3190 * Indicates that the temporary coordinates should be used to layout the items