HomeSort by relevance Sort by last modified time
    Searched full:pageidx (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/pftest/
pftest.c 57 int pageIdx = 0;
68 int nextPageIdx = (pageIdx + 1) % numPages;
76 *(intptr_t *) (mem + 4096 * pageIdx + entryOffset) =
80 *(intptr_t *) (mem + 4096 * pageIdx + entryOffset) =
84 pageIdx = nextPageIdx;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 89 "handleKeyEvent START: cntX=%d, cntY=%d, iconIdx=%d, pageIdx=%d, pageCnt=%d",

Completed in 61 milliseconds