summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Insettable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/Insettable.java')
-rw-r--r--src/com/android/launcher3/Insettable.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher3/Insettable.java b/src/com/android/launcher3/Insettable.java
index 1d2356c65..3b8ef2f93 100644
--- a/src/com/android/launcher3/Insettable.java
+++ b/src/com/android/launcher3/Insettable.java
@@ -18,6 +18,10 @@ package com.android.launcher3;
import android.graphics.Rect;
+/**
+ * Allows the implementing {@link View} to not draw underneath system bars.
+ * e.g., notification bar on top and home key area on the bottom.
+ */
public interface Insettable {
void setInsets(Rect insets);