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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java141 private Drawable mChipBackgroundPressed; field in class:RecipientEditTextView
553 if (mChipBackgroundPressed != null) {
554 mChipBackgroundPressed.setBounds(0, 0, width, height);
555 mChipBackgroundPressed.draw(canvas);
562 mChipBackgroundPressed.getPadding(backgroundPadding);
727 mChipBackgroundPressed = a
729 if (mChipBackgroundPressed == null) {
730 mChipBackgroundPressed = r.getDrawable(R.drawable.chip_background_selected);

Completed in 10 milliseconds