| /expo/packages/expo-image-manipulator/build/ |
| H A D | validators.js | 25 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 D | validators.ts | 39 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 D | SkiaBaseView.java | 77 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 D | SkiaBaseView.java | 83 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 D | SkiaBaseView.java | 83 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 D | SkiaBaseView.java | 83 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 D | RNGestureHandlerRegistry.m | 37 withActionType:(RNGestureHandlerActionType)actionType 42 handler.actionType = actionType;
|
| H A D | RNGestureHandlerRegistry.h | 17 withActionType:(RNGestureHandlerActionType)actionType;
|
| /expo/ios/vendored/sdk48/react-native-gesture-handler/ios/ |
| H A D | ABI48_0_0RNGestureHandlerRegistry.m | 37 withActionType:(ABI48_0_0RNGestureHandlerActionType)actionType 42 handler.actionType = actionType;
|
| H A D | ABI48_0_0RNGestureHandlerRegistry.h | 17 withActionType:(ABI48_0_0RNGestureHandlerActionType)actionType;
|
| /expo/ios/vendored/sdk49/react-native-gesture-handler/ios/ |
| H A D | ABI49_0_0RNGestureHandlerRegistry.m | 37 withActionType:(ABI49_0_0RNGestureHandlerActionType)actionType 42 handler.actionType = actionType;
|
| H A D | ABI49_0_0RNGestureHandlerRegistry.h | 17 withActionType:(ABI49_0_0RNGestureHandlerActionType)actionType;
|
| /expo/ios/vendored/sdk47/react-native-gesture-handler/ios/ |
| H A D | ABI47_0_0RNGestureHandlerRegistry.m | 35 …r *)handlerTag toView:(UIView *)view withActionType:(ABI47_0_0RNGestureHandlerActionType)actionType 40 handler.actionType = actionType;
|
| H A D | ABI47_0_0RNGestureHandlerRegistry.h | 15 …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 D | RNGestureHandlerRegistry.kt | 26 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 D | RNGestureHandlerRegistry.kt | 26 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 D | RNGestureHandlerRegistry.kt | 26 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 D | RNGestureHandlerRegistry.kt | 26 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 D | TestActionEvent.kt | 8 val actionType: String?, constant in host.exp.exponent.test.TestActionEvent
|
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | TestNativeModuleServer.kt | 51 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 D | ExponentTestNativeModule.kt | 60 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 D | ExponentTestNativeModule.kt | 60 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 D | ExponentTestNativeModule.kt | 60 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 D | ExponentTestNativeModule.kt | 60 val actionType = options.getString("actionType") in action() constant 84 actionType, in action()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotification.kt | 17 var actionType: String? = null variable in host.exp.exponent.notifications.ExponentNotification 52 call("putString", NotificationConstants.NOTIFICATION_ACTION_TYPE, actionType) in toWriteableMap()
|