summaryrefslogtreecommitdiffstats
path: root/services/inputflinger/InputWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/InputWindow.h')
-rw-r--r--services/inputflinger/InputWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/inputflinger/InputWindow.h b/services/inputflinger/InputWindow.h
index 42457ce..0ac7fce 100644
--- a/services/inputflinger/InputWindow.h
+++ b/services/inputflinger/InputWindow.h
@@ -146,6 +146,8 @@ struct InputWindowInfo {
bool isTrustedOverlay() const;
bool supportsSplitTouch() const;
+
+ bool overlaps(const InputWindowInfo* other) const;
};