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

  /system/core/toolbox/
mkswap.c 22 #define MIN_PAGES 10
48 if (swap_size < MIN_PAGES * pagesize) {
50 (MIN_PAGES * pagesize) >> 10);
  /frameworks/base/core/java/android/widget/
FastScroller.java 68 private static final int MIN_PAGES = 4;
512 final boolean longList = childCount > 0 && itemCount / childCount >= MIN_PAGES;
    [all...]

Completed in 51 milliseconds