Home
last modified time | relevance | path

Searched refs:hexString (Results 1 – 25 of 75) sorted by relevance

123

/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestHelper.swift36 public static func hexStringToColor(_ hexString: String?) -> UIColor? { in hexStringToColor()
37 guard var hexString = hexString else { in hexStringToColor() variable
41 if hexString.count != 7 || !hexString.starts(with: "#") { in hexStringToColor()
45 hexString.removeFirst() in hexStringToColor()
48 Scanner(string: hexString).scanHexInt64(&rgbValue) in hexStringToColor()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXUtil.m76 + (UIColor *)colorWithHexString:(NSString *)hexString
78 if (!hexString || hexString.length != 7 || [hexString characterAtIndex:0] != '#') {
81 hexString = [hexString substringWithRange:NSMakeRange(1, 6)];
82 NSScanner *scanner = [NSScanner scannerWithString:hexString];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXUtil.m76 + (UIColor *)colorWithHexString:(NSString *)hexString
78 if (!hexString || hexString.length != 7 || [hexString characterAtIndex:0] != '#') {
81 hexString = [hexString substringWithRange:NSMakeRange(1, 6)];
82 NSScanner *scanner = [NSScanner scannerWithString:hexString];
/expo/ios/Exponent/Versioned/Core/Api/
H A DEXUtil.m76 + (UIColor *)colorWithHexString:(NSString *)hexString
78 if (!hexString || hexString.length != 7 || [hexString characterAtIndex:0] != '#') {
81 hexString = [hexString substringWithRange:NSMakeRange(1, 6)];
82 NSScanner *scanner = [NSScanner scannerWithString:hexString];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXUtil.m76 + (UIColor *)colorWithHexString:(NSString *)hexString
78 if (!hexString || hexString.length != 7 || [hexString characterAtIndex:0] != '#') {
81 hexString = [hexString substringWithRange:NSMakeRange(1, 6)];
82 NSScanner *scanner = [NSScanner scannerWithString:hexString];
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift38 auBecsFormView?.formTextColor = UIColor(hexString: textColor) in setStyles()
44 auBecsFormView?.formBackgroundColor = UIColor(hexString: backgroundColor) in setStyles()
47 auBecsFormView?.formPlaceholderColor = UIColor(hexString: placeholderColor) in setStyles()
50 auBecsFormView?.formTextErrorColor = UIColor(hexString: textErrorColor) in setStyles()
53 auBecsFormView?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
H A DCardFieldView.swift68 cardField.backgroundColor = UIColor(hexString: backgroundColor)
71 cardField.borderColor = UIColor(hexString: borderColor)
77 cardField.cursorColor = UIColor(hexString: cursorColor)
80 cardField.textColor = UIColor(hexString: textColor)
83 cardField.textErrorColor = UIColor(hexString: textErrorColor)
95 cardField.placeholderColor = UIColor(hexString: placeholderColor)
H A DUIColorExtension.swift9 public convenience init(hexString: String) {
10 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
H A DCardFormView.swift76 cardForm?.backgroundColor = UIColor(hexString: backgroundColor) in setStyles()
90 cardForm?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift38 auBecsFormView?.formTextColor = UIColor(hexString: textColor) in setStyles()
44 auBecsFormView?.formBackgroundColor = UIColor(hexString: backgroundColor) in setStyles()
47 auBecsFormView?.formPlaceholderColor = UIColor(hexString: placeholderColor) in setStyles()
50 auBecsFormView?.formTextErrorColor = UIColor(hexString: textErrorColor) in setStyles()
53 auBecsFormView?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
H A DCardFieldView.swift68 cardField.backgroundColor = UIColor(hexString: backgroundColor)
71 cardField.borderColor = UIColor(hexString: borderColor)
77 cardField.cursorColor = UIColor(hexString: cursorColor)
80 cardField.textColor = UIColor(hexString: textColor)
83 cardField.textErrorColor = UIColor(hexString: textErrorColor)
95 cardField.placeholderColor = UIColor(hexString: placeholderColor)
H A DUIColorExtension.swift9 public convenience init(hexString: String) {
10 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
H A DCardFormView.swift76 cardForm?.backgroundColor = UIColor(hexString: backgroundColor) in setStyles()
90 cardForm?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift38 auBecsFormView?.formTextColor = UIColor(hexString: textColor) in setStyles()
44 auBecsFormView?.formBackgroundColor = UIColor(hexString: backgroundColor) in setStyles()
47 auBecsFormView?.formPlaceholderColor = UIColor(hexString: placeholderColor) in setStyles()
50 auBecsFormView?.formTextErrorColor = UIColor(hexString: textErrorColor) in setStyles()
53 auBecsFormView?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
H A DCardFieldView.swift62 cardField.backgroundColor = UIColor(hexString: backgroundColor)
65 cardField.borderColor = UIColor(hexString: borderColor)
71 cardField.cursorColor = UIColor(hexString: cursorColor)
74 cardField.textColor = UIColor(hexString: textColor)
77 cardField.textErrorColor = UIColor(hexString: textErrorColor)
89 cardField.placeholderColor = UIColor(hexString: placeholderColor)
H A DUIColorExtension.swift9 public convenience init(hexString: String) {
10 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift38 auBecsFormView?.formTextColor = UIColor(hexString: textColor) in setStyles()
44 auBecsFormView?.formBackgroundColor = UIColor(hexString: backgroundColor) in setStyles()
47 auBecsFormView?.formPlaceholderColor = UIColor(hexString: placeholderColor) in setStyles()
50 auBecsFormView?.formTextErrorColor = UIColor(hexString: textErrorColor) in setStyles()
53 auBecsFormView?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
H A DCardFieldView.swift62 cardField.backgroundColor = UIColor(hexString: backgroundColor)
65 cardField.borderColor = UIColor(hexString: borderColor)
71 cardField.cursorColor = UIColor(hexString: cursorColor)
74 cardField.textColor = UIColor(hexString: textColor)
77 cardField.textErrorColor = UIColor(hexString: textErrorColor)
89 cardField.placeholderColor = UIColor(hexString: placeholderColor)
H A DUIColorExtension.swift9 public convenience init(hexString: String) {
10 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
H A DCardFormView.swift76 cardForm?.backgroundColor = UIColor(hexString: backgroundColor) in setStyles()
90 cardForm?.layer.borderColor = UIColor(hexString: borderColor).cgColor in setStyles()
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DUIColorExtension.swift2 public convenience init(hexString: String) {
3 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DUIColorExtension.swift2 public convenience init(hexString: String) {
3 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DUIColorExtension.swift2 public convenience init(hexString: String) {
3 let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.ts46 const hexString = getNavigationBarColor(config); constant
47 if (hexString) {
51 value: hexString,
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.js44 const hexString = getNavigationBarColor(config);
45 if (hexString) {
48 value: hexString

123