Home
last modified time | relevance | path

Searched defs:Nullable (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/common/src/com/android/tools/layoutlib/annotations/
DNullable.java34 public @interface Nullable { annotation
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/annotations/
DNullable.java34 public @interface Nullable { annotation
/frameworks/libs/modules-utils/java/android/annotation/
DNullable.java44 public @interface Nullable { annotation
/frameworks/base/tools/codegen/src/com/android/codegen/
DImportsProvider.kt31 val Nullable: String get() { return classRef("android.annotation.Nullable") } in <lambda>() constant