diff options
author | Michael Kolb <kolby@google.com> | 2011-02-14 14:34:40 -0800 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-02-16 15:14:48 -0800 |
commit | dc2ee1bfb50b7bec0cf3215e3d298b246dc71101 (patch) | |
tree | 1641929283f1c1712799418498ea2a332530dce7 /src/com/android/browser/UiController.java | |
parent | 617fd83615f490817db7d288d732d6cdd0b47ae5 (diff) | |
download | packages_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.java | 2 |
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); |