Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DSkFontParameters.h19 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 DsetStatusBarHidden.js.map1hidden If the status bar should be hidden.\n * @param animation Animation to use when toggling hid…
H A DExpoStatusBar.ios.js6 …const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } = prop…
12 …return (React.createElement(StatusBar, { barStyle: barStyle, animated: animated, hidden: hidden, n… property
H A DExpoStatusBar.android.js6 …const { style, animated, hidden, backgroundColor: backgroundColorProp, translucent: translucentPro…
19 …cent, barStyle: barStyle, backgroundColor: backgroundColor, animated: animated, hidden: hidden })); property
H A DsetStatusBarHidden.js8 export default function setStatusBarHidden(hidden, animation) { argument
9 StatusBar.setHidden(hidden, animation);
/expo/ios/Client/Menu/
H A DEXDevMenuWindow.m24 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 DsetStatusBarHidden.ts11 export default function setStatusBarHidden(hidden: boolean, animation: StatusBarAnimation) {
12 StatusBar.setHidden(hidden, animation);
H A DExpoStatusBar.ios.tsx9 const { style, animated, hidden, hideTransitionAnimation, networkActivityIndicatorVisible } =
24 hidden={hidden}
H A DExpoStatusBar.android.tsx12 hidden,
38 hidden={hidden}
/expo/packages/expo-dev-menu/ios/
H A DDevMenuWindow.swift77 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 DStatusBarVisibilityController.swift37 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 DStatusBarVisibilityController.swift37 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 DStatusBarVisibilityController.swift37 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 DStatusBarVisibilityController.swift37 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 DSnackInline.tsx80 <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 DABI48_0_0RCTActivityIndicatorView.m13 - (void)setHidden:(BOOL)hidden
18 [super setHidden:hidden];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTActivityIndicatorView.m13 - (void)setHidden:(BOOL)hidden
18 [super setHidden:hidden];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTActivityIndicatorView.m13 - (void)setHidden:(BOOL)hidden
18 [super setHidden:hidden];

12345678910>>...16