HomeSort by relevance Sort by last modified time
    Searched refs:mKeyCharacterMapFile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
InputDevice.java 46 private String mKeyCharacterMapFile;
364 return mKeyCharacterMapFile;
539 mKeyCharacterMapFile = in.readString();
557 out.writeString(mKeyCharacterMapFile);
596 description.append(" Key Character Map: ").append(mKeyCharacterMapFile).append("\n");
  /frameworks/base/include/ui/
Input.h 829 inline void setKeyCharacterMapFile(const String8& value) { mKeyCharacterMapFile = value; }
830 inline const String8& getKeyCharacterMapFile() const { return mKeyCharacterMapFile; }
841 String8 mKeyCharacterMapFile;
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 101 jfieldID mKeyCharacterMapFile;
    [all...]

Completed in 490 milliseconds