| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaViewShadowNode.kt | 45 val topEdge = meta[Spacing.TOP] in updateInsets() 67 val insetTop: Float = if (edges.contains(SafeAreaViewEdges.TOP)) insets.top else 0.0f in updateInsets() 72 super.setPadding(Spacing.TOP, insetTop + top) in updateInsets() 77 super.setMargin(Spacing.TOP, insetTop + top) in updateInsets() 86 super.setPadding(Spacing.TOP, mPaddings[Spacing.TOP]) in resetInsets() 87 super.setPadding(Spacing.RIGHT, mPaddings[Spacing.TOP]) in resetInsets() 91 super.setMargin(Spacing.TOP, mMargins[Spacing.TOP]) in resetInsets() 92 super.setMargin(Spacing.RIGHT, mMargins[Spacing.TOP]) in resetInsets()
|
| H A D | SafeAreaViewEdges.kt | 4 TOP,
|
| H A D | SafeAreaViewManager.kt | 47 edges.add(SafeAreaViewEdges.TOP) in setEdges()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaViewShadowNode.kt | 45 val topEdge = meta[Spacing.TOP] in updateInsets() 67 val insetTop: Float = if (edges.contains(SafeAreaViewEdges.TOP)) insets.top else 0.0f in updateInsets() 72 super.setPadding(Spacing.TOP, insetTop + top) in updateInsets() 77 super.setMargin(Spacing.TOP, insetTop + top) in updateInsets() 86 super.setPadding(Spacing.TOP, mPaddings[Spacing.TOP]) in resetInsets() 87 super.setPadding(Spacing.RIGHT, mPaddings[Spacing.TOP]) in resetInsets() 91 super.setMargin(Spacing.TOP, mMargins[Spacing.TOP]) in resetInsets() 92 super.setMargin(Spacing.RIGHT, mMargins[Spacing.TOP]) in resetInsets()
|
| H A D | SafeAreaViewEdges.kt | 4 TOP,
|
| H A D | SafeAreaViewManager.kt | 47 edges.add(SafeAreaViewEdges.TOP) in setEdges()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaViewShadowNode.kt | 46 val topEdge = meta[Spacing.TOP] in updateInsets() 69 super.setPadding(Spacing.TOP, getEdgeValue(edges.top, insets.top, top)) in updateInsets() 74 super.setMargin(Spacing.TOP, getEdgeValue(edges.top, insets.top, top)) in updateInsets() 97 super.setPadding(Spacing.TOP, mPaddings[Spacing.TOP]) in resetInsets() 98 super.setPadding(Spacing.RIGHT, mPaddings[Spacing.TOP]) in resetInsets() 102 super.setMargin(Spacing.TOP, mMargins[Spacing.TOP]) in resetInsets() 103 super.setMargin(Spacing.RIGHT, mMargins[Spacing.TOP]) in resetInsets()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaViewShadowNode.kt | 46 val topEdge = meta[Spacing.TOP] in updateInsets() 69 super.setPadding(Spacing.TOP, getEdgeValue(edges.top, insets.top, top)) in updateInsets() 74 super.setMargin(Spacing.TOP, getEdgeValue(edges.top, insets.top, top)) in updateInsets() 97 super.setPadding(Spacing.TOP, mPaddings[Spacing.TOP]) in resetInsets() 98 super.setPadding(Spacing.RIGHT, mPaddings[Spacing.TOP]) in resetInsets() 102 super.setMargin(Spacing.TOP, mMargins[Spacing.TOP]) in resetInsets() 103 super.setMargin(Spacing.RIGHT, mMargins[Spacing.TOP]) in resetInsets()
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | SafeAreaView.tsx | 7 const TOP = 0b1000, 16 top: TOP, 36 const insetTop = edgeBitmask & TOP ? insets.top : 0;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ToastAndroid/ |
| H A D | ToastAndroid.d.ts | 41 TOP: number; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ToastAndroid/ |
| H A D | ToastAndroid.d.ts | 41 TOP: number; property
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/transitions/ |
| H A D | TransitionUtils.java | 62 return new Slide(Gravity.TOP); in createVisibilityTransition() 109 return new Slide(Gravity.TOP); in createTransition() 146 sidePropagation.setSide(Gravity.TOP); in configureTransition()
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/transitions/ |
| H A D | TransitionUtils.java | 62 return new Slide(Gravity.TOP); in createVisibilityTransition() 109 return new Slide(Gravity.TOP); in createTransition() 146 sidePropagation.setSide(Gravity.TOP); in configureTransition()
|
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/ |
| H A D | ExpoImageModule.kt | 102 ViewProps.BORDER_TOP_WIDTH to Spacing.TOP, in <lambda>() 116 ViewProps.BORDER_TOP_COLOR to Spacing.TOP, in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/ |
| H A D | ExpoImageModule.kt | 101 ViewProps.BORDER_TOP_WIDTH to Spacing.TOP, in <lambda>() 115 ViewProps.BORDER_TOP_COLOR to Spacing.TOP, in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/ |
| H A D | ExpoImageModule.kt | 102 ViewProps.BORDER_TOP_WIDTH to Spacing.TOP, in <lambda>() 116 ViewProps.BORDER_TOP_COLOR to Spacing.TOP, in <lambda>()
|
| /expo/ios/vendored/sdk47/react-native-safe-area-context/ios/ |
| H A D | ABI47_0_0RNCSafeAreaShadowView.m | 179 SHADOW_VIEW_MARGIN_PADDING_PROP(Top, TOP);
|
| /expo/ios/vendored/sdk48/react-native-safe-area-context/ios/ |
| H A D | ABI48_0_0RNCSafeAreaShadowView.m | 179 SHADOW_VIEW_MARGIN_PADDING_PROP(Top, TOP);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTShadowView.m | 434 ABI47_0_0RCT_MARGIN_PROPERTY(Top, TOP) 457 ABI47_0_0RCT_PADDING_PROPERTY(Top, TOP) 478 ABI47_0_0RCT_BORDER_PROPERTY(Top, TOP)
|
| /expo/ios/vendored/sdk49/react-native-safe-area-context/ios/ |
| H A D | ABI49_0_0RNCSafeAreaShadowView.m | 189 SHADOW_VIEW_MARGIN_PADDING_PROP(Top, TOP);
|
| /expo/ios/vendored/unversioned/react-native-safe-area-context/ios/ |
| H A D | RNCSafeAreaShadowView.m | 189 SHADOW_VIEW_MARGIN_PADDING_PROP(Top, TOP);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTShadowView.m | 434 ABI48_0_0RCT_MARGIN_PROPERTY(Top, TOP) 457 ABI48_0_0RCT_PADDING_PROPERTY(Top, TOP) 478 ABI48_0_0RCT_BORDER_PROPERTY(Top, TOP)
|
| H A D | ABI48_0_0RCTBorderDrawing.m | 371 // TOP
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTShadowView.m | 434 ABI49_0_0RCT_MARGIN_PROPERTY(Top, TOP) 457 ABI49_0_0RCT_PADDING_PROPERTY(Top, TOP) 478 ABI49_0_0RCT_BORDER_PROPERTY(Top, TOP)
|
| H A D | ABI49_0_0RCTBorderDrawing.m | 371 // TOP
|