HomeSort by relevance Sort by last modified time
    Searched refs:favorite (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 29 * 2. It handles internal clicks such as the checkbox or the favorite star
90 mStarLeft = findViewById(R.id.favorite).getLeft() - starPadding;
MessageList.java     [all...]
MessageView.java 362 mFavoriteIcon = (ImageView) findViewById(R.id.favorite);
612 * Toggle favorite status and write back to provider
775 case R.id.favorite:
    [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 305 TextView textView = (TextView) inflater.inflate(R.layout.favorite, group, false);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 818 TextView favorite = (TextView) mInflater.inflate(layoutResId, parent, false); local
820 favorite.setCompoundDrawablesWithIntrinsicBounds(null,
823 favorite.setText(info.title);
824 favorite.setTag(info);
825 favorite.setOnClickListener(this);
827 return favorite;
    [all...]

Completed in 375 milliseconds