Searched refs:keyboardPaths (Results 1 – 3 of 3) sorted by relevance
323 static void init_keyboard(JNIEnv* env, const vector<string>& keyboardPaths) { in init_keyboard() argument326 env->NewObjectArray(keyboardPaths.size(), inputDevice, nullptr); in init_keyboard()329 for (const string& path : keyboardPaths) { in init_keyboard()467 vector<string> keyboardPaths = parseCsv(systemProperties["keyboard_paths"]); in JNI_OnLoad() local468 init_keyboard(env, keyboardPaths); in JNI_OnLoad()
373 String[] keyboardPaths = new String[0]; in beforeClass() local376 ICU_DATA_PATH, keyboardPaths, ConfigGenerator.getEnumMap(attrs), getLayoutLog()); in beforeClass() local
185 String[] keyboardPaths, in init() argument191 sKeyboardPaths = keyboardPaths; in init()