Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentTransition.java961 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java14067 final View startView = this; in findUserSetNextFocus() local