Home
last modified time | relevance | path

Searched refs:EmptyDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundManager.java325 if (!(getDrawable(i) instanceof EmptyDrawable)) { in clearDrawable()
1054 static class EmptyDrawable extends BitmapDrawable { class in BackgroundManager
1055 EmptyDrawable(Resources res) { in EmptyDrawable() method in BackgroundManager.EmptyDrawable
1061 return new EmptyDrawable(context.getResources()); in createEmptyDrawable()
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DBackgroundManagerTest.java181 instanceof BackgroundManager.EmptyDrawable); in assertIsColorDrawable()
190 instanceof BackgroundManager.EmptyDrawable); in assertIsBitmapDrawable()
201 instanceof BackgroundManager.EmptyDrawable); in assertIsDrawable()