Searched refs:emptyState (Results 1 – 2 of 2) sorted by relevance
79 public void init(PageContentProvider provider, Drawable emptyState, Drawable errorState, in init() argument84 ? emptyState != null : !mEmptyState.equals(emptyState); in init()100 mEmptyState = emptyState; in init()
54 int[] emptyState = {}; in testEmptyState() local55 int defaultColor = colorStateList.getColorForState(emptyState, mFailureColor); in testEmptyState()