Searched refs:mExtendViewOnFocus (Results 1 – 2 of 2) sorted by relevance
60 private boolean mExtendViewOnFocus; field in ChannelCardView131 if (mExtendViewOnFocus = mMetaViewFocused.getLineCount() > 1) { in onBind()163 if (mExtendViewOnFocus) {171 if (mExtendViewOnFocus) {182 return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight : mCardHeight;
71 private boolean mExtendViewOnFocus; field in AppLinkCardView170 mExtendViewOnFocus = mMetaViewFocused.getLineCount() > 1; in onBind()171 if (mExtendViewOnFocus) { in onBind()237 if (mExtendViewOnFocus) {245 if (mExtendViewOnFocus) {256 return (mExtendViewOnFocus && isFocused()) ? mExtendedCardHeight : mCardHeight;