Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DConversationListItem.java224 int backgroundId; in updateBackground() local
226 backgroundId = R.drawable.list_selected_holo_light; in updateBackground()
228 backgroundId = R.drawable.conversation_item_background_unread; in updateBackground()
230 backgroundId = R.drawable.conversation_item_background_read; in updateBackground()
232 Drawable background = mContext.getResources().getDrawable(backgroundId); in updateBackground()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java1533 int backgroundId = 0; in updateTabStatus() local
1537 backgroundId = R.drawable.cand_tab; in updateTabStatus()
1540 backgroundId = R.drawable.cand_tab_noselect; in updateTabStatus()
1544 backgroundId = R.drawable.cand_tab_noselect; in updateTabStatus()
1547 tab.setBackgroundResource(backgroundId); in updateTabStatus()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1449 public void setDrawableResource(int backgroundId, int drawableId) { in setDrawableResource() argument
1452 photo.setBackgroundResource(backgroundId); in setDrawableResource()