Home
last modified time | relevance | path

Searched refs:dpiValues (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts13 import { ANDROID_RES_PATH, dpiValues } from '../../icons/withAndroidIcons';
116 Object.values(dpiValues).map(async ({ folderName, scale }) => {
145 Object.values(dpiValues).map(async ({ folderName }) => {
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …NOTIFICATION_ICON_COLOR = exports.META_DATA_NOTIFICATION_ICON = exports.dpiValues = exports.ANDROI…
10 exports.dpiValues = {
111 await Promise.all(Object.values(exports.dpiValues).map(async ({ folderName, scale }) => {
134 Object.values(exports.dpiValues).forEach(async ({ folderName }) => {
H A DwithNotificationsAndroid.d.ts10 export declare const dpiValues: dpiMap; constant
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.js8 exports.dpiValues = exports.createAdaptiveIconXmlString = void 0;
53 const dpiValues = { variable
75 exports.dpiValues = dpiValues;
330 return Promise.all(Object.values(dpiValues).map(value => callback({
H A DwithAndroidIcons.d.ts8 export declare const dpiValues: dpiMap; constant
H A DwithAndroidIcons.js.map1dpiValues","mdpi","folderName","scale","hdpi","xhdpi","xxhdpi","xxxhdpi","exports","BASELINE_PIXEL…
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts21 export const dpiValues: dpiMap = { constant
149 Object.values(dpiValues).map(async ({ folderName, scale }) => {
181 Object.values(dpiValues).forEach(async ({ folderName }) => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js135 await Promise.all(Object.values(_withAndroidIcons().dpiValues).map(async ({
161 await Promise.all(Object.values(_withAndroidIcons().dpiValues).map(async ({
H A DwithAndroidNotifications.js.map1dpiValues","map","folderName","scale","drawableFolderName","replace","dpiFolderPath","path","resol…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts20 export const dpiValues: dpiMap = { constant
355 Object.values(dpiValues).map((value) =>