Searched refs:looperAnnotation (Results 1 – 1 of 1) sorted by relevance
55 RunWithLooper looperAnnotation = method.getAnnotation(RunWithLooper.class); in apply() local56 if (looperAnnotation == null) { in apply()57 looperAnnotation = target.getClass().getAnnotation(RunWithLooper.class); in apply()59 if (looperAnnotation == null) { in apply()