Home
last modified time | relevance | path

Searched refs:layoutParams (Results 1 – 25 of 48) sorted by relevance

12

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenView.kt19 view.layoutParams = LayoutParams( in <lambda>()
26layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt19 view.layoutParams = LayoutParams( in <lambda>()
26layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.… in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt19 view.layoutParams = LayoutParams( in <lambda>()
26layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.… in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenView.kt19 view.layoutParams = LayoutParams( in <lambda>()
26layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.… in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/
H A DImageViewWrapperTarget.kt212 val layoutParams = view.layoutParams constant
213 val layoutParamSize = layoutParams?.height ?: PENDING_SIZE
220 val layoutParams = view.layoutParams constant
221 val layoutParamSize = layoutParams?.width ?: PENDING_SIZE
/expo/packages/expo-image/android/src/main/java/expo/modules/image/
H A DImageViewWrapperTarget.kt212 val layoutParams = view.layoutParams constant in expo.modules.image.SizeDeterminer
213 val layoutParamSize = layoutParams?.height ?: PENDING_SIZE
220 val layoutParams = view.layoutParams constant in expo.modules.image.SizeDeterminer
221 val layoutParamSize = layoutParams?.width ?: PENDING_SIZE
/expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/
H A DScreenStackFragment.kt54 toolbar.layoutParams = AppBarLayout.LayoutParams( in <lambda>()
69 val params = screen.layoutParams in <lambda>()
100 screen.layoutParams = CoordinatorLayout.LayoutParams( in <lambda>()
112 layoutParams = AppBarLayout.LayoutParams( in <lambda>()
H A DScreen.kt49 layoutParams = WindowManager.LayoutParams(WindowManager.LayoutParams.TYPE_APPLICATION)
/expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/
H A DScreenStackFragment.kt54 toolbar.layoutParams = AppBarLayout.LayoutParams( in <lambda>()
69 val params = screen.layoutParams in <lambda>()
100 screen.layoutParams = CoordinatorLayout.LayoutParams( in <lambda>()
112 layoutParams = AppBarLayout.LayoutParams( in <lambda>()
H A DScreen.kt49 layoutParams = WindowManager.LayoutParams(WindowManager.LayoutParams.TYPE_APPLICATION)
/expo/android/vendored/unversioned/react-native-screens/android/src/main/java/com/swmansion/rnscreens/
H A DScreenStackFragment.kt54 toolbar.layoutParams = AppBarLayout.LayoutParams( in <lambda>()
69 val params = screen.layoutParams in <lambda>()
100 screen.layoutParams = CoordinatorLayout.LayoutParams( in <lambda>()
112 layoutParams = AppBarLayout.LayoutParams( in <lambda>()
H A DScreen.kt49 layoutParams = WindowManager.LayoutParams(WindowManager.LayoutParams.TYPE_APPLICATION)
/expo/android/vendored/sdk48/react-native-screens/android/src/main/java/abi48_0_0/com/swmansion/rnscreens/
H A DScreenStackFragment.kt54 toolbar.layoutParams = AppBarLayout.LayoutParams( in <lambda>()
69 val params = screen.layoutParams in <lambda>()
100 screen.layoutParams = CoordinatorLayout.LayoutParams( in <lambda>()
112 layoutParams = AppBarLayout.LayoutParams( in <lambda>()
H A DScreen.kt49 layoutParams = WindowManager.LayoutParams(WindowManager.LayoutParams.TYPE_APPLICATION)
/expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/
H A DViewPagerViewHolder.kt16 container.layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT) in create()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/
H A DViewPagerViewHolder.kt16 container.layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT) in create()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/main/java/abi49_0_0/com/reactnativepagerview/
H A DViewPagerViewHolder.kt16 container.layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT) in create()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/pagerview/
H A DViewPagerViewHolder.kt15 container.layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT) in create()
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/splashscreen/
H A DDevLauncherSplashScreen.kt28 imageView.layoutParams = LayoutParams(
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/blur/
H A DExpoBlurView.kt19 it.layoutParams = LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT) in <lambda>()
/expo/packages/expo-blur/android/src/main/java/expo/modules/blur/
H A DExpoBlurView.kt21 it.layoutParams = LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt209 val layoutParams = containerView.layoutParams in <lambda>() constant
210 layoutParams.height = FrameLayout.LayoutParams.MATCH_PARENT in <lambda>()
211 containerView.layoutParams = layoutParams in <lambda>()
/expo/android/vendored/unversioned/react-native-pager-view/android/src/paper/java/com/reactnativepagerview/
H A DPagerViewViewManager.kt31 …host.layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutPa… in createViewInstance()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/paper/java/abi48_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt31 …host.layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutPa… in createViewInstance()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/paper/java/abi49_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt31 …host.layoutParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutPa… in createViewInstance()

12