Searched refs:DPIString (Results 1 – 5 of 5) sorted by relevance
4 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias5 type dpiMap = Record<DPIString, {
3 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias4 type dpiMap = Record<DPIString, {
1 …rs } = AndroidConfig;\n\ntype DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi';\ntype …
17 type DPIString = 'mdpi' | 'hdpi' | 'xhdpi' | 'xxhdpi' | 'xxxhdpi'; alias18 type dpiMap = Record<DPIString, { folderName: string; scale: number }>;