Home
last modified time | relevance | path

Searched defs:endView (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DChangeClipBounds.java107 final View endView = endValues.view; in createAnimator() local
H A DTransition.java556 View endView = endItemIds.get(startItemIds.keyAt(i)); in matchItemIds() local
583 View endView = endIds.get(startIds.keyAt(i)); in matchIds() local
610 View endView = endNames.get(startNames.keyAt(i)); in matchNames() local
H A DVisibility.java369 final View endView = (endValues != null) ? endValues.view : null; in onDisappear() local
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt617 val endView = if (isLaunching) dialogContentWithBackground!! else touchSurface regex