Searched refs:isParcelable (Results 1 – 4 of 4) sorted by relevance
40 classList.filterTo(parcelables, { (it != PARCELABLE_CLASS) && isParcelable(it) })44 private fun isParcelable(c: String?): Boolean { regex64 val ancestorIsParcelable = seq.any(this::isParcelable)
39 public static boolean isParcelable(@NonNull ColorSpace colorSpace) { in isParcelable() method in ParcelableColorSpace
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16127 method public static boolean isParcelable(@NonNull android.graphics.ColorSpace);