OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:card
(Results
76 - 100
of
2223
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/result/
wml.xml
4
<
card
id="card1" title="Rubriques 75008">
9
</
card
>
/external/libxml2/test/relaxng/
tutor11_2_1.xml
0
<
card
xmlns="http://www.example.com"
5
</
card
>
tutor11_2_2.xml
0
<
card
xmlns="http://www.example.com"
5
</
card
>
tutor10_3.rng
3
<element name="
card
">
tutor10_7.rng
4
<element name="
card
">
tutor10_7_2.xml
2
<example:
card
name="John Smith" email="js@example.com"/>
tutor10_7_3.xml
2
<example:
card
example:name="John Smith" example:email="js@example.com"/>
tutor10_8_2.xml
2
<example:
card
name="John Smith" email="js@example.com"/>
tutor10_8_3.xml
2
<example:
card
example:name="John Smith" example:email="js@example.com"/>
tutor11_2.rng
1
<element name="
card
" ns="http://www.example.com"
tutor1_1.rng
3
<element name="
card
">
tutor1_2.rng
3
<element name="
card
">
tutor3_1.rng
3
<element name="
card
">
tutor6_1.rng
1
<element name="
card
" xmlns="http://relaxng.org/ns/structure/1.0">
tutor6_2.rng
1
<element name="
card
" xmlns="http://relaxng.org/ns/structure/1.0">
tutor8_1.rng
3
<element name="
card
">
/external/libxml2/test/
wml.xml
4
<
card
id="card1" title="Rubriques 75008">
9
</
card
>
/external/kernel-headers/original/uapi/linux/
b1lli.h
3
* ISDN lowlevel-module for AVM B1-
card
.
63
#define AVMB1_LOAD 0 /* load image to
card
*/
64
#define AVMB1_ADDCARD 1 /* add a new
card
- OBSOLETE */
65
#define AVMB1_RESETCARD 2 /* reset a
card
*/
66
#define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to
card
*/
67
#define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new
card
, with cardtype */
69
#define AVMB1_REMOVECARD 6 /* remove a
card
- OBSOLETE */
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
SingleLineCardPresenter.java
19
import android.support.v17.leanback.supportleanbackshowcase.models.
Card
;
23
* This Presenter will display a
card
which consists of a big image followed by a colored footer.
24
* Not only the colored footer is unique to this
card
, but also it's footer (info) will be visible
33
@Override public void onBindViewHolder(
Card
card
, ImageCardView cardView) {
34
super.onBindViewHolder(
card
, cardView);
35
cardView.setInfoAreaBackgroundColor(
card
.getFooterColor());
AbstractCardPresenter.java
17
import android.support.v17.leanback.supportleanbackshowcase.models.
Card
;
27
* @param <T> View type for the
card
.
51
Card
card
= (
Card
) item;
local
52
onBindViewHolder(
card
, (T) viewHolder.view);
71
* Implement this method to update your
card
's view with the data bound to it.
73
* @param
card
The model containing the data for the
card
.
74
* @param cardView The view the
card
is bound to
[
all
...]
SideInfoCardPresenter.java
19
import android.support.v17.leanback.supportleanbackshowcase.models.
Card
;
29
* This Presenter will display a
card
consisting of an image on the left side of the
card
followed
31
* box, thus it will be hidden if the parent row is inactive. This behavior is unique to this
card
50
public void onBindViewHolder(
Card
card
, BaseCardView cardView) {
52
if (
card
.getLocalImageResourceName() != null) {
58
.getIdentifier(
card
.getLocalImageResourceName(),
65
primaryText.setText(
card
.getTitle());
68
secondaryText.setText(
card
.getDescription())
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
b1lli.h
3
* ISDN lowlevel-module for AVM B1-
card
.
63
#define AVMB1_LOAD 0 /* load image to
card
*/
64
#define AVMB1_ADDCARD 1 /* add a new
card
- OBSOLETE */
65
#define AVMB1_RESETCARD 2 /* reset a
card
*/
66
#define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to
card
*/
67
#define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new
card
, with cardtype */
69
#define AVMB1_REMOVECARD 6 /* remove a
card
- OBSOLETE */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
b1lli.h
3
* ISDN lowlevel-module for AVM B1-
card
.
63
#define AVMB1_LOAD 0 /* load image to
card
*/
64
#define AVMB1_ADDCARD 1 /* add a new
card
- OBSOLETE */
65
#define AVMB1_RESETCARD 2 /* reset a
card
*/
66
#define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to
card
*/
67
#define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new
card
, with cardtype */
69
#define AVMB1_REMOVECARD 6 /* remove a
card
- OBSOLETE */
/cts/apps/CtsVerifier/res/xml/
offhost_aid_list.xml
4
<!-- OBTH
card
manager AID -->
6
<!-- NXP
card
manager AID -->
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
check_soundcard.vbs
1
rem Check for a working sound-
card
- exit with 0 if OK, 1 otherwise.
11
rem No sound
card
found - exit with status code of 1
Completed in 149 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>