Home
last modified time | relevance | path

Searched defs:notifyItemChanged (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DItemAdapter.java358 public final void notifyItemChanged() { in notifyItemChanged() method in ItemAdapter.ItemHolder
368 public final void notifyItemChanged(Object payload) { in notifyItemChanged() method in ItemAdapter.ItemHolder
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSideFragment.java189 protected void notifyItemChanged(int position) { in notifyItemChanged() method in SideFragment
193 protected void notifyItemChanged(Item item) { in notifyItemChanged() method in SideFragment
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java319 private void notifyItemChanged(int position) { in notifyItemChanged() method in CarTabLayout.CarTabAdapter