Home
last modified time | relevance | path

Searched defs:changeInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java348 void animateChangeImpl(final ChangeInfo changeInfo) { in animateChangeImpl()
402 ChangeInfo changeInfo = infoList.get(i); in endChangeAnimation() local
411 private void endChangeAnimationIfNecessary(ChangeInfo changeInfo) { in endChangeAnimationIfNecessary()
419 private boolean endChangeAnimationIfNecessary(ChangeInfo changeInfo, ViewHolder item) { in endChangeAnimationIfNecessary()
/frameworks/base/core/java/android/transition/
DVisibility.java519 VisibilityInfo changeInfo = getVisibilityChangeInfo(startValues, newValues); in isTransitionRequired() local