summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-02-14 14:34:40 -0800
committerMichael Kolb <kolby@google.com>2011-02-16 15:14:48 -0800
commitdc2ee1bfb50b7bec0cf3215e3d298b246dc71101 (patch)
tree1641929283f1c1712799418498ea2a332530dce7 /src/com/android/browser/UiController.java
parent617fd83615f490817db7d288d732d6cdd0b47ae5 (diff)
downloadpackages_apps_Browser-dc2ee1bfb50b7bec0cf3215e3d298b246dc71101.zip
packages_apps_Browser-dc2ee1bfb50b7bec0cf3215e3d298b246dc71101.tar.gz
packages_apps_Browser-dc2ee1bfb50b7bec0cf3215e3d298b246dc71101.tar.bz2
fix shortcut handling
Bugs: 3400078 3270434 3368141 3381411 Fixed controller to check for menu & ctrl keys for shortcuts Changed focus handling in url bar Keyboard focus transitions are not 100% working yet, but it's possible to navigate to all the elements Change-Id: I514d85a37dae2589e3ce1ecb18c7fc0bf4e715f3
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index a16b44b..6075d36 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -53,6 +53,8 @@ public interface UiController extends BookmarksHistoryCallbacks {
void bookmarksOrHistoryPicker(boolean openHistory);
+ void startSearch(String url);
+
void startVoiceSearch();
void showVoiceSearchResults(String title);