Searched refs:resolves (Results 1 – 2 of 2) sorted by relevance
15 # CoordinatorLayout resolves the behaviors of its child components with reflection.
4789 List<ResolveInfo> resolves = in startNextMatchingActivity() local4796 final int N = resolves != null ? resolves.size() : 0; in startNextMatchingActivity()4798 ResolveInfo rInfo = resolves.get(i); in startNextMatchingActivity()4805 aInfo = resolves.get(i).activityInfo; in startNextMatchingActivity()