Home | History | Annotate | Download | only in browse

Lines Matching defs:star

165         } else if (itemId == R.id.star) {
173 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
340 * Marks the selected conversations with the star setting provided here.
341 * @param star true if you want all the conversations to have stars, false if you want to remove
344 private void starConversations(boolean star) {
346 mUpdater.updateConversation(target, ConversationColumns.STARRED, star);
349 c.starred = star;
399 final MenuItem star = menu.findItem(R.id.star);
400 star.setVisible(showStar && canStar);
516 // up. Avoid making any changes to stop flickering ("Add Star" -> "Remove Star") just