Home
last modified time | relevance | path

Searched refs:DPIString (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts4 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias
5 type dpiMap = Record<DPIString, {
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts3 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias
4 type dpiMap = Record<DPIString, {
H A DwithAndroidIcons.js.map1 …rs } = AndroidConfig;\n\ntype DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi';\ntype …
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts17 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias
18 type dpiMap = Record<DPIString, { folderName: string; scale: number }>;
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts17 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias
18 type dpiMap = Record<DPIString, { folderName: string; scale: number }>;