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

  /packages/apps/DeskClock/src/com/android/deskclock/ringtone/
CustomRingtoneHolder.java 29 return RingtoneViewHolder.VIEW_TYPE_CUSTOM_SOUND;
RingtoneViewHolder.java 44 static final int VIEW_TYPE_CUSTOM_SOUND = -R.layout.ringtone_item_sound;
71 if (itemViewType == VIEW_TYPE_CUSTOM_SOUND) {
94 if (itemViewType == VIEW_TYPE_CUSTOM_SOUND) {
RingtonePickerActivity.java 66 import static com.android.deskclock.ringtone.RingtoneViewHolder.VIEW_TYPE_CUSTOM_SOUND;
191 .withViewTypes(ringtoneFactory, listener, VIEW_TYPE_CUSTOM_SOUND);

Completed in 1020 milliseconds