Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 64) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeView.java86 boolean more = false; in render()
90 more |= mEffect[i].draw(canvas); in render()
93 if (more) { in render()
110 boolean more = false; in onRelease()
113 more |= !mEffect[i].isFinished(); in onRelease()
115 if (more) { in onRelease()
DSlotView.java247 boolean more = mScroller.advanceAnimation(animTime); in render()
248 more |= mLayout.advanceAnimation(animTime); in render()
269 more |= paperActive; in render()
272 more |= mAnimation.calculate(animTime); in render()
283 if ((r & RENDER_MORE_FRAME) != 0) more = true; in render()
292 if ((r & RENDER_MORE_FRAME) != 0) more = true; in render()
300 if (more) invalidate(); in render()
303 if (mMoreAnimation && !more && listener != null) { in render()
311 mMoreAnimation = more; in render()
DPhotoFallbackEffect.java79 boolean more = calculate(AnimationTime.get()); in draw()
86 return more; in draw()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionExtras.java30 protected AbstractSuggestionExtras(SuggestionExtras more) { in AbstractSuggestionExtras() argument
31 mMore = more; in AbstractSuggestionExtras()
/packages/experimental/NotificationLog/src/com/android/notificationlog/
DNotificationLogActivity.java85 TextView more = (TextView)view.findViewById(R.id.text); in bindView() local
106 more.setText(text); in bindView()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
237 # diagrams that involve STL classes more complete and accurate.
294 # performance by keeping more symbols in memory. Note that the value works on
476 # the documentation. If the initializer consists of more lines than specified
598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
655 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
670 # The EXAMPLE_PATH tag can be used to specify one or more files or
[all …]
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
237 # diagrams that involve STL classes more complete and accurate.
294 # performance by keeping more symbols in memory. Note that the value works on
476 # the documentation. If the initializer consists of more lines than specified
598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
655 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
670 # The EXAMPLE_PATH tag can be used to specify one or more files or
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
237 # diagrams that involve STL classes more complete and accurate.
294 # performance by keeping more symbols in memory. Note that the value works on
476 # the documentation. If the initializer consists of more lines than specified
598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
655 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
670 # The EXAMPLE_PATH tag can be used to specify one or more files or
[all …]
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
237 # diagrams that involve STL classes more complete and accurate.
294 # performance by keeping more symbols in memory. Note that the value works on
476 # the documentation. If the initializer consists of more lines than specified
598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
655 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
670 # The EXAMPLE_PATH tag can be used to specify one or more files or
[all …]
/packages/apps/Email/src/com/android/email/activity/
DMessageFileViewFragment.java64 UiUtilities.setVisibilitySafe(result, R.id.more, View.GONE); in onCreateView()
DMessageViewFragment.java220 mMoreButton = UiUtilities.getViewOrNull(view, R.id.more); in onCreateView()
424 case R.id.more: { in onClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DBinaryDictInputOutput.java744 private static final int makeBigramFlags(final boolean more, final int offset, in makeBigramFlags() argument
746 int bigramFlags = (more ? FLAG_ATTRIBUTE_HAS_NEXT : 0) in makeBigramFlags()
822 private static final int makeShortcutFlags(final boolean more, final int frequency) { in makeShortcutFlags() argument
823 return (more ? FLAG_ATTRIBUTE_HAS_NEXT : 0) + (frequency & FLAG_ATTRIBUTE_FREQUENCY); in makeShortcutFlags()
/packages/apps/Browser/src/com/android/browser/
DSnapshotBar.java92 mOverflowMenu = findViewById(R.id.more); in onFinishInflate()
DSuggestionsAdapter.java304 boolean more = false; in mixResults()
307 more = s.moveToNext(); in mixResults()
DNavScreen.java122 mMore = (ImageButton) findViewById(R.id.more); in init()
DNavigationBarPhone.java80 mMore = findViewById(R.id.more); in onFinishInflate()
/packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSet.tmpl35 * tools/maketext/res/values-<locale>/donottranslate-more-keys.xml
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java175 boolean more = mResumeEffect.draw(canvas);
176 if (!more) {
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java489 boolean more = mScroller.computeScrollOffset(); in computeScroll()
491 if (more) { in computeScroll()
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
DAddressListParser.jj4 * or more contributor license agreements. See the NOTICE file *
/packages/apps/Mms/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/wallpapers/LivePicker/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/wallpapers/MusicVisualization/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/DrmProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/PackageInstaller/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the

123