Home | History | Annotate | Download | only in list

Lines Matching refs:STARRED

56      * Index of the first NON starred contact in the {@link Cursor}
86 * Displays a mixed view type of starred and frequent contacts
91 * Displays a mixed view type of starred and frequent contacts based on phone data.
97 * Display only starred contacts
158 mStarredIndex = ContactTileLoaderFactory.STARRED;
210 * Returns position of the first NON Starred Contact
239 // There are not NON Starred contacts in cursor
312 // Takes numbers of rows the Starred Contacts Occupy
319 // Return the number of starred plus frequent rows
437 case ViewTypes.STARRED:
459 * are {@link ViewTypes#STARRED}.
467 return ViewTypes.STARRED;
482 return ViewTypes.STARRED;
536 // We override onMeasure() for STARRED and we don't care the layout param there.
557 case ViewTypes.STARRED:
576 case ViewTypes.STARRED:
604 case ViewTypes.STARRED:
670 public static final int STARRED = 0;