/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeView.java | 89 boolean more = false; in render() 93 more |= mEffect[i].draw(canvas); in render() 96 if (more) { in render() 113 boolean more = false; in onRelease() 116 more |= !mEffect[i].isFinished(); in onRelease() 118 if (more) { in onRelease()
|
D | SlotView.java | 246 boolean more = mScroller.advanceAnimation(animTime); in render() 247 more |= mLayout.advanceAnimation(animTime); in render() 268 more |= paperActive; in render() 271 more |= mAnimation.calculate(animTime); in render() 282 if ((r & RENDER_MORE_FRAME) != 0) more = true; in render() 291 if ((r & RENDER_MORE_FRAME) != 0) more = true; in render() 299 if (more) invalidate(); in render() 302 if (mMoreAnimation && !more && listener != null) { in render() 310 mMoreAnimation = more; in render()
|
D | PhotoFallbackEffect.java | 81 boolean more = calculate(AnimationTime.get()); in draw() 88 return more; in draw()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 207 # not recognized any more. 250 # only. Doxygen will then generate output that is more tailored for C. For 258 # Python sources only. Doxygen will then generate output that is more tailored 297 # according to the Markdown format, which allows for more readable 319 # diagrams that involve STL classes more complete and accurate. 634 # documentation. If the initializer consists of more lines than specified here 687 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing 690 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 791 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 833 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude [all …]
|
D | dom.md | 3 …d in [Tutorial](doc/tutorial.md). This section will describe some details and more advanced usages. 252 For more about SAX events and handler, please refer to [SAX](doc/sax.md).
|
D | internals.md | 113 Number is a bit more complicated. For normal integer values, it can contains `kIntFlag`, `kUintFlag… 344 This also makes the estimation of stack size more easier.
|
D | faq.md | 87 …DOM is easy for query and manipulation. SAX is very fast and memory-saving but often more difficul… 289 This is the trend. And GitHub is much more powerful and convenient.
|
D | tutorial.md | 80 JSON number type represents all numeric values. However, C++ needs more specific type for manipulat… 512 3. [DOM](doc/dom.md)'s basics are already covered in this tutorial. Uncover more advanced features …
|
/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/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/TV/tests/common/src/com/android/tv/testing/ |
D | ComparableTester.java | 72 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { in assertOrder() argument 73 assertLess(less, more, lessGroup, moreGroup); in assertOrder() 74 assertMore(more, less, moreGroup, lessGroup); in assertOrder()
|
D | ComparatorTester.java | 86 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { in assertOrder() argument 87 assertLess(less, more, lessGroup, moreGroup); in assertOrder() 88 assertMore(more, less, moreGroup, lessGroup); in assertOrder()
|
/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/Messaging/src/com/android/messaging/util/ |
D | UiUtils.java | 185 final String more) { in commaEllipsize() argument 191 more); in commaEllipsize()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictEncoderUtils.java | 561 /* package */ static int makeBigramFlags(final boolean more, final int offset, in makeBigramFlags() argument 563 int bigramFlags = (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0) in makeBigramFlags()
|
/packages/apps/Camera2/ |
D | proguard-project.txt | 10 # For more details, see
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | interaction_event.proto | 13 // Leaving tags 1-14 for more frequent interactions, e.g. ANSWERED_CALL
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumPage.java | 179 boolean more = mResumeEffect.draw(canvas); 180 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/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsTable.tmpl | 32 * tools/make-keyboard-text/res/values-<locale>/donottranslate-more-keys.xml
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 37 otherwise, or (ii) ownership of fifty percent (50%) or more of the 231 otherwise, or (ii) ownership of fifty percent (50%) or more of the 425 otherwise, or (ii) ownership of fifty percent (50%) or more of the 619 otherwise, or (ii) ownership of fifty percent (50%) or more of the 811 otherwise, or (ii) ownership of fifty percent (50%) or more of the 1005 otherwise, or (ii) ownership of fifty percent (50%) or more of the 1199 otherwise, or (ii) ownership of fifty percent (50%) or more of the 1393 otherwise, or (ii) ownership of fifty percent (50%) or more of the 1585 otherwise, or (ii) ownership of fifty percent (50%) or more of the 1777 otherwise, or (ii) ownership of fifty percent (50%) or more of the [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 4 * or more contributor license agreements. See the NOTICE file *
|
/packages/apps/BasicSmsReceiver/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Launcher2/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|