Searched refs:getAnnotation (Results 1 – 25 of 29) sorted by relevance
12
94 if (originalMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()137 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()172 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()
96 BindingAdapter bindingAdapter = element.getAnnotation(BindingAdapter.class); in addBindingAdapters()200 BindingMethods bindingMethods = element.getAnnotation(BindingMethods.class); in addRenamed()255 executableElement.getAnnotation(InverseBindingAdapter.class); in addInverseAdapters()284 element.getAnnotation(InverseBindingMethods.class); in addInverseMethods()308 Untaggable untaggable = element.getAnnotation(Untaggable.class); in addUntaggable()
35 if (element.getAnnotation(annotationClass) != null) { in getElementsAnnotatedWith()
46 final T info = element.getAnnotation(annotationClass); in extractNotNull()
58 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in TestMethod60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass); in getAnnotation()
66 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
39 return testMethod.getAnnotation(annotationClass) != null; in apply()
39 return testMethod.getEnclosingClass().getAnnotation(annotationClass) != null; in apply()
32 return mField.getAnnotation(Bindable.class) != null; in isBindable()
82 return mMethod.getAnnotation(Bindable.class) != null; in isBindable()
181 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()183 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
563 if ((annotation = field.getAnnotation(GenerateFinalPort.class)) != null) { in addAndSetFinalPorts()583 if ((annotation = field.getAnnotation(GenerateFieldPort.class)) != null) { in addAnnotatedPorts()586 } else if ((annotation = field.getAnnotation(GenerateProgramPort.class)) != null) { in addAnnotatedPorts()589 } else if ((annotation = field.getAnnotation(GenerateProgramPorts.class)) != null) { in addAnnotatedPorts()
223 if (field.getAnnotation(PublicKey.class) == null) { in shouldKeyBeAdded()233 if (field.getAnnotation(SyntheticKey.class) != null) { in shouldKeyBeAdded()
44 return mField.getAnnotation(Bindable.class) != null; in isBindable()
141 return mExecutableElement.getAnnotation(Bindable.class) != null; in isBindable()
110 final Constant constant = field.getAnnotation(annotationClass); in Constants()
787 int numIterations = testMethod.getAnnotation( in startTest()816 mIncludeDetailedStats = testMethod.getAnnotation( in startTest()820 mIncludeDetailedStats = test.getClass().getAnnotation( in startTest()
1046 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class)); in getExportedPropertyFields()1090 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class)); in getExportedPropertyMethods()1533 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); in capturedViewExportMethods()
298 int numIterations = testMethod.getAnnotation(RepetitiveTest.class) in startTest()
2163 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
606 (defaultBehavior = childClass.getAnnotation(DefaultBehavior.class)) == null) { in getResolvedLayoutParams()
1486 return clazz.getAnnotation(DecorView.class) != null;
877 RemotableViewMethod annotation = method.getAnnotation(RemotableViewMethod.class); in getAsyncMethod()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
29422 method public T getAnnotation(java.lang.Class<T>);41086 method public A getAnnotation(java.lang.Class<A>);41615 method public A getAnnotation(java.lang.Class<A>);42331 method public T getAnnotation(java.lang.Class<T>);42341 method public abstract T getAnnotation(java.lang.Class<T>);42372 method public A getAnnotation(java.lang.Class<A>);42390 method public A getAnnotation(java.lang.Class<A>);42455 method public A getAnnotation(java.lang.Class<A>);