Home
last modified time | relevance | path

Searched refs:getCurrentTime (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherRecentlyOpenedAppsRegistry.kt35 val timestamp = TimeHelper.getCurrentTime() in <lambda>()
74 if (TimeHelper.getCurrentTime() - appEntry.timestamp > TIME_TO_REMOVE) { in <lambda>()
106 fun getCurrentTime() = System.currentTimeMillis() in <lambda>() method
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp80 auto getCurrentTime = [this]() { in installJSIBindings() local
87 auto requestRender = [this, getCurrentTime]( in installJSIBindings()
94 auto wrappedOnRender = [getCurrentTime, &rt, onRender](double doNotUse) { in installJSIBindings()
98 double frameTimestamp = getCurrentTime(); in installJSIBindings()
217 getCurrentTime, in installJSIBindings()
238 [weakModule, getCurrentTime]( in installJSIBindings()
245 *module->runtime, eventTimestampName, getCurrentTime()); in installJSIBindings()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp75 auto getCurrentTime = [this]() { in installJSIBindings() local
82 auto requestRender = [this, getCurrentTime]( in installJSIBindings()
89 auto wrappedOnRender = [getCurrentTime, &rt, onRender](double doNotUse) { in installJSIBindings()
93 double frameTimestamp = getCurrentTime(); in installJSIBindings()
209 getCurrentTime, in installJSIBindings()
230 [weakModule, getCurrentTime]( in installJSIBindings()
237 *module->runtime, eventTimestampName, getCurrentTime()); in installJSIBindings()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime()
133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
H A DRuntimeDecorator.h52 const TimeProviderFunction getCurrentTime,
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime()
133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
H A DRuntimeDecorator.h52 const TimeProviderFunction getCurrentTime,
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime()
133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
H A DRuntimeDecorator.h52 const TimeProviderFunction getCurrentTime,
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime()
133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
H A DRuntimeDecorator.h52 const TimeProviderFunction getCurrentTime,
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorRegistry.kt16 val timestamp: Long = DevLauncherRecentlyOpenedAppsRegistry.TimeHelper.getCurrentTime()
/expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherRecentlyOpenedAppsRegistryTest.kt32 DevLauncherRecentlyOpenedAppsRegistry.TimeHelper.getCurrentTime() in removes app from registry after 3 days have elapsed()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h42 TimeProviderFunction getCurrentTime; member
H A DRuntimeDecorator.h38 const TimeProviderFunction getCurrentTime,
H A DRuntimeDecorator.cpp103 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
175 auto clb6 = [getCurrentTime]( in decorateUIRuntime()
180 return getCurrentTime(); in decorateUIRuntime()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h42 TimeProviderFunction getCurrentTime; member
H A DRuntimeDecorator.h38 const TimeProviderFunction getCurrentTime,
H A DRuntimeDecorator.cpp103 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument
175 auto clb6 = [getCurrentTime]( in decorateUIRuntime()
180 return getCurrentTime(); in decorateUIRuntime()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h42 TimeProviderFunction getCurrentTime; member
H A DRuntimeDecorator.h38 const TimeProviderFunction getCurrentTime,
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h42 TimeProviderFunction getCurrentTime; member
H A DRuntimeDecorator.h38 const TimeProviderFunction getCurrentTime,
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp338 double NativeProxy::getCurrentTime() { in getCurrentTime() function in reanimated::NativeProxy
382 eventName, payload, this->getCurrentTime()); in handleEvent()
406 auto getCurrentTime = bindThis(&NativeProxy::getCurrentTime); in getPlatformDependentMethods() local
449 getCurrentTime, in getPlatformDependentMethods()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp338 double NativeProxy::getCurrentTime() { in getCurrentTime() function in reanimated::NativeProxy
382 eventName, payload, this->getCurrentTime()); in handleEvent()
406 auto getCurrentTime = bindThis(&NativeProxy::getCurrentTime); in getPlatformDependentMethods() local
449 getCurrentTime, in getPlatformDependentMethods()

12