HomeSort by relevance Sort by last modified time
    Searched refs:nextPage (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/deqp/framework/delibs/depool/
deMemPool.c 55 MemPage* nextPage;
363 MemPage* nextPage;
367 nextPage = page->nextPage;
369 page = nextPage;
395 for (memPage = pool->currentPage; memPage; memPage = memPage->nextPage)
413 for (memPage = pool->currentPage; memPage; memPage = memPage->nextPage)
476 curPage->nextPage = pool->currentPage;
  /external/opencv3/modules/imgcodecs/src/
grfmt_base.hpp 74 virtual bool nextPage() { return false; }
grfmt_tiff.hpp 103 bool nextPage();
grfmt_tiff.cpp 189 bool TiffDecoder::nextPage()
loadsave.cpp 385 if (!decoder->nextPage())
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 560 * @return the view adjacent to {@param oldView} in the {@param nextPage} of the folder.
563 ShortcutAndWidgetContainer nextPage, View oldView, int edgeColumn) {
566 int column = (edgeColumn == NEXT_PAGE_LEFT_COLUMN) ^ nextPage.invertLayoutHorizontally()
567 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
571 View newView = nextPage.getChildAt(column, row);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java     [all...]
FocusHelper.java 312 CellLayout nextPage = (CellLayout) workspace.getPageAt(pageIndex + 1);
313 boolean isNextPageFullscreen = ((CellLayout.LayoutParams) nextPage
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 

Completed in 1576 milliseconds

1 2 3