Searched defs:colorStateList (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsActions.java91 public static ViewAction setBackgroundTintListViewCompat(final ColorStateList colorStateList) { argument
107 ViewCompat.setBackgroundTintList(view, colorStateList);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java323 * @param colorStateList The color state list of the stroke
328 public void setStroke(int width, ColorStateList colorStateList) { argument
329 setStroke(width, colorStateList, 0, 0);
361 * @param colorStateList The color state list of the stroke
369 int width, ColorStateList colorStateList, float dashWidth, float dashGap) {
370 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap);
372 if (colorStateList == null) {
376 color = colorStateList.getColorForState(stateSet, 0);
908 * @param colorStateList The color state list used to fill the shape
913 public void setColor(@Nullable ColorStateList colorStateList) { argument
368 setStroke( int width, ColorStateList colorStateList, float dashWidth, float dashGap) argument
[all...]

Completed in 193 milliseconds