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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java130 private Drawable mChipBackgroundPressed; field in class:RecipientEditTextView
492 if (mChipBackgroundPressed != null) {
493 mChipBackgroundPressed.setBounds(0, 0, width, height);
494 mChipBackgroundPressed.draw(canvas);
501 mChipBackgroundPressed.getPadding(backgroundPadding);
667 mChipBackgroundPressed = a
669 if (mChipBackgroundPressed == null) {
670 mChipBackgroundPressed = r.getDrawable(R.drawable.chip_background_selected);

Completed in 23 milliseconds