Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.js7 exports.createConstraint = createConstraint;
30 function createConstraint([firstItem, firstAttribute], [secondItem, secondAttribute], constant) { function
71createConstraint([childId, 'top'], [parentId, 'top']), createConstraint([childId, 'leading'], [par…
H A DInterfaceBuilder.d.ts197 export declare function createConstraint([firstItem, firstAttribute]: [string, ConstraintAttribute]… function
H A DInterfaceBuilder.js.map1createConstraint","firstItem","firstAttribute","secondItem","secondAttribute","constant","$","id",…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DInterfaceBuilder-test.ts5 expect(InterfaceBuilder.createConstraint(['item', 'bottom'], ['parent', 'bottom'])).toEqual({
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts262 export function createConstraint( function
316 createConstraint([childId, 'top'], [parentId, 'top']),
317 createConstraint([childId, 'leading'], [parentId, 'leading']),
318 createConstraint([childId, 'trailing'], [parentId, 'trailing']),
319 createConstraint([childId, 'bottom'], [parentId, 'bottom']),