Home | History | Annotate | Download | only in list

Lines Matching refs:presence

63  * icons for presence and call.
68 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
413 // Status view height is the biggest of the text view and the presence icon
422 // Presence and status are in a same row, so status will be affected by icon size.
561 // Layout all text view and presence icon
571 // Presence and status
1110 * Adds or updates the presence icon view.
1175 * Sets the proper icon (star or presence or nothing) and/or status message.
1180 int presence = 0;
1182 presence = cursor.getInt(presenceColumnIndex);
1183 icon = ContactPresenceIconUtil.getPresenceIcon(getContext(), presence);
1191 // If there is no status message from the contact, but there was a presence value, then use
1193 if (statusMessage == null && presence != 0) {
1194 statusMessage = ContactStatusUtil.getStatusString(getContext(), presence);