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

  /frameworks/base/core/java/android/widget/
FastScroller.java 529 final int nSections = sections.length;
530 int section = (int) (position * nSections);
531 if (section >= nSections) {
532 section = nSections - 1;
548 if (section < nSections - 1) {
576 while (nextNextSection < nSections &&
583 // (1 / nSections).
584 float fPrev = (float) prevSection / nSections;
585 float fNext = (float) nextSection / nSections;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 809 CARD16 nSections B16;
823 CARD8 nSections;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 809 CARD16 nSections B16;
823 CARD8 nSections;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 809 CARD16 nSections B16;
823 CARD8 nSections;

Completed in 730 milliseconds