Searched defs:next (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutPromoter.java29 public ShortcutPromoter(Config config, Promoter next, SuggestionFilter filter) { argument
30 super(filter, next, config);
H A DAbstractPromoter.java27 protected AbstractPromoter(SuggestionFilter filter, Promoter next, Config config) { argument
29 mNext = next;
H A DRankAwarePromoter.java34 public RankAwarePromoter(Config config, SuggestionFilter filter, Promoter next) { argument
35 super(filter, next, config);
174 CorpusResult result = iter.next();
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DLineIterator.java123 * Returns the next line in the wrapped <code>Reader</code>.
125 * @return the next line from the input
128 public Object next() { method in class:LineIterator
133 * Returns the next line in the wrapped <code>Reader</code>.
135 * @return the next line from the input
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
H A DAddressListParser.java793 if ((oldToken = token).next != null) token = token.next;
794 else token = token.next = token_source.getNextToken();
804 c = c.next;
820 if (jj_scanpos.next == null) {
821 jj_lastpos = jj_scanpos = jj_scanpos.next = token_source.getNextToken();
823 jj_lastpos = jj_scanpos = jj_scanpos.next;
826 jj_scanpos = jj_scanpos.next;
830 while (tok != null && tok != jj_scanpos) { i++; tok = tok.next; }
839 if (token.next !
974 JJCalls next; field in class:AddressListParser.JJCalls
[all...]
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h53 EdgePointer *next; member in class:CDelaunay
112 #define onext(a) next[a]
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
H A DBuilder.java198 head = head.next;
234 public Node next() { method in class:Builder.ChildNodeIterator
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java51 public void next(Bitmap bitmap, int rotation) { method in class:SlideshowView
H A DPhotoView.java84 // the previous/next image entries
246 // -1 previous, 0 current, 1 next
350 * previous current next
380 // layout the next image
395 // Draw the next photo
472 ScreenNailEntry next = mScreenNails[ENTRY_NEXT];
478 // exceeds the threshold, switch to next / previous image.
485 if (next.isEnabled()) {
487 controller.startHorizontalSlide(next.mOffsetX - width / 2);
506 ScreenNailEntry next
724 public void next(); method in interface:PhotoView.Model
[all...]
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java67 if (slot.next()) mQueue.add(slot);
136 if (slot.next()) mQueue.add(slot);
139 if (slot.next()) mQueue.add(slot);
234 if (slot.next()) mQueue.add(slot);
237 if (slot.next()) mQueue.add(slot);
282 public boolean next() { method in class:ImageListUber.MergeSlot
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DActivityState.java59 ResultEntry next; field in class:ActivityState.ResultEntry
H A DSinglePhotoDataAdapter.java169 public void next() { method in class:SinglePhotoDataAdapter
H A DPhotoDataAdapter.java68 // We want to fetch the current screennail first (offset = 0), the next
131 // current, and next image. If the version number changes, we invalidate
334 public void next() { method in class:PhotoDataAdapter
/packages/experimental/procstatlog/
H A Dprocstatlog.c286 struct data *next = stats; local
290 read_data(next++, filename);
292 read_data(next++, filename);
296 next += read_proc_yaffs(next, stats + stats_count - next);
297 next += read_lines("/proc/net/dev", ':', NULL, 0, next, end - next);
298 next
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
H A DLanguageSwitcher.java175 * Returns the next input locale in the list. Wraps around to the beginning of the
212 public void next() { method in class:LanguageSwitcher
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java178 TutorialEN.this.next();
257 next();
260 boolean next() { method in class:TutorialEN
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java181 TutorialJAJP.this.next();
329 next();
332 boolean next() { method in class:TutorialJAJP
384 next();
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
H A DFusionDictionary.java560 public Word next() { method in class:FusionDictionary.DictionaryIterator
566 final CharGroup currentGroup = currentPos.pos.next();
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c189 NJ_INT32 i, next, first; local
199 next = -1;
292 (next == -1)) {
298 next = i;
318 if ((next == -1) || (nj_strcmp(result_stroke, tmp_stroke) > 0)) {
324 next = i;
331 if (next == -1) {
335 loctset = &(cursor->loctset[next]);
338 (cursor->cond.ds->dic[next].srhCache == NULL))) {
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java362 public synchronized void next() { method in class:SmilPlayer
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPassword.java416 private void showError(String msg, final Stage next) { argument
418 Message mesg = mHandler.obtainMessage(MSG_SHOW_ERROR, next);
H A DAccessibilityTutorialActivity.java171 private void next() { method in class:AccessibilityTutorialActivity
630 mController.next();

Completed in 314 milliseconds

12