OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCardHeight
(Results
1 - 5
of
5
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
SimpleCardView.java
31
private final float
mCardHeight
;
43
mCardHeight
= getResources().getDimension(R.dimen.card_layout_height);
48
return
mCardHeight
;
SetupCardView.java
34
private final float
mCardHeight
;
46
mCardHeight
= getResources().getDimension(R.dimen.card_layout_height);
51
return
mCardHeight
;
ChannelCardView.java
45
private final float
mCardHeight
;
76
mCardHeight
= getResources().getDimensionPixelSize(R.dimen.card_layout_height);
182
return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight :
mCardHeight
;
AppLinkCardView.java
52
private final float
mCardHeight
;
88
mCardHeight
= getResources().getDimensionPixelSize(R.dimen.card_layout_height);
256
return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight :
mCardHeight
;
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java
59
int
mCardHeight
= 0;
102
mCardHeight
= mLayout.getHeight();
123
mCardHeight
);
Completed in 823 milliseconds