Home
last modified time | relevance | path

Searched refs:mColorPressedId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DContactIconView.java46 private final int mColorPressedId; field in ContactIconView
79 mColorPressedId = resources.getColor(R.color.contact_avatar_pressed_color); in ContactIconView()
88 setColorFilter(mColorPressedId); in onTouchEvent()