Searched refs:PlaceHolderDrawable (Results 1 – 3 of 3) sorted by relevance
8 class PlaceHolderDrawable(private val width: Int, private val height: Int) : Drawable() { class11 fun createFrom(other: Drawable): PlaceHolderDrawable { in createFrom()12 return PlaceHolderDrawable(other.intrinsicWidth, other.intrinsicHeight) in createFrom()
205 val drawable = PlaceHolderDrawable(width = size.width, height = size.height) in <lambda>()
475 assertThat(drawable).isInstanceOf(PlaceHolderDrawable::class.java) in assertIsPlaceHolder()