Searched refs:updateCallback (Results 1 – 5 of 5) sorted by relevance
753 public void dispatchUpdatesTo(@NonNull ListUpdateCallback updateCallback) { in dispatchUpdatesTo() argument755 if (updateCallback instanceof BatchingListUpdateCallback) { in dispatchUpdatesTo()756 batchingCallback = (BatchingListUpdateCallback) updateCallback; in dispatchUpdatesTo()758 batchingCallback = new BatchingListUpdateCallback(updateCallback); in dispatchUpdatesTo()762 updateCallback = batchingCallback; in dispatchUpdatesTo()811 ListUpdateCallback updateCallback, int start, int count, int globalIndex) { in dispatchAdditions() argument813 updateCallback.onInserted(start, count); in dispatchAdditions()820 updateCallback.onInserted(start, 1); in dispatchAdditions()832 updateCallback.onMoved(update.currentPos, start); in dispatchAdditions()835 updateCallback.onChanged(start, 1, in dispatchAdditions()[all …]
90 updateCallback(); in replace()115 private void updateCallback() { in updateCallback() method in ConstraintController130 updateCallback(); in onConstraintChanged()
285 AnimationProps toAnimation, ValueAnimator.AnimatorUpdateListener updateCallback) { in updateViewPropertiesToTaskTransform() argument303 if (updateCallback != null) { in updateViewPropertiesToTaskTransform()304 updateCallback.onAnimationUpdate(null); in updateViewPropertiesToTaskTransform()318 if (updateCallback != null) { in updateViewPropertiesToTaskTransform()320 updateCallbackAnim.addUpdateListener(updateCallback); in updateViewPropertiesToTaskTransform()
323 updateCallback(); in updateSystemRoutes()635 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanImpl785 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr1Impl786 super.updateCallback(); in updateCallback()849 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr2Impl
322 updateCallback(); in updateSystemRoutes()634 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanImpl784 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr1Impl785 super.updateCallback(); in updateCallback()848 protected void updateCallback() { in updateCallback() method in SystemMediaRouteProvider.JellybeanMr2Impl