Searched refs:isParcelable (Results 1 – 3 of 3) 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
15767 method public static boolean isParcelable(@NonNull android.graphics.ColorSpace);