Searched defs:empty (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java369 // We rearrange the items in case there are any empty gaps
587 private void realTimeReorder(int[] empty, int[] target) { argument
594 if (readingOrderGreaterThan(target, empty)) {
595 wrap = empty[0] >= mContent.getCountX() - 1;
596 startY = wrap ? empty[1] + 1 : empty[1];
598 startX = y == empty[1] ? empty[0] + 1 : 0;
602 if (mContent.animateChildToPosition(v, empty[0], empty[
[all...]
/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp280 static uint8_t* empty = (uint8_t*) ""; local
394 //if (NXP TagWriter wants to erase tag) then create and write an empty ndef message
397 ALOGD ("%s: create empty ndef msg; status=%u; size=%lu", __FUNCTION__, status, curDataSize);

Completed in 737 milliseconds