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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java142 private Drawable mChipBackgroundPressed; field in class:RecipientEditTextView
566 if (mChipBackgroundPressed != null) {
567 mChipBackgroundPressed.setBounds(0, 0, width, height);
568 mChipBackgroundPressed.draw(canvas);
575 mChipBackgroundPressed.getPadding(backgroundPadding);
740 mChipBackgroundPressed = a
742 if (mChipBackgroundPressed == null) {
743 mChipBackgroundPressed = r.getDrawable(R.drawable.chip_background_selected);

Completed in 59 milliseconds