Home
last modified time | relevance | path

Searched refs:IMAGE_ID (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.js46 const IMAGE_ID = 'EXPO-SplashScreen'; constant
53 removeExisting(mainView.subviews[0].imageView, IMAGE_ID);
56 getAbsoluteConstraints(IMAGE_ID, CONTAINER_ID).forEach(constraint => {
81 id: IMAGE_ID,
107 getAbsoluteConstraints(IMAGE_ID, CONTAINER_ID).forEach(constraint => {
H A DInterfaceBuilder.js.map1IMAGE_ID","CONTAINER_ID","removeImageFromSplashScreen","xml","imageName","mainView","document","sc…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts284 const IMAGE_ID = 'EXPO-SplashScreen'; constant
295 removeExisting(mainView.subviews[0].imageView, IMAGE_ID);
298 getAbsoluteConstraints(IMAGE_ID, CONTAINER_ID).forEach((constraint) => {
338 id: IMAGE_ID,
367 getAbsoluteConstraints(IMAGE_ID, CONTAINER_ID).forEach((constraint) => {