summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/AllInOneActivity.java
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-08-17 10:55:03 -0700
committerRoboErik <epastern@google.com>2011-08-17 12:34:27 -0700
commitc6e314f759ea70170d6cae0c2ee7edd69e0d39da (patch)
tree8420afec97a00d8f791f56b0dc0b6603ded9c6ab /src/com/android/calendar/AllInOneActivity.java
parent1766407bc0f446a91ddf464f66e008beb2ac1d95 (diff)
downloadandroid_packages_apps_Calendar-c6e314f759ea70170d6cae0c2ee7edd69e0d39da.tar.gz
android_packages_apps_Calendar-c6e314f759ea70170d6cae0c2ee7edd69e0d39da.tar.bz2
android_packages_apps_Calendar-c6e314f759ea70170d6cae0c2ee7edd69e0d39da.zip
b/5174638 Asset update
Change-Id: I5a4dfc9fc4be4b4dbe05c9fb2b120544077e3f5c
Diffstat (limited to 'src/com/android/calendar/AllInOneActivity.java')
-rw-r--r--src/com/android/calendar/AllInOneActivity.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/com/android/calendar/AllInOneActivity.java b/src/com/android/calendar/AllInOneActivity.java
index ca640b34..3f2d26e6 100644
--- a/src/com/android/calendar/AllInOneActivity.java
+++ b/src/com/android/calendar/AllInOneActivity.java
@@ -1116,4 +1116,12 @@ public class AllInOneActivity extends Activity implements EventHandler,
mSearchMenu.collapseActionView();
return false;
}
+
+ @Override
+ public boolean onSearchRequested() {
+ if (mSearchMenu != null) {
+ mSearchMenu.expandActionView();
+ }
+ return false;
+ }
}