OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExtendViewOnFocus
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
ChannelCardView.java
60
private boolean
mExtendViewOnFocus
;
131
if (
mExtendViewOnFocus
= mMetaViewFocused.getLineCount() > 1) {
163
if (
mExtendViewOnFocus
) {
171
if (
mExtendViewOnFocus
) {
182
return (
mExtendViewOnFocus
&& isFocused()) ? mExtendedCardHeight : mCardHeight;
AppLinkCardView.java
71
private boolean
mExtendViewOnFocus
;
170
mExtendViewOnFocus
= mMetaViewFocused.getLineCount() > 1;
171
if (
mExtendViewOnFocus
) {
237
if (
mExtendViewOnFocus
) {
245
if (
mExtendViewOnFocus
) {
256
return (
mExtendViewOnFocus
&& isFocused()) ? mExtendedCardHeight : mCardHeight;
Completed in 68 milliseconds