Home
last modified time | relevance | path

Searched refs:getObjectAsColorsXml (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DColors-test.ts6 getObjectAsColorsXml,
82 describe(getObjectAsColorsXml, () => {
95 getObjectAsColorsXml({ colorPrimary: '#FFBB86FC', navigationBar: 'red', foobar: '@bacon' })
H A DPrimaryColor-test.ts4 import { getColorsAsObject, getObjectAsColorsXml } from '../Colors';
41 modResults: getObjectAsColorsXml({ colorPrimary: '#FFF000' }),
/expo/packages/@expo/config-plugins/build/android/
H A DColors.js8 exports.getObjectAsColorsXml = getObjectAsColorsXml;
102 function getObjectAsColorsXml(obj) { function
H A DColors.d.ts29 export declare function getObjectAsColorsXml(obj: Record<string, string>): ResourceXML;
H A DColors.js.map1getObjectAsColorsXml","obj","getObjectAsResourceItems"],"sources":["../../src/android/Colors.ts"],…
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts11 const { getColorsAsObject, getObjectAsColorsXml } = AndroidConfig.Colors; constant
59 modResults: getObjectAsColorsXml({ activityBackground: '#FFF000' }),
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts11 const { getColorsAsObject, getObjectAsColorsXml } = AndroidConfig.Colors; constant
59 modResults: getObjectAsColorsXml({ activityBackground: '#FFF000' }),
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithAndroidSplashStyles-test.ts66 AndroidConfig.Colors.getObjectAsColorsXml({
/expo/packages/@expo/config-plugins/src/android/
H A DColors.ts97 export function getObjectAsColorsXml(obj: Record<string, string>): ResourceXML { function