OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cards
(Results
51 - 75
of
695
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/extras/tests/audio/alsa/
pcmtest.cpp
52
static unsigned int
cards
;
variable
110
cards
++;
173
testPrintI(" DEVICES = PCMS:%u
CARDS
:%u MIXERS:%u TIMERS:%u",
174
pcms,
cards
, mixers, timers);
188
ASSERT_EQ(mixers,
cards
);
/frameworks/base/docs/html/design/material/
index.jd
3
page.image=images/
cards
/design-material-for-android_2x.jpg
86
<h3>Lists and
Cards
</h3>
88
<p>Android provides two new widgets for displaying
cards
and lists with material design styles
101
cards
that have a consistent look and feel.</p>
106
<p>For more information, see <a href="{@docRoot}training/material/lists-
cards
.html">Creating Lists
107
and
Cards
</a>.</p>
/frameworks/base/docs/html/training/material/
get-started.jd
12
<li><a href="#ListsCards">Create Lists and
Cards
</a></li>
36
Use system <strong>widgets</strong> for lists and
cards
.</li>
121
<h2 id="ListsCards">Create Lists and
Cards
</h2>
125
{@link android.support.v7.widget.CardView} lets you show pieces of information inside
cards
with
139
<p>For more information, see <a href="{@docRoot}training/material/lists-
cards
.html">Creating Lists
140
and
Cards
</a>.</p>
/external/llvm/lib/Target/AMDGPU/
R600Schedule.td
10
// R600 has a VLIW architecture. On pre-cayman
cards
there are 5 instruction
11
// slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman
cards
, the TRANS
/frameworks/base/docs/html/training/wearables/ui/
cards.jd
1
page.title=Creating
Cards
20
<p>
Cards
present information to users with a consistent look and feel across different apps.
21
This lesson shows you how to create
cards
in your Android Wear apps.</p>
23
<p>The Wearable UI Library provides implementations of
cards
specifically designed for wearable
32
<p>You can add
cards
to your app in two ways:</p>
43
<p class="note"><strong>Note:</strong> This lesson shows you how to add
cards
to Android Wear
44
activities. Android notifications on wearable devices are also displayed as
cards
. For more
54
add
cards
to your app if the default card layout shown in figure 1 meets your needs.</p>
/frameworks/base/docs/html-intl/intl/in/training/material/
index.jd
2
page.image=images/
cards
/material_2x.png
46
<dt><a href="{@docRoot}training/material/lists-
cards
.html">Membuat Daftar dan Kartu</a></dt>
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
styles.xml
21
<!-- Various movie card styles. Used in
cards
example. -->
76
<!-- Squared Title/Content card style. Used in
cards
example. -->
92
<!-- SideInfo. used in
cards
example -->
98
<!-- TextCardView. used in
cards
example -->
124
<!-- A default card style. Used in
cards
example. -->
139
<!-- Game card styles with custom Badge icon. Used in
cards
example. -->
160
<!-- Squared single line card with colored footer style. Used in
cards
example. -->
189
<!-- Icon card style with custom focus handler. Used in
cards
example. -->
/platform_testing/tests/jank/notificationsgenerator_wear/src/com/google/android/wearable/support/
CustomPostNotificationReceiver.java
32
* Receiver to generate notification
cards
.
74
// Show a toast once notifications
cards
are posted
/developers/build/prebuilts/gradle/CardReader/Application/src/main/res/values/
base-strings.xml
24
This sample demonstrates how to implement a low-level NFC card reader, for reading
cards
/developers/samples/android/connectivity/nfc/CardReader/
template-params.xml
31
This sample demonstrates how to implement a low-level NFC card reader, for reading
cards
/development/samples/browseable/CardReader/res/values/
base-strings.xml
24
This sample demonstrates how to implement a low-level NFC card reader, for reading
cards
/external/kernel-headers/original/uapi/linux/
b1lli.h
44
* struct for adding new
cards
hysdn_if.h
3
* Linux driver for HYSDN
cards
tty.h
24
/*
cards
about SMS messages */
/frameworks/base/core/java/com/android/internal/alsa/
LineTokenizer.java
20
* Breaks lines in an ALSA "
cards
" or "devices" file into tokens.
/frameworks/base/docs/html/design/
devices.jd
4
page.image=images/
cards
/android-devices_2x.jpg
/frameworks/base/docs/html/distribute/googleplay/
index.jd
2
page.image=images/
cards
/program-edu_2x.jpg
/frameworks/base/docs/html/distribute/stories/
apps.jd
3
page.image=images/
cards
/distribute/stories/intuit-mint.png
/frameworks/base/docs/html/training/
building-wearables.jd
3
page.image=images/
cards
/android-wear-apps_2x.jpg
/frameworks/base/packages/SystemUI/res/values/
integers_tv.xml
23
<!-- Duration for how long it takes
cards
to slide in or out when going to and from recents. -->
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/cards/
CardExampleActivity.java
15
package android.support.v17.leanback.supportleanbackshowcase.app.
cards
;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
SingleLineCardPresenter.java
15
package android.support.v17.leanback.supportleanbackshowcase.
cards
.presenters;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/layout/
activity_cards_example.xml
23
android:name="android.support.v17.leanback.supportleanbackshowcase.app.
cards
.CardExampleFragment"
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
grid_example.json
2
"
cards
": [
launcher_cards.json
4
"
cards
": [
Completed in 2354 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>