Home
last modified time | relevance | path

Searched defs:isAndroid (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/fingerprint/src/sourcer/
H A DExpo.ts50 const isAndroid = options.platforms.includes('android'); constant
55 isAndroid ? config.exp.android?.icon : undefined, constant
57 isAndroid ? config.exp.android?.adaptiveIcon?.foregroundImage : undefined, constant
58 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined, constant
63 isAndroid ? config.exp.android?.splash?.image : undefined, constant
64 isAndroid ? config.exp.android?.splash?.mdpi : undefined, constant
65 isAndroid ? config.exp.android?.splash?.hdpi : undefined, constant
66 isAndroid ? config.exp.android?.splash?.xhdpi : undefined, constant
67 isAndroid ? config.exp.android?.splash?.xxhdpi : undefined, constant
68 isAndroid ? config.exp.android?.splash?.xxxhdpi : undefined, constant
[all …]
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/logging/
H A DOSLogHandler.kt31 private val isAndroid = "The Android Project" == System.getProperty("java.specification.vendor") constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/logging/
H A DOSLogHandler.kt31 private val isAndroid = "The Android Project" == System.getProperty("java.specification.vendor") constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/logging/
H A DOSLogHandler.kt31 private val isAndroid = "The Android Project" == System.getProperty("java.specification.vendor") constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/logging/
H A DOSLogHandler.kt31 private val isAndroid = "The Android Project" == System.getProperty("java.specification.vendor") constant