| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden()
|
| /expo/packages/expo-status-bar/build/ |
| H A D | setStatusBarHidden.js.map | 1 …hidden If the status bar should be hidden.\n * @param animation Animation to use when toggling hid…
|
| H A D | ExpoStatusBar.ios.js | 6 …const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } = prop… 12 …return (React.createElement(StatusBar, { barStyle: barStyle, animated: animated, hidden: hidden, n… property
|
| H A D | ExpoStatusBar.android.js | 6 …const { style, animated, hidden, backgroundColor: backgroundColorProp, translucent: translucentPro… 19 …cent, barStyle: barStyle, backgroundColor: backgroundColor, animated: animated, hidden: hidden })); property
|
| H A D | setStatusBarHidden.js | 8 export default function setStatusBarHidden(hidden, animation) { argument 9 StatusBar.setHidden(hidden, animation);
|
| /expo/ios/Client/Menu/ |
| H A D | EXDevMenuWindow.m | 24 self.hidden = YES; 33 …// `makeKeyAndVisible` apparently doesn't call `hidden` setter so make sure the root view is attac… 37 - (void)setHidden:(BOOL)hidden 39 [super setHidden:hidden]; 42 if (hidden) {
|
| /expo/packages/expo-status-bar/src/ |
| H A D | setStatusBarHidden.ts | 11 export default function setStatusBarHidden(hidden: boolean, animation: StatusBarAnimation) { 12 StatusBar.setHidden(hidden, animation);
|
| H A D | ExpoStatusBar.ios.tsx | 9 const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } = 24 hidden={hidden}
|
| H A D | ExpoStatusBar.android.tsx | 12 hidden, 38 hidden={hidden}
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuWindow.swift | 77 bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.hidden.rawValue, animated: true) in hitTest() 84 case hidden, open, fullscreen 103 case .hidden: 113 if index == OverlayNotch.hidden.rawValue { 119 …bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.hidden.rawValue, animated: true, complet…
|
| /expo/ios/versioned/sdk48/ExpoImagePicker/ |
| H A D | StatusBarVisibilityController.swift | 37 private func setStatusBarHidden(_ hidden: Bool) { in setStatusBarHidden() 39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
|
| /expo/packages/expo-image-picker/ios/ |
| H A D | StatusBarVisibilityController.swift | 37 private func setStatusBarHidden(_ hidden: Bool) { in setStatusBarHidden() 39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
|
| /expo/ios/versioned/sdk49/ExpoImagePicker/ |
| H A D | StatusBarVisibilityController.swift | 37 private func setStatusBarHidden(_ hidden: Bool) { in setStatusBarHidden() 39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
|
| /expo/ios/versioned/sdk47/ExpoImagePicker/ |
| H A D | StatusBarVisibilityController.swift | 37 private func setStatusBarHidden(_ hidden: Bool) { in setStatusBarHidden() 39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | SnackInline.tsx | 80 <input type="hidden" name="platform" value={defaultPlatform || DEFAULT_PLATFORM} /> 81 <input type="hidden" name="name" value={label || 'Example'} /> 82 <input type="hidden" name="dependencies" value={dependencies.join(',')} /> 83 <input type="hidden" name="sdkVersion" value={getSnackSdkVersion()} /> 85 <input type="hidden" name="supportedPlatforms" value={platforms.join(',')} /> 89 type="hidden" 110 <SnippetContent ref={contentRef} className={mergeClasses('p-0', contentHidden && 'hidden')}>
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTActivityIndicatorView.m | 13 - (void)setHidden:(BOOL)hidden 18 [super setHidden:hidden];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTActivityIndicatorView.m | 13 - (void)setHidden:(BOOL)hidden 18 [super setHidden:hidden];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTActivityIndicatorView.m | 13 - (void)setHidden:(BOOL)hidden 18 [super setHidden:hidden];
|