Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DAccessorNullabilityTest.kt178 fun `Nullability of getters and setters must match`() { in params()
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiClassItem.kt467 val getters = mutableMapOf<String, PsiMethodItem>() in <lambda>() constant
490 getters[name] = method in <lambda>()
499 for ((name, getter) in getters) { in <lambda>()
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiPropertyItemTest.kt43 fun `properties have getters`() { in properties have getters()
/tools/metalava/
DFORMAT.md270 into getters and setters which you can call from Java. But you cannot calls
271 these getters and setters from Kotlin; you **must** use the property
290 the getters and setters away from the defaults), but it's helpful to be explicit