Home
last modified time | relevance | path

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

1234567

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeView.java89 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()
DSlotView.java246 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()
DPhotoFallbackEffect.java81 boolean more = calculate(AnimationTime.get()); in draw()
88 return more; in draw()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DComparableTester.java68 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { in assertOrder() argument
69 assertLess(less, more, lessGroup, moreGroup); in assertOrder()
70 assertMore(more, less, moreGroup, lessGroup); in assertOrder()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DAbstractSuggestionExtras.java30 protected AbstractSuggestionExtras(SuggestionExtras more) { in AbstractSuggestionExtras() argument
31 mMore = more; in AbstractSuggestionExtras()
/packages/modules/ExtServices/
DREADME.md8 defined services above or a new added platform service, it will provide more flexibility and
9 benefits by updating ExtServices in a more frequent cycle than a platform release cycle.
/packages/modules/GeoTZ/s2storage/
DREADME.md34 table. Then they contain one or more fixed length `{key}`/`{value}` records of `{R}` bits sorted by
99 For more information on suffix table storage, see the Suffix Table Blocks section below.
114 Sets of one or more time zone IDs are referenced by every range stored in the TZ S2 data file.
147 Every TZ S2 data file has one or more "set banks". Each bank contains an array of `{set of time zone
166 The suffix table block is a packed table with shared information and one or more entries.
201 more information see TZ ID Sets storage above.
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DSoundSettingsTest.java310 UiObject2 more = mDevice.wait(Until.findObject(By.text("Advanced")), TIMEOUT); in clickMore() local
311 if (more != null) { in clickMore()
312 more.click(); in clickMore()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in207 # 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 …]
/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/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/modules/adb/
DSERVICES.TXT49 to the host machine. This will fail if there are more than one such
54 This will fail if there is more than one such emulator instance
60 Will fail if there is more than one such device/emulator available.
71 to the host. This will fail if there is none or more than one.
75 running on the host. This will fail if there is none or more than one.
DSYNC.TXT3 to understand what's going on here. See the SERVICES.TXT to learn more
37 respond with zero or more directory entries or "dents".
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
Dvoicemail_transcription.proto40 // a more specfic status.
46 // captured by a more specfic status.
158 // User feedback indicating the transcription quality for one or more
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md117 more in depth in the Android background reading [here][8].
156 more information on the test case that caused the problem. For more
190 `slow_unit-*` cases. Increasing the `max_total_time` value may yield a more
206 conversion from this protobuf format to a model format is much more
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md199 …utput tensor that is compatible with the ADD operation or if the model has more than one operation.
231 … skip if the model does not have any constant tensor, or if the model has more than one operations…
233 …input tensor that is compatible to the ADD operation, or if the model has more than one operations…
343 …ceptions that a certain operation is under-tested in previous version and more tests are added in …
445 # Add two more groups of variations
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md22 the framework was more mature, the team realized that they needed to add
23 more customization to their widgets, so they created the AppCompat variant
/packages/apps/Gallery2/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/QuickSearchBox/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/HTMLViewer/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/Car/Calendar/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/Messaging/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/DocumentsUI/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/Car/SystemUpdater/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/packages/apps/TimeZoneData/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.

1234567