| /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/hidden_headers/ |
| H A D | SpeedChecker.h | 15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument 19 fun(); in checkSpeed()
|
| /expo/docs/components/base/languages/ |
| H A D | kotlin.ts | 6 …ue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|in…
|
| /expo/tools/src/react-native-nightlies/patches/ |
| H A D | react-native-safe-area-context.patch | 29 - override fun getFabricViewStateManager(): FabricViewStateManager { 34 private fun updateInsets() {
|
| /expo/packages/expo-dev-menu/ |
| H A D | README.md | 42 - override fun getUseDeveloperSupport() = false 43 + override fun getUseDeveloperSupport() = true
|
| /expo/docs/pages/modules/ |
| H A D | android-lifecycle-listeners.mdx | 46 …override fun createReactActivityLifecycleListeners(activityContext: Context): List<ReactActivityLi… 94 override fun onCreate(activity: Activity, savedInstanceState: Bundle?) { 151 …override fun createApplicationLifecycleListeners(context: Context): List<ApplicationLifecycleListe… 197 override fun onCreate(application: Application) {
|
| H A D | native-module-tutorial.mdx | 59 override fun definition() = ModuleDefinition { 156 override fun definition() = ModuleDefinition { 171 private fun getPreferences(): SharedPreferences { 260 override fun definition() = ModuleDefinition { 278 private fun getPreferences(): SharedPreferences { 387 override fun definition() = ModuleDefinition { 405 private fun getPreferences(): SharedPreferences {
|
| H A D | native-view-tutorial.mdx | 54 override fun definition() = ModuleDefinition { 209 override fun definition() = ModuleDefinition { 339 override fun onPageFinished(view: WebView, url: String) { 359 override fun definition() = ModuleDefinition { 418 Now that we have a web view, we can build a web browser UI around it. Have some fun trying to rebui…
|
| H A D | existing-library.mdx | 78 override fun definition() = ModuleDefinition {
|
| H A D | third-party-library.mdx | 172 fun setChartData(data: ArrayList<Series>) { 198 override fun definition() = ModuleDefinition {
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 131 auto fun = in decorateUIRuntime() local 133 requestFrame([&rt, fun](double timestampMs) { in decorateUIRuntime() 134 fun->call(rt, jsi::Value(timestampMs)); in decorateUIRuntime()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 131 auto fun = in decorateUIRuntime() local 133 requestFrame([&rt, fun](double timestampMs) { in decorateUIRuntime() 134 fun->call(rt, jsi::Value(timestampMs)); in decorateUIRuntime()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 131 auto fun = in decorateUIRuntime() local 133 requestFrame([&rt, fun](double timestampMs) { in decorateUIRuntime() 134 fun->call(rt, jsi::Value(timestampMs)); in decorateUIRuntime()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/ |
| H A D | RuntimeDecorator.cpp | 131 auto fun = in decorateUIRuntime() local 133 requestFrame([&rt, fun](double timestampMs) { in decorateUIRuntime() 134 fun->call(rt, jsi::Value(timestampMs)); in decorateUIRuntime()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 232 jsi::Function fun = callback.getObject(rt).asFunction(rt); in getViewProp() local 234 std::make_shared<jsi::Function>(std::move(fun)); in getViewProp()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 231 jsi::Function fun = callback.getObject(rt).asFunction(rt); in getViewProp() local 233 std::make_shared<jsi::Function>(std::move(fun)); in getViewProp()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 232 jsi::Function fun = callback.getObject(rt).asFunction(rt); in getViewProp() local 234 std::make_shared<jsi::Function>(std::move(fun)); in getViewProp()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/ |
| H A D | NativeReanimatedModule.cpp | 231 jsi::Function fun = callback.getObject(rt).asFunction(rt); in getViewProp() local 233 std::make_shared<jsi::Function>(std::move(fun)); in getViewProp()
|
| /expo/apps/test-suite/tests/ |
| H A D | MediaLibrary.js | 93 function timeoutWrapper(fun, time) { argument 96 fun();
|