Home | History | Annotate | Download | only in launcher2

Lines Matching defs:Arrays

55 import java.util.Arrays;
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.
240 Arrays.fill(mDragOutlineAlphas, fromAlphaValue);