Home
last modified time | relevance | path

Searched defs:startView (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DFade.java145 View startView = (startValues != null) ? startValues.view : null; in onAppear() local
H A DTransition.java554 View startView = startItemIds.valueAt(i); in matchItemIds() local
581 View startView = startIds.valueAt(i); in matchIds() local
608 View startView = startNames.valueAt(i); in matchNames() local
H A DVisibility.java368 final View startView = startValues.view; in onDisappear() local
H A DChangeTransform.java475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt616 val startView = if (isLaunching) touchSurface else dialogContentWithBackground!! regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java637 private float getTotalBottomMargin(View startView) { in getTotalBottomMargin()
/aosp12/frameworks/base/core/java/android/app/
H A DFragmentTransition.java961 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java13119 final View startView = this; in findUserSetNextFocus() local