| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherRecentlyOpenedAppsRegistry.kt | 35 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 D | NativeProxy.cpp | 80 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 D | NativeProxy.cpp | 75 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 D | RuntimeDecorator.cpp | 91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument 128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime() 133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
|
| H A D | RuntimeDecorator.h | 52 const TimeProviderFunction getCurrentTime,
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument 128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime() 133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
|
| H A D | RuntimeDecorator.h | 52 const TimeProviderFunction getCurrentTime,
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument 128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime() 133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
|
| H A D | RuntimeDecorator.h | 52 const TimeProviderFunction getCurrentTime,
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 91 const TimeProviderFunction getCurrentTime, in decorateUIRuntime() argument 128 auto performanceNow = [getCurrentTime]( in decorateUIRuntime() 133 return jsi::Value(getCurrentTime()); in decorateUIRuntime()
|
| H A D | RuntimeDecorator.h | 52 const TimeProviderFunction getCurrentTime,
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/ |
| H A D | DevLauncherErrorRegistry.kt | 16 val timestamp: Long = DevLauncherRecentlyOpenedAppsRegistry.TimeHelper.getCurrentTime()
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherRecentlyOpenedAppsRegistryTest.kt | 32 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 D | PlatformDepMethodsHolder.h | 42 TimeProviderFunction getCurrentTime; member
|
| H A D | RuntimeDecorator.h | 38 const TimeProviderFunction getCurrentTime,
|
| H A D | RuntimeDecorator.cpp | 103 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 D | PlatformDepMethodsHolder.h | 42 TimeProviderFunction getCurrentTime; member
|
| H A D | RuntimeDecorator.h | 38 const TimeProviderFunction getCurrentTime,
|
| H A D | RuntimeDecorator.cpp | 103 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 D | PlatformDepMethodsHolder.h | 42 TimeProviderFunction getCurrentTime; member
|
| H A D | RuntimeDecorator.h | 38 const TimeProviderFunction getCurrentTime,
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/ |
| H A D | PlatformDepMethodsHolder.h | 42 TimeProviderFunction getCurrentTime; member
|
| H A D | RuntimeDecorator.h | 38 const TimeProviderFunction getCurrentTime,
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.cpp | 338 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 D | NativeProxy.cpp | 338 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()
|