Searched defs:startView (Results 1 – 5 of 5) sorted by relevance
145 View startView = (startValues != null) ? startValues.view : null; in onAppear() local
553 View startView = startItemIds.valueAt(i); in matchItemIds() local580 View startView = startIds.valueAt(i); in matchIds() local607 View startView = startNames.valueAt(i); in matchNames() local
368 final View startView = startValues.view; in onDisappear() local
474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
961 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren()