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.java326 if (!(getDrawable(i) instanceof EmptyDrawable)) { in clearDrawable()
1055 static class EmptyDrawable extends BitmapDrawable { class in BackgroundManager
1056 EmptyDrawable(Resources res) { in EmptyDrawable() method in BackgroundManager.EmptyDrawable
1062 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()