Home
last modified time | relevance | path

Searched refs:hasNestedInspectionCompanion (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DPlatformInspectableProcessor.java120 if (hasNestedInspectionCompanion(classElement.get())) { in processProperties()
140 private static boolean hasNestedInspectionCompanion(@NonNull TypeElement typeElement) { in hasNestedInspectionCompanion() method in PlatformInspectableProcessor