Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 35) sorted by relevance

12

/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/hidden_headers/
H A DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 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 DSpeedChecker.h15 static void checkSpeed(std::string tag, std::function<void()> fun) { in checkSpeed() argument
19 fun(); in checkSpeed()
/expo/docs/components/base/languages/
H A Dkotlin.ts6 …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 Dreact-native-safe-area-context.patch29 - override fun getFabricViewStateManager(): FabricViewStateManager {
34 private fun updateInsets() {
/expo/packages/expo-dev-menu/
H A DREADME.md42 - override fun getUseDeveloperSupport() = false
43 + override fun getUseDeveloperSupport() = true
/expo/docs/pages/modules/
H A Dandroid-lifecycle-listeners.mdx46 …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 Dnative-module-tutorial.mdx59 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 Dnative-view-tutorial.mdx54 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 Dexisting-library.mdx78 override fun definition() = ModuleDefinition {
H A Dthird-party-library.mdx172 fun setChartData(data: ArrayList<Series>) {
198 override fun definition() = ModuleDefinition {
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp131 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 DRuntimeDecorator.cpp131 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 DRuntimeDecorator.cpp131 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 DRuntimeDecorator.cpp131 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 DNativeReanimatedModule.cpp232 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 DNativeReanimatedModule.cpp231 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 DNativeReanimatedModule.cpp232 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 DNativeReanimatedModule.cpp231 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 DMediaLibrary.js93 function timeoutWrapper(fun, time) { argument
96 fun();

12