Home
last modified time | relevance | path

Searched refs:notifyItemClicked (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DRingtoneViewHolder.kt86 notifyItemClicked(CLICK_NORMAL) in onClick()
88 notifyItemClicked(CLICK_NO_PERMISSIONS) in onClick()
97 notifyItemClicked(CLICK_LONG_PRESS) in onCreateContextMenu()
DAddCustomRingtoneViewHolder.kt44 notifyItemClicked(CLICK_ADD_NEW) in onClick()
/packages/apps/DeskClock/src/com/android/deskclock/
DItemAdapter.kt430 fun notifyItemClicked(id: Int) { in notifyItemClicked() method in com.android.deskclock.ItemAdapter