Home
last modified time | relevance | path

Searched refs:keyboardPaths (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/platform/host/
DHostRuntime.cpp323 static void init_keyboard(JNIEnv* env, const vector<string>& keyboardPaths) { in init_keyboard() argument
326 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() local
468 init_keyboard(env, keyboardPaths); in JNI_OnLoad()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/
DBridgeClient.java373 String[] keyboardPaths = new String[0]; in beforeClass() local
376 ICU_DATA_PATH, keyboardPaths, ConfigGenerator.getEnumMap(attrs), getLayoutLog()); in beforeClass() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java185 String[] keyboardPaths, in init() argument
191 sKeyboardPaths = keyboardPaths; in init()