/frameworks/base/docs/html/design/wear/ |
style.jd | 56 <p>Cards should be designed to be glanceable in a split second, just like reading the time on a traditional watch. In most cases a pairing of an icon and value, or a title and short caption should be enough to convey a meaningful message. Note that the background photo should also be used to convey information; backgrounds that change to reflect and support the primary message in the card work great. For example, in the case illustrated to the right, a suitable background image is chosen to reflect the severity of current traffic conditions. This is not just a nice piece of attention to detail; the background actually reinforces the message and makes the content more glanceable.</p>
|
/frameworks/base/docs/html/training/accessibility/ |
accessible-app.jd | 70 description on some context, such as the state of a toggle button, or a piece
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeAgent.java | 51 * one piece of data we don't need to distinguish, so we just pick
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidanceStylist.java | 162 // display a particular piece of information.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_with_partial_drops.c | 49 // are depending on an already dropped piece will also be dropped.
|
/ndk/sources/android/crazy_linker/ |
DESIGN.TXT | 8 particularly sophisticated piece of code because it is used to load and start
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
dwarf2.h | 223 DW_OP_piece = 0x93, // ULEB128 size of piece addressed
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
SuggestedMemberListAdapter.java | 284 // Set at most 1 extra piece of contact info that can be a phone number or
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 598 /* TC action piece */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 592 /* TC action piece */
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 259 for piece in pieces: 260 if piece.endswith('_'):
|
/external/icu/icu4c/source/common/unicode/ |
ubrk.h | 307 * Sets an existing iterator to point to a new piece of text 322 * Sets an existing iterator to point to a new piece of text.
|
ubidi.h | 479 * the Bidi properties of a piece of text containing one or more paragraphs [all...] |
/external/llvm/test/DebugInfo/AArch64/ |
frameindices.ll | 9 ; -- fbreg -47, bit-piece 120 8 , fbreg -54, bit-piece 56 136 ------^
|
/external/nanopb-c/generator/google/protobuf/ |
text_format.py | 355 """Tries to consume a given piece of text. 369 """Consumes a piece of text.
|
/external/pcre/dist/doc/html/ |
pcrecpp.html | 91 string (matched piece is copied to string) 92 StringPiece (StringPiece is mutated to point to matched piece)
|
/external/regex-re2/re2/ |
regexp.h | 208 StringPiece error_arg_; // Piece of regexp containing syntax error. 461 // The returned Rune* points into a piece of re,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 129 # particular, through 2.2.1 it failed to reset a piece of state used 185 # particular, through 2.2.1 it failed to reset a piece of state used
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 129 # particular, through 2.2.1 it failed to reset a piece of state used 185 # particular, through 2.2.1 it failed to reset a piece of state used
|
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 1153 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | [all...] |
/external/skia/src/effects/ |
SkBlurMaskFilter.cpp | 385 // Extra space in the middle to ensure an unchanging piece for stretching. Use 3 to cover 391 // There is no valid piece to stretch. 400 // There is no valid piece to stretch. [all...] |
/frameworks/base/core/java/android/widget/ |
Switch.java | 603 * Set the drawable used for the switch "thumb" - the piece that the user 622 * Set the drawable used for the switch "thumb" - the piece that the user 634 * Get the drawable used for the switch "thumb" - the piece that the user [all...] |