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

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter2.java 193 Type outerType = null;
198 outerType = Type.getObjectType(outerClass);
208 if (outerType != null) {
217 outerType.getDescriptor()); // type of the field
219 paramTypes.add(outerType);
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 136 TypeInfo outerType = it.next();
138 System.out.print(outerType.simpleTypeName());
143 printTypeVariables(outerType);
    [all...]

Completed in 48 milliseconds