Searched refs:emptyContent (Results 1 – 1 of 1) sorted by relevance
87 final View emptyContent = findViewById(R.id.empty_state); in setIsEmptyState() local92 emptyContent.setVisibility(isEmptyState ? View.VISIBLE : View.GONE); in setIsEmptyState()99 mIsShowingInterstitial = isEmptyState && emptyContent.getVisibility() != View.VISIBLE; in setIsEmptyState()