/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeView.java | 86 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()
|
D | SlotView.java | 247 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()
|
D | PhotoFallbackEffect.java | 79 boolean more = calculate(AnimationTime.get()); in draw() 86 return more; in draw()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | AbstractSuggestionExtras.java | 30 protected AbstractSuggestionExtras(SuggestionExtras more) { in AbstractSuggestionExtras() argument 31 mMore = more; in AbstractSuggestionExtras()
|
/packages/experimental/NotificationLog/src/com/android/notificationlog/ |
D | NotificationLogActivity.java | 85 TextView more = (TextView)view.findViewById(R.id.text); in bindView() local 106 more.setText(text); in bindView()
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 195 # 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/ |
D | feature_mos_API_doxyfile | 195 # 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/ |
D | feature_mos_API_doxyfile | 195 # 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/ |
D | dbreg_API_doxyfile | 195 # 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/ |
D | MessageFileViewFragment.java | 64 UiUtilities.setVisibilitySafe(result, R.id.more, View.GONE); in onCreateView()
|
D | MessageViewFragment.java | 220 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/ |
D | BinaryDictInputOutput.java | 744 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/ |
D | SnapshotBar.java | 92 mOverflowMenu = findViewById(R.id.more); in onFinishInflate()
|
D | SuggestionsAdapter.java | 304 boolean more = false; in mixResults() 307 more = s.moveToNext(); in mixResults()
|
D | NavScreen.java | 122 mMore = (ImageButton) findViewById(R.id.more); in init()
|
D | NavigationBarPhone.java | 80 mMore = findViewById(R.id.more); in onFinishInflate()
|
/packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsSet.tmpl | 35 * tools/maketext/res/values-<locale>/donottranslate-more-keys.xml
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumPage.java | 175 boolean more = mResumeEffect.draw(canvas); 176 if (!more) {
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 489 boolean more = mScroller.computeScrollOffset(); in computeScroll() 491 if (more) { in computeScroll()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 4 * or more contributor license agreements. See the NOTICE file *
|
/packages/apps/Mms/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/wallpapers/LivePicker/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/wallpapers/MusicVisualization/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/DrmProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/PackageInstaller/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|