Searched refs:more (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java89 boolean more = false;
93 more |= mEffect[i].draw(canvas);
96 if (more) {
113 boolean more = false;
116 more |= !mEffect[i].isFinished();
118 if (more) {
H A DSlotView.java246 boolean more = mScroller.advanceAnimation(animTime);
247 more |= mLayout.advanceAnimation(animTime);
268 more |= paperActive;
271 more |= mAnimation.calculate(animTime);
282 if ((r & RENDER_MORE_FRAME) != 0) more = true;
291 if ((r & RENDER_MORE_FRAME) != 0) more = true;
299 if (more) invalidate();
302 if (mMoreAnimation && !more && listener != null) {
310 mMoreAnimation = more;
H A DPhotoFallbackEffect.java81 boolean more = calculate(AnimationTime.get());
88 return more;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DAbstractSuggestionExtras.java30 protected AbstractSuggestionExtras(SuggestionExtras more) { argument
31 mMore = more;
/packages/experimental/NotificationLog/src/com/android/notificationlog/
H A DNotificationLogActivity.java85 TextView more = (TextView)view.findViewById(R.id.text);
106 more.setText(text);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java624 * @param more whether there are more bigrams after this one.
631 /* package */ static final int makeBigramFlags(final boolean more, final int offset, argument
633 int bigramFlags = (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0)
700 * @param more whether there are more attributes after this one.
704 static final int makeShortcutFlags(final boolean more, final int frequency) { argument
705 return (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0)
/packages/apps/Browser/src/com/android/browser/
H A DSuggestionsAdapter.java304 boolean more = false;
307 more = s.moveToNext();
555 // This method is used in multiple places. It is also more
H A DNavScreen.java122 mMore = (ImageButton) findViewById(R.id.more);
H A DNavigationBarPhone.java80 mMore = findViewById(R.id.more);
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java489 boolean more = mScroller.computeScrollOffset();
491 if (more) {
820 break; // Nothing more the scan.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java179 boolean more = mResumeEffect.draw(canvas);
180 if (!more) {
184 // We want to render one more time even when no more effect
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp513 if (discovery_ntf.more == FALSE)
H A DNativeNfcManager.cpp187 if (discoveredDevice->more)
189 //there is more discovery notification coming

Completed in 1036 milliseconds