Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DDiffUtil.java691 public void dispatchUpdatesTo(ListUpdateCallback updateCallback) { in dispatchUpdatesTo()
749 ListUpdateCallback updateCallback, int start, int count, int globalIndex) { in dispatchAdditions()
789 ListUpdateCallback updateCallback, int start, int count, int globalIndex) { in dispatchRemovals()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DSystemMediaRouteProvider.java637 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanImpl
787 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr1Impl
851 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr2Impl
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java288 AnimationProps toAnimation, ValueAnimator.AnimatorUpdateListener updateCallback) { in updateViewPropertiesToTaskTransform()