Lines Matching defs:InputWindowInfo
35 struct InputWindowInfo { struct
37 enum {
67 enum {
111 enum {
117 sp<InputChannel> inputChannel;
118 std::string name;
119 int32_t layoutParamsFlags;
120 int32_t layoutParamsType;
121 nsecs_t dispatchingTimeout;
122 int32_t frameLeft;
123 int32_t frameTop;
124 int32_t frameRight;
125 int32_t frameBottom;
126 float scaleFactor;
127 Region touchableRegion;
128 bool visible;
129 bool canReceiveKeys;
153 bool overlaps(const InputWindowInfo* other) const; argument