Home
last modified time | relevance | path

Searched defs:InputWindowInfo (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_window_info.h32 struct InputWindowInfo : public Parcelable { struct
33 std::string name; // the name of inputWindow
39 bool ReadFromParcel(Parcel &in) in ReadFromParcel()
69 static InputWindowInfo *Unmarshalling(Parcel &in) in Unmarshalling() argument