Searched defs:InputWindowInfo (Results 1 – 1 of 1) sorted by relevance
32 struct InputWindowInfo : public Parcelable { struct33 std::string name; // the name of inputWindow39 bool ReadFromParcel(Parcel &in) in ReadFromParcel()69 static InputWindowInfo *Unmarshalling(Parcel &in) in Unmarshalling() argument