Home
last modified time | relevance | path

Searched refs:mostRecentEventCount (Results 1 – 25 of 44) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputState.cpp23 int64_t mostRecentEventCount, in AndroidTextInputState() argument
33 : mostRecentEventCount(mostRecentEventCount), in AndroidTextInputState()
47 : mostRecentEventCount(data.getDefault( in AndroidTextInputState()
49 previousState.mostRecentEventCount) in AndroidTextInputState()
88 newState["mostRecentEventCount"] = mostRecentEventCount; in getDynamic()
101 builder.putInt(TX_STATE_KEY_MOST_RECENT_EVENT_COUNT, mostRecentEventCount); in getMapBuffer()
H A DABI49_0_0AndroidTextInputState.h28 int64_t mostRecentEventCount{0};
81 int64_t mostRecentEventCount,
H A DABI49_0_0AndroidTextInputShadowNode.cpp131 if (getConcreteProps().mostRecentEventCount < state.mostRecentEventCount) { in updateStateIfNeeded()
151 : getConcreteProps().mostRecentEventCount; in updateStateIfNeeded()
192 if (attributedString.isEmpty() && getStateData().mostRecentEventCount != 0) { in measureContent()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputState.cpp23 int64_t mostRecentEventCount, in AndroidTextInputState() argument
33 : mostRecentEventCount(mostRecentEventCount), in AndroidTextInputState()
47 : mostRecentEventCount(data.getDefault( in AndroidTextInputState()
49 previousState.mostRecentEventCount) in AndroidTextInputState()
88 newState["mostRecentEventCount"] = mostRecentEventCount; in getDynamic()
101 builder.putInt(TX_STATE_KEY_MOST_RECENT_EVENT_COUNT, mostRecentEventCount); in getMapBuffer()
H A DABI48_0_0AndroidTextInputState.h28 int64_t mostRecentEventCount{0};
81 int64_t mostRecentEventCount,
H A DABI48_0_0AndroidTextInputShadowNode.cpp131 if (getConcreteProps().mostRecentEventCount < state.mostRecentEventCount) { in updateStateIfNeeded()
151 : getConcreteProps().mostRecentEventCount; in updateStateIfNeeded()
192 if (attributedString.isEmpty() && getStateData().mostRecentEventCount != 0) { in measureContent()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputState.cpp19 int64_t mostRecentEventCount, in AndroidTextInputState() argument
29 : mostRecentEventCount(mostRecentEventCount), in AndroidTextInputState()
43 : mostRecentEventCount(data.getDefault( in AndroidTextInputState()
45 previousState.mostRecentEventCount) in AndroidTextInputState()
84 newState["mostRecentEventCount"] = mostRecentEventCount; in getDynamic()
H A DABI47_0_0AndroidTextInputState.h28 int64_t mostRecentEventCount{0};
81 int64_t mostRecentEventCount,
H A DABI47_0_0AndroidTextInputShadowNode.cpp132 if (getConcreteProps().mostRecentEventCount < state.mostRecentEventCount) { in updateStateIfNeeded()
147 : getConcreteProps().mostRecentEventCount); in updateStateIfNeeded()
193 if (attributedString.isEmpty() && getStateData().mostRecentEventCount != 0) { in measureContent()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap10 mostRecentEventCount={0}
39 mostRecentEventCount={0}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0TextInputShadowNode.cpp100 newState.mostRecentEventCount = getConcreteProps().mostRecentEventCount; in updateStateIfNeeded()
H A DABI48_0_0TextInputState.h57 size_t mostRecentEventCount{0};
H A DABI48_0_0TextInputProps.cpp72 mostRecentEventCount(convertRawProp(
76 sourceProps.mostRecentEventCount,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0TextInputShadowNode.cpp101 newState.mostRecentEventCount = getConcreteProps().mostRecentEventCount; in updateStateIfNeeded()
H A DABI47_0_0TextInputState.h57 size_t mostRecentEventCount{0};
H A DABI47_0_0TextInputProps.cpp73 mostRecentEventCount(convertRawProp(
77 sourceProps.mostRecentEventCount,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap9 mostRecentEventCount={0}
38 mostRecentEventCount={0}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0TextInputState.h57 size_t mostRecentEventCount{0};
H A DABI49_0_0TextInputProps.cpp72 mostRecentEventCount(convertRawProp(
76 sourceProps.mostRecentEventCount,
H A DABI49_0_0TextInputShadowNode.cpp100 newState.mostRecentEventCount = getConcreteProps().mostRecentEventCount; in updateStateIfNeeded()
H A DABI49_0_0TextInputProps.h64 int const mostRecentEventCount{0};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap18 mostRecentEventCount={0}
56 mostRecentEventCount={0}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputViewManager.m69 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(mostRecentEventCount, NSInteger)
124 : (nonnull NSNumber *)viewTag mostRecentEventCount
125 : (NSInteger)mostRecentEventCount value
132 NSInteger eventLag = view.nativeEventCount - mostRecentEventCount;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputViewManager.m70 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(mostRecentEventCount, NSInteger)
124 mostRecentEventCount : (NSInteger)mostRecentEventCount
131 NSInteger eventLag = view.nativeEventCount - mostRecentEventCount;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBaseTextInputViewManager.m69 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(mostRecentEventCount, NSInteger)
124 : (nonnull NSNumber *)viewTag mostRecentEventCount
125 : (NSInteger)mostRecentEventCount value
132 NSInteger eventLag = view.nativeEventCount - mostRecentEventCount;

12