Searched defs:startView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DChangeTransform.java472 public GhostListener(View view, View startView, GhostView ghostView) { argument
474 mStartView = startView;
/frameworks/support/fragment/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java282 * Uses a breadth-first scheme to add startView and all of its children to views.
285 private static void bfsAddViewChildren(final List<View> views, final View startView) { argument
287 if (containedBeforeIndex(views, startView, startIndex)) {
290 views.add(startView);
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java1407 * Uses a breadth-first scheme to add startView and all of its children to views.
1410 private static void bfsAddViewChildren(final List<View> views, final View startView) { argument
1412 if (containedBeforeIndex(views, startView, startIndex)) {
1415 views.add(startView);

Completed in 46 milliseconds