Home | History | Annotate | Download | only in list

Lines Matching refs:STARRED

123      * NOTE This soft limit would not restrict the number of starred contacts to show, rather
124 * 1. If the count of starred contacts is less than this limit, show 20 tiles total.
125 * 2. If the count of starred contacts is more than or equal to this limit,
126 * show all starred tiles and no frequents.
198 mStarredIndex = ContactTileLoaderFactory.STARRED;
264 final int starred = cursor.getInt(mStarredIndex);
267 // We display a maximum of TILES_SOFT_LIMIT contacts, or the total number of starred
269 if (starred < 1 && counter >= TILES_SOFT_LIMIT) {
328 * Returns position of the first NON Starred Contact
340 // There are not NON Starred contacts in cursor
788 // We override onMeasure() for STARRED and we don't care the layout param there.
1070 values.put(Contacts.STARRED, false);
1123 // For example, the user had 10 frequents, starred and pinned one of them at the last spot,