Searched refs:CARD_REGION_VISIBLE_ACTIVATED (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java104 public static final int CARD_REGION_VISIBLE_ACTIVATED = 1; field in class:BaseCardView
168 CARD_REGION_VISIBLE_ACTIVATED);
268 * {@link #CARD_REGION_VISIBLE_ACTIVATED}.
295 * {@link #CARD_REGION_VISIBLE_ACTIVATED}.
507 case CARD_REGION_VISIBLE_ACTIVATED:
582 if (hasInfoRegion() && mInfoVisibility <= CARD_REGION_VISIBLE_ACTIVATED) {
585 if (hasExtraRegion() && mExtraVisibility <= CARD_REGION_VISIBLE_ACTIVATED) {

Completed in 57 milliseconds