Home | History | Annotate | Download | only in launcher2

Lines Matching refs:childOffsets

737         int[] childOffsets = Float.compare(mLayoutScale, 1f) == 0 ?
740 if (childOffsets != null && childOffsets[index] != -1) {
741 return childOffsets[index];
753 if (childOffsets != null) {
754 childOffsets[index] = offset;