summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/FabController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/deskclock/FabController.java')
-rw-r--r--src/com/android/deskclock/FabController.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/com/android/deskclock/FabController.java b/src/com/android/deskclock/FabController.java
index bab7f46ad..11c5d5375 100644
--- a/src/com/android/deskclock/FabController.java
+++ b/src/com/android/deskclock/FabController.java
@@ -57,4 +57,10 @@ public interface FabController {
* @param right the button to the right of the fab component
*/
void onRightButtonClick(@NonNull Button right);
-} \ No newline at end of file
+
+ /**
+ *
+ * @return the target visibility of the FAB component
+ */
+ int getFabTargetVisibility();
+}