Searched refs:star (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBookmarkItem.java59 View star = findViewById(R.id.star);
60 star.setVisibility(View.GONE);
H A DHistoryItem.java44 mStar = (CompoundButton) findViewById(R.id.star);
68 * Set whether or not this represents a bookmark, and make sure the star
H A DNavigationBarTablet.java98 mStar = (ImageView) findViewById(R.id.star);
312 // hide the bookmark star for data URLs
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java69 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
264 case R.id.star:
272 case R.id.star: return KEY_FRAME_DURATION * 4;
295 case R.id.star: return KEY_FRAME_DURATION * 10;
320 case R.id.star:
338 case R.id.star:
365 case R.id.star:
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationMessage.java36 * A message created as part of a conversation view. Sometimes, like during star/unstar, it's
97 public void star(boolean newStarred) { method in class:ConversationMessage
H A DConversationItemViewCoordinates.java41 * (eg, checkmark, star, subject, sender, folders, etc.) It will inflate a view,
348 final View star = view.findViewById(R.id.star);
350 starX = getX(star) + (isRtl ? 0 : starPadding);
351 starY = getY(star);
352 starWidth = star.getWidth();
H A DSelectedConversationsActionMenu.java161 } else if (itemId == R.id.star) {
165 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
332 * Marks the selected conversations with the star setting provided here.
333 * @param star true if you want all the conversations to have stars, false if you want to remove
336 private void starConversations(boolean star) { argument
338 mUpdater.updateConversation(target, ConversationColumns.STARRED, star);
341 c.starred = star;
389 final MenuItem star = menu.findItem(R.id.star);
390 star
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DAnalyticsUtils.java112 } else if (id == R.id.star) {
113 s = "star";
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java127 mDisplayMap.put(R.id.star, '*');
549 R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.pound};
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java83 R.id.star, R.id.zero, R.id.pound };
428 case R.id.star: {
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java548 R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star, R.id.zero, R.id.pound};
830 case R.id.star: {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1509 DataUtil.insertStructuredName(mResolver, rawContactId, "No star",
1516 DataUtil.insertStructuredName(mResolver, rawContactId, "Has star",
1526 values.put(PhoneLookup.DISPLAY_NAME, "No star");
7561 // remove the star from r1
7584 // remove the star from r1
7609 // remove the star from r1
7632 // r1's star should automatically be set
7651 // r1's star should no longer be set
7660 // r3's star should automatically be set
7678 // r3's star shoul
8609 newPinningOperation(long id, int pinned, boolean star) argument
[all...]

Completed in 398 milliseconds