Searched refs:TintableBackgroundView (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DTintableBackgroundView.java27 public interface TintableBackgroundView { interface
H A DViewCompat.java792 return (view instanceof TintableBackgroundView)
793 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
798 if (view instanceof TintableBackgroundView) {
799 ((TintableBackgroundView) view).setSupportBackgroundTintList(tintList);
804 if (view instanceof TintableBackgroundView) {
805 ((TintableBackgroundView) view).setSupportBackgroundTintMode(mode);
810 return (view instanceof TintableBackgroundView)
811 ? ((TintableBackgroundView) view).getSupportBackgroundTintMode()
2970 * implements the {@code TintableBackgroundView} interface.
2981 * {@code TintableBackgroundView} interfac
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatEditText.java28 import android.support.v4.view.TintableBackgroundView;
48 public class AppCompatEditText extends EditText implements TintableBackgroundView {
H A DAppCompatAutoCompleteTextView.java28 import android.support.v4.view.TintableBackgroundView;
50 TintableBackgroundView {
H A DAppCompatButton.java29 import android.support.v4.view.TintableBackgroundView;
51 public class AppCompatButton extends Button implements TintableBackgroundView {
H A DAppCompatImageButton.java31 import android.support.v4.view.TintableBackgroundView;
56 public class AppCompatImageButton extends ImageButton implements TintableBackgroundView,
H A DAppCompatImageView.java31 import android.support.v4.view.TintableBackgroundView;
55 public class AppCompatImageView extends ImageView implements TintableBackgroundView,
H A DAppCompatMultiAutoCompleteTextView.java28 import android.support.v4.view.TintableBackgroundView;
50 implements TintableBackgroundView {
H A DAppCompatTextView.java30 import android.support.v4.view.TintableBackgroundView;
60 public class AppCompatTextView extends TextView implements TintableBackgroundView,
H A DAppCompatSpinner.java33 import android.support.v4.view.TintableBackgroundView;
68 public class AppCompatSpinner extends Spinner implements TintableBackgroundView {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsMatchers.java24 import android.support.v4.view.TintableBackgroundView;
242 * Returns a matcher that matches Views which implement TintableBackgroundView.
248 description.appendText("is TintableBackgroundView");
253 return TintableBackgroundView.class.isAssignableFrom(view.getClass());

Completed in 137 milliseconds