Searched refs:colorDrawable (Results 1 – 2 of 2) sorted by relevance
114 ColorDrawable colorDrawable = (ColorDrawable) backgroundDrawable; in testWindowBackground_colorLiteral() local115 assertThat(colorDrawable.getColor(), is(Color.GREEN)); in testWindowBackground_colorLiteral()128 ColorDrawable colorDrawable = (ColorDrawable) fallbackDrawable; in testWindowBackgroundFallback_colorLiteral() local129 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallback_colorLiteral()146 ColorDrawable colorDrawable = (ColorDrawable) fallbackDrawable; in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral() local147 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral()
2355 ColorDrawable colorDrawable = (ColorDrawable) drawable; in enforceNonTranslucentBackground() local2356 int color = colorDrawable.getColor(); in enforceNonTranslucentBackground()2358 ColorDrawable copy = (ColorDrawable) colorDrawable.getConstantState().newDrawable() in enforceNonTranslucentBackground()