Lines Matching defs:InputWindowInfo
35 struct InputWindowInfo { struct
37 enum {
67 enum {
72 enum {
111 enum {
117 sp<InputChannel> inputChannel;
118 String8 name;
119 int32_t layoutParamsFlags;
120 int32_t layoutParamsPrivateFlags;
121 int32_t layoutParamsType;
122 nsecs_t dispatchingTimeout;
123 int32_t frameLeft;
124 int32_t frameTop;
125 int32_t frameRight;
126 int32_t frameBottom;
127 float scaleFactor;
128 SkRegion touchableRegion;
129 bool visible;
130 bool canReceiveKeys;
131 bool hasFocus;
132 bool hasWallpaper;
133 bool paused;
134 int32_t layer;
135 int32_t ownerPid;
136 int32_t ownerUid;
137 int32_t inputFeatures;
138 int32_t displayId;