Searched refs:getWindowSoftInputModeMode (Results 1 – 5 of 5) sorted by relevance
1 import { getWindowSoftInputModeMode } from '../WindowSoftInputMode';3 describe(getWindowSoftInputModeMode, () => {5 expect(getWindowSoftInputModeMode({ android: { softwareKeyboardLayoutMode: 'pan' } })).toBe(8 expect(getWindowSoftInputModeMode({ android: { softwareKeyboardLayoutMode: 'resize' } })).toBe(13 expect(getWindowSoftInputModeMode({})).toBe('adjustResize');17 getWindowSoftInputModeMode({
6 exports.getWindowSoftInputModeMode = getWindowSoftInputModeMode;37 app.$[ANDROID_WINDOW_SOFT_INPUT_MODE] = getWindowSoftInputModeMode(config);40 function getWindowSoftInputModeMode(config) { function
6 export declare function getWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android'>): string;
1 …getWindowSoftInputModeMode","_config$android","_MAPPING$value","value","android","softwareKeyboard…
26 app.$[ANDROID_WINDOW_SOFT_INPUT_MODE] = getWindowSoftInputModeMode(config);30 export function getWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android'>) { function