Searched refs:getObjectAsColorsXml (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Colors-test.ts | 6 getObjectAsColorsXml, 82 describe(getObjectAsColorsXml, () => { 95 getObjectAsColorsXml({ colorPrimary: '#FFBB86FC', navigationBar: 'red', foobar: '@bacon' })
|
| H A D | PrimaryColor-test.ts | 4 import { getColorsAsObject, getObjectAsColorsXml } from '../Colors'; 41 modResults: getObjectAsColorsXml({ colorPrimary: '#FFF000' }),
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Colors.js | 8 exports.getObjectAsColorsXml = getObjectAsColorsXml; 102 function getObjectAsColorsXml(obj) { function
|
| H A D | Colors.d.ts | 29 export declare function getObjectAsColorsXml(obj: Record<string, string>): ResourceXML;
|
| H A D | Colors.js.map | 1 …getObjectAsColorsXml","obj","getObjectAsResourceItems"],"sources":["../../src/android/Colors.ts"],…
|
| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidRootViewBackgroundColor-test.ts | 11 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 D | withAndroidRootViewBackgroundColor-test.ts | 11 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 D | withAndroidSplashStyles-test.ts | 66 AndroidConfig.Colors.getObjectAsColorsXml({
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Colors.ts | 97 export function getObjectAsColorsXml(obj: Record<string, string>): ResourceXML { function
|