Searched defs:startView (Results 1 – 8 of 8) sorted by relevance
147 View startView = (startValues != null) ? startValues.view : null; in onAppear() local193 View startView = (startValues != null) ? startValues.view : null; in onDisappear() local
154 View startView = startValues != null ? startValues.view : null; in createAnimator() local
143 View startView = (startValues != null) ? startValues.view : null; in onAppear() local
552 View startView = startItemIds.valueAt(i); in matchItemIds() local579 View startView = startIds.valueAt(i); in matchIds() local606 View startView = startNames.valueAt(i); in matchNames() local
357 View startView = (startValues != null) ? startValues.view : null; in onDisappear() local
472 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
285 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()
1410 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()