Home
last modified time | relevance | path

Searched refs:cursorColor (Results 1 – 25 of 35) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0TextInputProps.cpp53 cursorColor(convertRawProp(
57 sourceProps.cursorColor,
H A DABI49_0_0TextInputProps.h55 SharedColor const cursorColor{};
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DCardFormView.swift95 if let cursorColor = cardStyle["cursorColor"] as? String { in setStyles() variable
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
H A DCardFieldView.swift76 if let cursorColor = cardStyle["cursorColor"] as? String { variable
77 cardField.cursorColor = UIColor(hexString: cursorColor)
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DCardFormView.swift95 if let cursorColor = cardStyle["cursorColor"] as? String { in setStyles() variable
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
H A DCardFieldView.swift76 if let cursorColor = cardStyle["cursorColor"] as? String { variable
77 cardField.cursorColor = UIColor(hexString: cursorColor)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0TextInputProps.cpp53 cursorColor(convertRawProp(
57 sourceProps.cursorColor,
H A DABI48_0_0TextInputProps.h55 SharedColor const cursorColor{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0TextInputProps.cpp54 cursorColor(convertRawProp(
58 sourceProps.cursorColor,
H A DABI47_0_0TextInputProps.h55 SharedColor const cursorColor{};
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DCardFormView.swift95 if let cursorColor = cardStyle["cursorColor"] as? String { in setStyles() variable
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
H A DCardFieldView.swift70 if let cursorColor = cardStyle["cursorColor"] as? String { variable
71 cardField.cursorColor = UIColor(hexString: cursorColor)
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DCardFormView.swift95 if let cursorColor = cardStyle["cursorColor"] as? String { in setStyles() variable
96 cardForm?.tintColor = UIColor(hexString: cursorColor) in setStyles()
H A DCardFieldView.swift70 if let cursorColor = cardStyle["cursorColor"] as? String { variable
71 cardField.cursorColor = UIColor(hexString: cursorColor)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp205 cursorColor(CoreFeatures::enablePropIteratorSetter? sourceProps.cursorColor :
206 convertRawProp(context, rawProps, "cursorColor", sourceProps.cursorColor, {})),
370 RAW_SET_PROP_SWITCH_CASE_BASIC(cursorColor); in setProp()
470 props["cursorColor"] = toAndroidRepr(cursorColor); in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h129 SharedColor cursorColor{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp207 cursorColor(CoreFeatures::enablePropIteratorSetter? sourceProps.cursorColor :
208 convertRawProp(context, rawProps, "cursorColor", sourceProps.cursorColor, {})),
372 RAW_SET_PROP_SWITCH_CASE_BASIC(cursorColor, {}); in setProp()
468 props["cursorColor"] = toAndroidRepr(cursorColor); in getDynamic()
H A DABI48_0_0AndroidTextInputProps.h164 SharedColor cursorColor{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp207 cursorColor(
208 convertRawProp(context, rawProps, "cursorColor", sourceProps.cursorColor, {})),
319 props["cursorColor"] = toAndroidRepr(cursorColor); in getDynamic()
H A DABI47_0_0AndroidTextInputProps.h164 const SharedColor cursorColor{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts374 cursorColor?: ColorValue | null | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts298 cursorColor?: ColorValue | null | undefined; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DCardFormView.kt131 val cursorColor = getValOr(value, "cursorColor", null) in <lambda>() constant
168 cursorColor?.let { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DCardFormView.kt133 val cursorColor = getValOr(value, "cursorColor", null) in <lambda>() constant
183 cursorColor?.let { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DCardFormView.kt137 val cursorColor = getValOr(value, "cursorColor", null) in <lambda>() constant
187 cursorColor?.let { in <lambda>()

12