Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/singletons/
H A DSplashScreen.kt34 fun show( in show() method
47 show(activity, controller, statusBarTranslucent, successCallback, failureCallback)
66 fun show( in show() method
75show(activity, splashScreenViewProvider, rootViewClass, statusBarTranslucent, successCallback, fai…
92 fun show( in show() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DMediaController.java199 public void show() { in show() method in MediaController
200 show(sDefaultTimeout); in show()
332 show(sDefaultTimeout); in onTouchEvent()
340 show(sDefaultTimeout); in onTrackballEvent()
392 show(sDefaultTimeout); in dispatchKeyEvent()
398 show(sDefaultTimeout);
405 show(sDefaultTimeout);
468 show(3600000);
502 show(sDefaultTimeout);
558 show(sDefaultTimeout);
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/
H A DMediaController.java199 public void show() { in show() method in MediaController
200 show(sDefaultTimeout); in show()
332 show(sDefaultTimeout); in onTouchEvent()
340 show(sDefaultTimeout); in onTrackballEvent()
392 show(sDefaultTimeout); in dispatchKeyEvent()
398 show(sDefaultTimeout);
405 show(sDefaultTimeout);
468 show(3600000);
502 show(sDefaultTimeout);
558 show(sDefaultTimeout);
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/
H A DMediaController.java199 public void show() { in show() method in MediaController
200 show(sDefaultTimeout); in show()
332 show(sDefaultTimeout); in onTouchEvent()
340 show(sDefaultTimeout); in onTrackballEvent()
392 show(sDefaultTimeout); in dispatchKeyEvent()
398 show(sDefaultTimeout);
405 show(sDefaultTimeout);
468 show(3600000);
502 show(sDefaultTimeout);
558 show(sDefaultTimeout);
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTLogBox.mm42 ABI49_0_0RCT_EXPORT_METHOD(show) category
53 [strongSelf->_view show];
60 [strongSelf->_view show];
68 [strongSelf->_view show];
114 - (void)show
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTLogBox.mm42 ABI47_0_0RCT_EXPORT_METHOD(show) category
53 [strongSelf->_view show];
60 [strongSelf->_view show];
68 [strongSelf->_view show];
114 - (void)show
/expo/apps/native-component-list/src/screens/Reanimated/
H A DReanimatedLayoutAnimation.tsx33 const [show, setShow] = useState(defaultShow);
36 {show ? (
37 <TouchableWithoutFeedback onPress={() => setShow(!show)}>
43 {!show ? (
45 <TouchableOpacity style={styles.animatedBlockPlaceholder} onPress={() => setShow(!show)}>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTLogBox.mm42 ABI48_0_0RCT_EXPORT_METHOD(show) category
53 [strongSelf->_view show];
60 [strongSelf->_view show];
68 [strongSelf->_view show];
114 - (void)show
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/
H A DMediaController.java199 public void show() { in show() method in MediaController
200 show(sDefaultTimeout); in show()
332 show(sDefaultTimeout); in onTouchEvent()
340 show(sDefaultTimeout); in onTrackballEvent()
392 show(sDefaultTimeout); in dispatchKeyEvent()
398 show(sDefaultTimeout);
405 show(sDefaultTimeout);
468 show(3600000);
502 show(sDefaultTimeout);
558 show(sDefaultTimeout);
[all …]
/expo/packages/expo-dev-client-components/src/icons/
H A DShowMenuIcon.tsx6 const lightIcon = require('../../assets/show-menu-at-launch-icon-light.png');
7 const icon = require('../../assets/show-menu-at-launch-icon.png');
/expo/apps/native-component-list/src/screens/
H A DStatusBarScreen.tsx16 const show = () => {
25 <Button onPress={show} title="Show" />
/expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/
H A DABI48_0_0EXSplashScreenService.m15 …* When KVO is enabled, actually we are observing two targets and re-show splash screen if targets …
57 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
80 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
94 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
107 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
118 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
132 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
136 // For reloading apps, specify `ABI48_0_0EXSplashScreenForceShow` to show splash screen again
196 …// What leads to warnings like this one: `'SplashScreen.show' has already been called for given vi…
208 …// To show splash screen as soon as possible, we do not wait for hiding callback and call showSpla…
/expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/
H A DABI49_0_0EXSplashScreenService.m15 …* When KVO is enabled, actually we are observing two targets and re-show splash screen if targets …
57 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
80 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
94 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
107 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
118 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
132 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
136 // For reloading apps, specify `ABI49_0_0EXSplashScreenForceShow` to show splash screen again
196 …// What leads to warnings like this one: `'SplashScreen.show' has already been called for given vi…
208 …// To show splash screen as soon as possible, we do not wait for hiding callback and call showSpla…
/expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/
H A DABI47_0_0EXSplashScreenService.m15 …* When KVO is enabled, actually we are observing two targets and re-show splash screen if targets …
57 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
80 … return failureCallback(@"'SplashScreen.show' has already been called for given view controller.");
94 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
107 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
118 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
132 …ve splash screen registered for given view controller. Call 'SplashScreen.show' for given view con…
136 // For reloading apps, specify `ABI47_0_0EXSplashScreenForceShow` to show splash screen again
192 …// What leads to warnings like this one: `'SplashScreen.show' has already been called for given vi…
204 …// To show splash screen as soon as possible, we do not wait for hiding callback and call showSpla…
/expo/android/vendored/unversioned/@shopify/react-native-skia/android/src/main/java/com/shopify/reactnative/skia/
H A DSkiaBaseViewManager.java25 public void setDebug(ReactViewGroup view, boolean show) { in setDebug() argument
26 ((SkiaBaseView)view).setDebugMode(show); in setDebug()
/expo/android/vendored/sdk49/@shopify/react-native-skia/android/src/main/java/abi49_0_0/com/shopify/reactnative/skia/
H A DSkiaBaseViewManager.java25 public void setDebug(ReactViewGroup view, boolean show) { in setDebug() argument
26 ((SkiaBaseView)view).setDebugMode(show); in setDebug()
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/src/main/java/abi48_0_0/com/shopify/reactnative/skia/
H A DSkiaBaseViewManager.java25 public void setDebug(ReactViewGroup view, boolean show) { in setDebug() argument
26 ((SkiaBaseView)view).setDebugMode(show); in setDebug()
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/cpp/rnskia-android/
H A DRNSkAndroidView.h23 virtual void setShowDebugInfo(bool show) = 0;
69 void setShowDebugInfo(bool show) override { in setShowDebugInfo() argument
70 T::setShowDebugOverlays(show); in setShowDebugInfo()
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/cpp/rnskia-android/
H A DRNSkAndroidView.h27 virtual void setShowDebugInfo(bool show) = 0;
69 void setShowDebugInfo(bool show) override { T::setShowDebugOverlays(show); } in setShowDebugInfo() argument
/expo/android/expoview/src/main/java/host/exp/exponent/experience/loading/
H A DLoadingProgressPopupController.kt28 fun show() { in <lambda>() method
54 show() in <lambda>()
78 show() in <lambda>()
/expo/packages/@expo/metro-runtime/build/error-overlay/modules/NativeLogBox/
H A Dindex.d.ts2 show(): void;
/expo/packages/expo-dev-menu/ios/Headers/
H A DRCTPerfMonitor+Private.h8 - (void)show;
/expo/android/vendored/sdk49/@shopify/react-native-skia/android/cpp/jni/include/
H A DJniSkiaBaseView.h46 virtual void setDebugMode(bool show) { _skiaView->setShowDebugInfo(show); } in setDebugMode() argument
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/cpp/jni/include/
H A DJniSkiaBaseView.h47 virtual void setDebugMode(bool show) { in setDebugMode() argument
48 _skiaView->setShowDebugInfo(show); in setDebugMode()
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/cpp/jni/include/
H A DJniSkiaBaseView.h46 virtual void setDebugMode(bool show) { _skiaView->setShowDebugInfo(show); } in setDebugMode() argument

12345678910>>...14