Home
last modified time | relevance | path

Searched refs:imageView (Results 1 – 25 of 58) sorted by relevance

123

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementContent.java18 GenericDraweeView imageView = (GenericDraweeView) view; in getSize() local
19 DraweeController controller = imageView.getController(); in getSize()
20 GenericDraweeHierarchy hierarchy = imageView.getHierarchy(); in getSize()
28 ImageView imageView = (ImageView) view; in getSize() local
29 Drawable drawable = imageView.getDrawable(); in getSize()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementContent.java18 GenericDraweeView imageView = (GenericDraweeView) view; in getSize() local
19 DraweeController controller = imageView.getController(); in getSize()
20 GenericDraweeHierarchy hierarchy = imageView.getHierarchy(); in getSize()
28 ImageView imageView = (ImageView) view; in getSize() local
29 Drawable drawable = imageView.getDrawable(); in getSize()
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenView.kt18 val imageView: ImageView = ImageView(context).also { view -> in <lambda>() constant
28 addView(imageView) in <lambda>()
32 imageView.scaleType = resizeMode.scaleType in <lambda>()
36 imageView.adjustViewBounds = true in <lambda>()
H A DNativeResourcesBasedSplashScreenViewProvider.kt24 splashScreenView.imageView.setImageResource(getImageResource()) in createSplashScreenView()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt18 val imageView: ImageView = ImageView(context).also { view -> in <lambda>() constant
29 addView(imageView) in <lambda>()
33 imageView.scaleType = resizeMode.scaleType in <lambda>()
37 imageView.adjustViewBounds = true in <lambda>()
H A DNativeResourcesBasedSplashScreenViewProvider.kt24 splashScreenView.imageView.setImageResource(getImageResource()) in createSplashScreenView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt18 val imageView: ImageView = ImageView(context).also { view -> in <lambda>() constant
29 addView(imageView) in <lambda>()
33 imageView.scaleType = resizeMode.scaleType in <lambda>()
37 imageView.adjustViewBounds = true in <lambda>()
H A DNativeResourcesBasedSplashScreenViewProvider.kt24 splashScreenView.imageView.setImageResource(getImageResource()) in createSplashScreenView()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt18 val imageView: ImageView = ImageView(context).also { view -> in <lambda>() constant
29 addView(imageView) in <lambda>()
33 imageView.scaleType = resizeMode.scaleType in <lambda>()
37 imageView.adjustViewBounds = true in <lambda>()
H A DNativeResourcesBasedSplashScreenViewProvider.kt24 splashScreenView.imageView.setImageResource(getImageResource()) in createSplashScreenView()
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/splashscreen/
H A DDevLauncherSplashScreen.kt26 val imageView = ImageView(context) constant
27 imageView.setImageResource(R.drawable._expodevclientcomponents_assets_logoicon)
28 imageView.layoutParams = LayoutParams(
34 addView(imageView)
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewProvider.kt55 splashScreenView.imageView.visibility = View.GONE in configureSplashScreenImageView()
60 splashScreenView.imageView, in configureSplashScreenImageView()
63 splashScreenView.imageView.visibility = View.VISIBLE in configureSplashScreenImageView()
64 splashScreenView.imageView.animation = AlphaAnimation(0.0f, 1.0f).also { in configureSplashScreenImageView()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageLoaderWithAttributionProtocol.h39 …ibilityForRequest:(ABI47_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
H A DABI47_0_0RCTImageURLLoaderWithAttribution.h66 …ibilityForRequest:(ABI47_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageLoaderWithAttributionProtocol.h39 …ibilityForRequest:(ABI49_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
H A DABI49_0_0RCTImageURLLoaderWithAttribution.h68 …ibilityForRequest:(ABI49_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageLoaderWithAttributionProtocol.h39 …ibilityForRequest:(ABI48_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
H A DABI48_0_0RCTImageURLLoaderWithAttribution.h68 …ibilityForRequest:(ABI48_0_0RCTImageURLLoaderRequest *)loaderRequest imageView:(UIView *)imageView;
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/
H A DImageViewWrapperTarget.kt30 val imageView = imageViewHolder.get().ifNull { in onResourceReady() constant
45 imageView.onResourceReady(this, resource, isPlaceholder) in onResourceReady()
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.js53 removeExisting(mainView.subviews[0].imageView, IMAGE_ID);
79 const imageView = { variable
104 ensureUniquePush(mainView.subviews[0].imageView, imageView);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts177 imageView: IBImageView[];
295 removeExisting(mainView.subviews[0].imageView, IMAGE_ID);
336 const imageView: IBImageView = { constant
364 ensureUniquePush(mainView.subviews[0].imageView, imageView);
/expo/packages/expo-image-manipulator/ios/
H A DImageManipulations.swift85 let imageView = UIImageView(image: image) in manipulate() variable
87 return try drawInNewContext(size: imageView.frame.size) { context in in manipulate()
90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate()
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate()
96 imageView.layer.render(in: context) in manipulate()
/expo/ios/versioned/sdk49/ExpoImageManipulator/
H A DImageManipulations.swift85 let imageView = UIImageView(image: image) in manipulate() variable
87 return try drawInNewContext(size: imageView.frame.size) { context in in manipulate()
90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate()
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate()
96 imageView.layer.render(in: context) in manipulate()
/expo/ios/versioned/sdk48/ExpoImageManipulator/
H A DImageManipulations.swift85 let imageView = UIImageView(image: image) in manipulate() variable
87 return try drawInNewContext(size: imageView.frame.size) { context in in manipulate()
90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate()
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate()
96 imageView.layer.render(in: context) in manipulate()
/expo/ios/versioned/sdk47/ExpoImageManipulator/
H A DImageManipulations.swift85 let imageView = UIImageView(image: image) in manipulate() variable
87 return try drawInNewContext(size: imageView.frame.size) { context in in manipulate()
90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate()
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate()
96 imageView.layer.render(in: context) in manipulate()

123