Searched refs:getTextResource (Results 1 – 3 of 3) sorted by relevance
115 public int getTextResource() { in getTextResource() method in EmptyShadeView
566 when(mEmptyShadeView.getTextResource()).thenReturn(R.string.empty_shade_text); in testReInflatesFooterViews()576 when(mEmptyShadeView.getTextResource()).thenReturn(R.string.empty_shade_text); in testReInflatesEmptyShadeView()
4624 int oldTextRes = mEmptyShadeView.getTextResource(); in updateEmptyShadeViewResources()5462 oldView == null ? R.string.empty_shade_text : oldView.getTextResource(), in inflateEmptyShadeView()