Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 25 of 56) sorted by relevance

123

/expo/packages/expo-image-manipulator/build/
H A Dvalidators.js25 const actionType = actionKeys[0];
26 if (!supportedActionTypes.includes(actionType)) {
27 throw new TypeError(`Unsupported action type: ${actionType}`);
29 if (actionType === 'crop') {
32 else if (actionType === 'flip') {
35 else if (actionType === 'rotate') {
38 else if (actionType === 'resize') {
/expo/packages/expo-image-manipulator/src/
H A Dvalidators.ts39 const actionType = actionKeys[0]; constant
40 if (!supportedActionTypes.includes(actionType)) {
41 throw new TypeError(`Unsupported action type: ${actionType}`);
44 if (actionType === 'crop') {
46 } else if (actionType === 'flip') {
48 } else if (actionType === 'rotate') {
50 } else if (actionType === 'resize') {
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/src/main/java/abi47_0_0/com/shopify/reactnative/skia/
H A DSkiaBaseView.java77 int actionType = 3; in motionActionToType() local
81 actionType = 0; in motionActionToType()
84 actionType = 1; in motionActionToType()
88 actionType = 2; in motionActionToType()
91 actionType = 3; in motionActionToType()
94 return actionType; in motionActionToType()
/expo/android/vendored/unversioned/@shopify/react-native-skia/android/src/main/java/com/shopify/reactnative/skia/
H A DSkiaBaseView.java83 int actionType = 3; in motionActionToType() local
87 actionType = 0; in motionActionToType()
90 actionType = 1; in motionActionToType()
94 actionType = 2; in motionActionToType()
97 actionType = 3; in motionActionToType()
100 return actionType; in motionActionToType()
/expo/android/vendored/sdk49/@shopify/react-native-skia/android/src/main/java/abi49_0_0/com/shopify/reactnative/skia/
H A DSkiaBaseView.java83 int actionType = 3; in motionActionToType() local
87 actionType = 0; in motionActionToType()
90 actionType = 1; in motionActionToType()
94 actionType = 2; in motionActionToType()
97 actionType = 3; in motionActionToType()
100 return actionType; in motionActionToType()
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/src/main/java/abi48_0_0/com/shopify/reactnative/skia/
H A DSkiaBaseView.java83 int actionType = 3; in motionActionToType() local
87 actionType = 0; in motionActionToType()
90 actionType = 1; in motionActionToType()
94 actionType = 2; in motionActionToType()
97 actionType = 3; in motionActionToType()
100 return actionType; in motionActionToType()
/expo/ios/vendored/unversioned/react-native-gesture-handler/ios/
H A DRNGestureHandlerRegistry.m37 withActionType:(RNGestureHandlerActionType)actionType
42 handler.actionType = actionType;
H A DRNGestureHandlerRegistry.h17 withActionType:(RNGestureHandlerActionType)actionType;
/expo/ios/vendored/sdk48/react-native-gesture-handler/ios/
H A DABI48_0_0RNGestureHandlerRegistry.m37 withActionType:(ABI48_0_0RNGestureHandlerActionType)actionType
42 handler.actionType = actionType;
H A DABI48_0_0RNGestureHandlerRegistry.h17 withActionType:(ABI48_0_0RNGestureHandlerActionType)actionType;
/expo/ios/vendored/sdk49/react-native-gesture-handler/ios/
H A DABI49_0_0RNGestureHandlerRegistry.m37 withActionType:(ABI49_0_0RNGestureHandlerActionType)actionType
42 handler.actionType = actionType;
H A DABI49_0_0RNGestureHandlerRegistry.h17 withActionType:(ABI49_0_0RNGestureHandlerActionType)actionType;
/expo/ios/vendored/sdk47/react-native-gesture-handler/ios/
H A DABI47_0_0RNGestureHandlerRegistry.m35 …r *)handlerTag toView:(UIView *)view withActionType:(ABI47_0_0RNGestureHandlerActionType)actionType
40 handler.actionType = actionType;
H A DABI47_0_0RNGestureHandlerRegistry.h15 …erTag toView:(nonnull UIView *)view withActionType:(ABI47_0_0RNGestureHandlerActionType)actionType;
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerRegistry.kt26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView()
30 handler.actionType = actionType in attachHandlerToView()
/expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerRegistry.kt26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView()
30 handler.actionType = actionType in attachHandlerToView()
/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerRegistry.kt26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView()
30 handler.actionType = actionType in attachHandlerToView()
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerRegistry.kt26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView()
30 handler.actionType = actionType in attachHandlerToView()
/expo/android/expoview/src/main/java/host/exp/exponent/test/
H A DTestActionEvent.kt8 val actionType: String?, constant in host.exp.exponent.test.TestActionEvent
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestNativeModuleServer.kt51 when (event.actionType) { in runActionOnObject()
53 else -> throw RuntimeException("No action found for type " + event.actionType) in runActionOnObject()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt60 val actionType = options.getString("actionType") in action() constant
84 actionType, in action()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt60 val actionType = options.getString("actionType") in action() constant
84 actionType, in action()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt60 val actionType = options.getString("actionType") in action() constant
84 actionType, in action()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt60 val actionType = options.getString("actionType") in action() constant
84 actionType, in action()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt17 var actionType: String? = null variable in host.exp.exponent.notifications.ExponentNotification
52 call("putString", NotificationConstants.NOTIFICATION_ACTION_TYPE, actionType) in toWriteableMap()

123