Home
last modified time | relevance | path

Searched refs:hashCode (Results 1 – 25 of 54) sorted by relevance

123

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt30 private var hashCode = 0 variable
50 override fun hashCode(): Int { in hashCode() method
51 if (hashCode == 0) { in hashCode()
52 hashCode = getBaseCacheKey().hashCode() in hashCode()
53 hashCode = 31 * hashCode + headers.hashCode() in hashCode()
55 return hashCode in hashCode()
/expo/packages/expo-image/android/src/main/java/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt30 private var hashCode = 0 variable
50 override fun hashCode(): Int { in hashCode() method
51 if (hashCode == 0) { in hashCode()
52 hashCode = getBaseCacheKey().hashCode() in hashCode()
53 hashCode = 31 * hashCode + headers.hashCode() in hashCode()
55 return hashCode in hashCode()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt30 private var hashCode = 0 variable
50 override fun hashCode(): Int { in hashCode() method
51 if (hashCode == 0) { in hashCode()
52 hashCode = getBaseCacheKey().hashCode() in hashCode()
53 hashCode = 31 * hashCode + headers.hashCode() in hashCode()
55 return hashCode in hashCode()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/
H A DGlideModel.kt17 override fun hashCode(): Int = glideData.hashCode() in hashCode() method in abi49_0_0.expo.modules.image.GlideModel
53 override fun hashCode(): Int { in hashCode() method in GlideBlurhashModel
54 var result = uri.hashCode() in hashCode()
70 override fun hashCode(): Int { in hashCode() method in GlideThumbhashModel
71 return uri.hashCode() in hashCode()
/expo/packages/expo-image/android/src/main/java/expo/modules/image/
H A DGlideModel.kt17 override fun hashCode(): Int = glideData.hashCode() in hashCode() method in expo.modules.image.GlideModel
53 override fun hashCode(): Int { in hashCode() method in GlideBlurhashModel
54 var result = uri.hashCode() in hashCode()
70 override fun hashCode(): Int { in hashCode() method in GlideThumbhashModel
71 return uri.hashCode() in hashCode()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/
H A DGlideModel.kt17 override fun hashCode(): Int = glideData.hashCode() in hashCode() method in abi48_0_0.expo.modules.image.GlideModel
53 override fun hashCode(): Int { in hashCode() method in GlideBlurhashModel
54 var result = uri.hashCode() in hashCode()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/
H A DAnyType.kt35 override fun hashCode(): Int { in hashCode() method in expo.modules.kotlin.types.LazyKType
36 var result = classifier.hashCode() in hashCode()
37 result = 31 * result + isMarkedNullable.hashCode() in hashCode()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/
H A DAnyType.kt35 override fun hashCode(): Int { in hashCode() method in abi49_0_0.expo.modules.kotlin.types.LazyKType
36 var result = classifier.hashCode() in hashCode()
37 result = 31 * result + isMarkedNullable.hashCode() in hashCode()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/documentpicker/
H A DDocumentPickerOptions.kt46 override fun hashCode(): Int { in hashCode() method in abi47_0_0.expo.modules.documentpicker.DocumentPickerOptions
47 var result = copyToCacheDirectory.hashCode() in hashCode()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/picker/
H A DReactPickerLocalData.java23 public int hashCode() { in hashCode() method in ReactPickerLocalData
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPickerLocalData.java23 public int hashCode() { in hashCode() method in ReactPickerLocalData
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPickerLocalData.java23 public int hashCode() { in hashCode() method in ReactPickerLocalData
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPickerLocalData.java23 public int hashCode() { in hashCode() method in ReactPickerLocalData
/expo/android/vendored/unversioned/lottie-react-native/android/src/main/java/com/airbnb/android/react/lottie/
H A DLottieAnimationViewPropertyManager.kt88 view.setAnimationFromJson(it, it.hashCode().toString()) in <lambda>()
93 view.setAnimationFromUrl(it, it.hashCode().toString()) in <lambda>()
98 view.setAnimationFromUrl(it, it.hashCode().toString()) in <lambda>()
/expo/packages/expo-haptics/android/src/main/java/expo/modules/haptics/arguments/
H A DHapticsVibrationType.kt21 override fun hashCode(): Int { in hashCode() method in expo.modules.haptics.arguments.HapticsVibrationType
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/haptics/arguments/
H A DHapticsVibrationType.kt21 override fun hashCode(): Int { in hashCode() method in abi49_0_0.expo.modules.haptics.arguments.HapticsVibrationType
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/haptics/arguments/
H A DHapticsVibrationType.kt21 override fun hashCode(): Int { in hashCode() method in abi48_0_0.expo.modules.haptics.arguments.HapticsVibrationType
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/haptics/arguments/
H A DHapticsVibrationType.kt21 override fun hashCode(): Int { in hashCode() method in abi47_0_0.expo.modules.haptics.arguments.HapticsVibrationType
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherNetworkInterceptor.kt25 if (reactInstanceHashCode != reactInstanceManager.hashCode()) {
32 reactInstanceHashCode = reactInstanceManager.hashCode()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DEphemeralKeyProvider.kt14 return hashCode() in describeContents()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DEphemeralKeyProvider.kt14 return hashCode() in describeContents()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DEphemeralKeyProvider.kt14 return hashCode() in describeContents()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/
H A DEphemeralKeyProvider.kt15 return hashCode() in describeContents()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/
H A DBarCodeScannedEvent.kt21 (barCode.value.hashCode() % Short.MAX_VALUE).toShort() in getCoalescingKey()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt75 …uestCode = broadcastIntent.component?.className?.hashCode() ?: NotificationsService::class.java.ha… in <lambda>()

123