Searched defs:defaultColor (Results 1 – 8 of 8) sorted by relevance
55 int defaultColor = colorStateList.getColorForState(emptyState, mFailureColor); in testEmptyState() local56 assertEquals(mResources.getColor(R.color.testcolor2), defaultColor); in testEmptyState() local61 int defaultColor = mResources.getColor(R.color.color1); in testGetColor() local62 assertEquals(mResources.getColor(R.color.testcolor2), defaultColor); in testGetColor() local67 int defaultColor = mResources.getColor(R.color.color_no_default); in testGetColorWhenListHasNoDefault() local68 assertEquals(mResources.getColor(R.color.testcolor1), defaultColor); in testGetColorWhenListHasNoDefault() local73 int defaultColor = mResources.getColor(R.color.color_with_lstar); in testLstar() local74 assertEquals(mResources.getColor(R.color.testcolor3), defaultColor); in testLstar() local
48 final int defaultColor = 0; in getColor() local
347 int defaultColor = DEFAULT_COLOR; in inflate() local610 public int getColorForState(@Nullable int[] stateSet, int defaultColor) { in getColorForState()697 int defaultColor = DEFAULT_COLOR; in onColorsChanged() local
78 int defaultColor; field in MainActivity
211 @ColorInt int defaultColor) { in getTransitionBackgroundColorIfSet()
364 final int defaultColor; in applyLegacyColorFixes() local
200 final int defaultColor; in applyLegacyColorFixes() local
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...