| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() { in Color() argument 39 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 46 struct NamedColor { const char *const name; const Color color; }; argument 125 inline bool operator==(const Color& lhs, const Color& rhs) { 129 inline bool operator!=(const Color& lhs, const Color& rhs) { 133 Color parse(const std::string& css_str);
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() function 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() function 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() function 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() argument 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() function 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() function 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() {} in Color() argument 38 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() function 48 const Color color; argument 200 inline bool operator==(const Color &lhs, const Color &rhs) { 205 inline bool operator!=(const Color &lhs, const Color &rhs) { 209 Color parse(const std::string &css_str);
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/third_party/ |
| H A D | CSSColorParser.h | 36 struct Color { struct 37 inline Color() { in Color() argument 39 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() argument 46 struct NamedColor { const char *const name; const Color color; }; argument 125 inline bool operator==(const Color& lhs, const Color& rhs) { 129 inline bool operator!=(const Color& lhs, const Color& rhs) { 133 Color parse(const std::string& css_str);
|
| /expo/packages/expo-system-ui/android/src/main/java/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 6 import android.graphics.Color in <lambda>() 27 AppCompatDelegate.MODE_NIGHT_YES -> Color.BLACK in <lambda>() 28 AppCompatDelegate.MODE_NIGHT_NO -> Color.WHITE in <lambda>() 31 Configuration.UI_MODE_NIGHT_YES -> Color.BLACK in <lambda>() 32 Configuration.UI_MODE_NIGHT_NO -> Color.WHITE in <lambda>() 33 else -> Color.WHITE in <lambda>() 36 else -> Color.WHITE in <lambda>() 65 val colorInt = Color.parseColor(colorToHex(color)) in <lambda>() 71 return String.format("#%02x%02x%02x", Color.red(color), Color.green(color), Color.blue(color)) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 6 import android.graphics.Color in <lambda>() 27 AppCompatDelegate.MODE_NIGHT_YES -> Color.BLACK in <lambda>() 28 AppCompatDelegate.MODE_NIGHT_NO -> Color.WHITE in <lambda>() 31 Configuration.UI_MODE_NIGHT_YES -> Color.BLACK in <lambda>() 32 Configuration.UI_MODE_NIGHT_NO -> Color.WHITE in <lambda>() 33 else -> Color.WHITE in <lambda>() 36 else -> Color.WHITE in <lambda>() 65 val colorInt = Color.parseColor(colorToHex(color)) in <lambda>() 71 return String.format("#%02x%02x%02x", Color.red(color), Color.green(color), Color.blue(color)) in <lambda>()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | AuBECSDebitFormView.kt | 4 import android.graphics.Color in <lambda>() 50 (binding.bsbEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 51 (binding.emailEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 52 (binding.nameEditText).setTextColor(Color.parseColor(it)) in <lambda>() 57 (binding.bsbEditText as StripeEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 59 (binding.nameEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 66 (binding.nameEditText).setHintTextColor(Color.parseColor(it)) in <lambda>() 83 shape.strokeColor = ColorStateList.valueOf(Color.parseColor("#000000")) in <lambda>() 84 shape.fillColor = ColorStateList.valueOf(Color.parseColor("#FFFFFF")) in <lambda>() 89 shape.strokeColor = ColorStateList.valueOf(Color.parseColor(it)) in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | AuBECSDebitFormView.kt | 4 import android.graphics.Color in <lambda>() 50 (binding.bsbEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 51 (binding.emailEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 52 (binding.nameEditText).setTextColor(Color.parseColor(it)) in <lambda>() 57 (binding.bsbEditText as StripeEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 59 (binding.nameEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 66 (binding.nameEditText).setHintTextColor(Color.parseColor(it)) in <lambda>() 83 shape.strokeColor = ColorStateList.valueOf(Color.parseColor("#000000")) in <lambda>() 84 shape.fillColor = ColorStateList.valueOf(Color.parseColor("#FFFFFF")) in <lambda>() 89 shape.strokeColor = ColorStateList.valueOf(Color.parseColor(it)) in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | AuBECSDebitFormView.kt | 4 import android.graphics.Color in <lambda>() 50 (binding.bsbEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 51 (binding.emailEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 52 (binding.nameEditText).setTextColor(Color.parseColor(it)) in <lambda>() 57 (binding.bsbEditText as StripeEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 59 (binding.nameEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 66 (binding.nameEditText).setHintTextColor(Color.parseColor(it)) in <lambda>() 83 shape.strokeColor = ColorStateList.valueOf(Color.parseColor("#000000")) in <lambda>() 84 shape.fillColor = ColorStateList.valueOf(Color.parseColor("#FFFFFF")) in <lambda>() 89 shape.strokeColor = ColorStateList.valueOf(Color.parseColor(it)) in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | AuBECSDebitFormView.kt | 4 import android.graphics.Color in <lambda>() 50 (binding.bsbEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 51 (binding.emailEditText as StripeEditText).setTextColor(Color.parseColor(it)) in <lambda>() 52 (binding.nameEditText).setTextColor(Color.parseColor(it)) in <lambda>() 57 (binding.bsbEditText as StripeEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 59 (binding.nameEditText).setErrorColor(Color.parseColor(it)) in <lambda>() 66 (binding.nameEditText).setHintTextColor(Color.parseColor(it)) in <lambda>() 83 shape.strokeColor = ColorStateList.valueOf(Color.parseColor("#000000")) in <lambda>() 84 shape.fillColor = ColorStateList.valueOf(Color.parseColor("#FFFFFF")) in <lambda>() 89 shape.strokeColor = ColorStateList.valueOf(Color.parseColor(it)) in <lambda>() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0Color.h | 18 using Color = int32_t; variable 28 static const Color UndefinedColor = std::numeric_limits<Color>::max(); 32 SharedColor(Color color) : color_(color) {} in SharedColor() 34 Color operator*() const { 51 Color color_;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/ |
| H A D | ABI47_0_0Color.h | 20 using Color = int32_t; variable 24 static const Color UndefinedColor = std::numeric_limits<Color>::max(); 30 SharedColor(Color color) : color_(color) {} in SharedColor() 37 Color operator*() const { 54 Color color_;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI47_0_0Color.h | 19 using Color = int; variable 29 static const Color UndefinedColor = std::numeric_limits<Color>::max(); 35 SharedColor(Color color) : color_(color) {} in SharedColor() 42 Color operator*() const { 59 Color color_;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/ |
| H A D | ABI48_0_0Color.h | 20 using Color = int32_t; variable 24 static const Color UndefinedColor = std::numeric_limits<Color>::max(); 30 SharedColor(Color color) : color_(color) {} in SharedColor() 37 Color operator*() const { 54 Color color_;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI48_0_0Color.h | 19 using Color = int; variable 29 static const Color UndefinedColor = std::numeric_limits<Color>::max(); 35 SharedColor(Color color) : color_(color) {} in SharedColor() 42 Color operator*() const { 59 Color color_;
|
| /expo/packages/expo-maps/src/ |
| H A D | GeoJson.ts | 3 import { Color, PatternItem } from './Common.types'; 24 fillColor?: string | Color; 28 strokeColor?: string | Color; 51 color?: string | Color;
|
| /expo/packages/expo-maps/build/ |
| H A D | GeoJson.d.ts | 2 import { Color, PatternItem } from './Common.types'; 22 fillColor?: string | Color; 26 strokeColor?: string | Color; 49 color?: string | Color;
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 3 import android.graphics.Color in <lambda>() 19 val colorInt = Color.parseColor(colorToHex(color)) in <lambda>() 35 return String.format("#%02x%02x%02x", Color.red(color), Color.green(color), Color.blue(color)) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 5 import android.graphics.Color 46 val color = Color.parseColor(colorString) in setBackgroundColorAsync() 51 rootView.setBackgroundColor(Color.WHITE) in setBackgroundColorAsync() 74 return String.format("#%02x%02x%02x", Color.red(color), Color.green(color), Color.blue(color)) in colorToHex()
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/types/ |
| H A D | ColorTypeConverterTest.kt | 3 import android.graphics.Color 19 val color = convert<Color>(colorString) in converts from CSS named color() 32 val color = convert<Color>(colorString) in converts from transparent() 39 val colorInt = DynamicFromObject(Color.parseColor("#aabbcc").toDouble()) in converts from int() 41 val color = convert<Color>(colorInt) in converts from int() 60 val color = convert<Color>(colorArray) in converts from double array()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/ |
| H A D | ColorTypeConverter.kt | 3 import android.graphics.Color in <lambda>() 174 ) : DynamicAwareTypeConverters<Color>(isOptional) { 175 override fun convertFromDynamic(value: Dynamic): Color { in convertFromDynamic() 187 override fun convertFromAny(value: Any): Color { in convertFromAny() 202 private fun colorFromDoubleArray(value: DoubleArray): Color { in colorFromDoubleArray() 204 … return Color.valueOf(value[0].toFloat(), value[1].toFloat(), value[2].toFloat(), alpha.toFloat()) in colorFromDoubleArray() 207 private fun colorFromInt(value: Int): Color { in colorFromInt() 208 return Color.valueOf(value) in colorFromInt() 211 private fun colorFromString(value: String): Color { in colorFromString() 214 return Color.valueOf( in colorFromString() [all …]
|