Home | History | Annotate | Download | only in launcher2

Lines Matching refs:System

1411             System.arraycopy(mIcons, 0, icons, 0, oldCount);
1412 System.arraycopy(mIconIds, 0, iconIds, 0, oldCount);
1413 System.arraycopy(mLabels, 0, labels, 0, oldCount);
1414 System.arraycopy(mLabelIds, 0, labelIds, 0, oldCount);
1429 System.arraycopy(mIcons, index, mIcons, dest, count);
1430 System.arraycopy(mIconIds, index, mIconIds, dest, count);
1431 System.arraycopy(mLabels, index, mLabels, dest, count);
1432 System.arraycopy(mLabelIds, index, mLabelIds, dest, count);
1446 System.arraycopy(mIcons, src, mIcons, index, count);
1447 System.arraycopy(mIconIds, src, mIconIds, index, count);
1448 System.arraycopy(mLabels, src, mLabels, index, count);
1449 System.arraycopy(mLabelIds, src, mLabelIds, index, count);