HomeSort by relevance Sort by last modified time
    Searched defs:delegateMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 123 Method delegateMethod = delegateClass.getDeclaredMethod(originalMethod.getName(),
127 if (delegateMethod.getReturnType() != originalMethod.getReturnType()) {
132 getMethodName(delegateMethod),
137 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) {
141 delegateMethod.getName(),
146 if ((delegateMethod.getModifiers() & Modifier.STATIC) != Modifier.STATIC) {
150 delegateMethod.getName(),
156 checkedDelegateMethods.add(delegateMethod);
170 for (Method delegateMethod : delegateMethods) {
172 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null)
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 561 milliseconds