Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 130) sorted by relevance

123456

/expo/packages/@expo/cli/src/start/interface/
H A DKeyPressHandler.ts20 const listener = ({ pause }: { pause: boolean }) => {
21 if (pause) {
/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift57 @objc(pause:)
58 public func pause(_ reactTag: NSNumber) { in pause() function
67 view.pause() in pause()
H A DContainerView.swift76 animationView?.pause() in setSpeed()
266 animationView?.pause() in reset()
269 @objc func pause() { in pause() function
270 animationView?.pause() in pause()
/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift57 @objc(pause:)
58 public func pause(_ abi49_0_0ReactTag: NSNumber) { in pause() function
67 view.pause() in pause()
H A DContainerView.swift35 animationView?.pause() in setSpeed()
174 animationView?.pause() in reset()
177 func pause() { in pause() function
178 animationView?.pause() in pause()
/expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift57 @objc(pause:)
58 public func pause(_ abi48_0_0ReactTag: NSNumber) { in pause() function
67 view.pause() in pause()
H A DContainerView.swift35 animationView?.pause() in setSpeed()
174 animationView?.pause() in reset()
177 func pause() { in pause() function
178 animationView?.pause() in pause()
/expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift57 @objc(pause:)
58 public func pause(_ abi47_0_0ReactTag: NSNumber) { in pause() function
67 view.pause() in pause()
H A DContainerView.swift35 animationView?.pause() in setSpeed()
174 animationView?.pause() in reset()
177 func pause() { in pause() function
178 animationView?.pause() in pause()
/expo/packages/expo-speech/src/Speech/
H A DSpeech.ts117 export async function pause(): Promise<void> { function
118 if (!ExponentSpeech.pause) {
121 return ExponentSpeech.pause();
H A DExponentSpeech.web.ts113 async pause(): Promise<void> {
114 return window.speechSynthesis.pause();
/expo/packages/expo-speech/build/
H A DSpeech.js107 export async function pause() { function
108 if (!ExponentSpeech.pause) {
111 return ExponentSpeech.pause();
H A DExponentSpeech.web.d.ts8 pause(): Promise<void>; constant
H A DSpeech.d.ts28 export declare function pause(): Promise<void>;
H A DExponentSpeech.web.js93 async pause() {
94 return window.speechSynthesis.pause();
/expo/packages/@expo/cli/src/utils/
H A Dprompts.ts23 type InteractionOptions = { pause: boolean; canEscape?: boolean };
126 listener({ pause: true, ...options });
134 listener({ pause: false, ...options });
/expo/packages/expo-video/src/
H A DVideoPlayer.ts23 pause(): void;
/expo/packages/expo-video/build/
H A DVideoPlayer.d.ts20 pause(): void;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0TimelineHandler.cpp40 void TimelineHandler::pause() const noexcept { in pause() function in ABI47_0_0facebook::ABI47_0_0React::TimelineHandler
42 timeline_->pause(); in pause()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0TimelineHandler.cpp39 void TimelineHandler::pause() const noexcept { in pause() function in ABI49_0_0facebook::ABI49_0_0React::TimelineHandler
41 timeline_->pause(); in pause()
H A DABI49_0_0TimelineHandler.h35 void pause() const noexcept;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0TimelineHandler.cpp39 void TimelineHandler::pause() const noexcept { in pause() function in ABI48_0_0facebook::ABI48_0_0React::TimelineHandler
41 timeline_->pause(); in pause()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A DlaunchPackager.bat11 pause
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A DlaunchPackager.bat11 pause
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A DlaunchPackager.bat11 pause

123456