summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/view/PieMenu.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't block fast QC selectionMichael Kolb2012-05-021-2/+4
| | | | | | Bug: 6434532 Change-Id: I42391bc3bb398e4ced9f15acdbfb270d5755fc5a
* Ensure clean state of QuickControls when openingMichael Kolb2012-04-231-6/+8
| | | | Change-Id: I25e0ec85a9d249211ea763e2a6846211b273b54d
* Submenus in QuickControlsMichael Kolb2012-04-111-53/+232
| | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* limit pie submenu to screenMichael Kolb2012-02-241-2/+3
| | | | | | Bug: 6050725 Change-Id: I3aa3154501a36a93aac50e1e5c0bae40cf0aeac2
* Fix QuickControlsMichael Kolb2011-10-041-10/+18
| | | | | | | | | | Bug: 5115647 Removed back from QC options Added menu to QC options Removed background on phone Changed colors to match ICS scheme Change-Id: I32c8cc0c4714e50e9eca28e6aa069be8d0fe9da8
* Remove dead code.Jeff Brown2011-07-251-1/+0
| | | | Change-Id: Id62f6f1e10c63ecccbe63df3b7218f0454194be2
* fix quick control renderingMichael Kolb2011-03-161-16/+75
| | | | | | | Bug: 4108815 render pie slices again, use faded background Change-Id: I05e5bf2f6809d5775b48f22a67b37e961aa5ab9f
* add tabs to QuickControlsMichael Kolb2011-03-101-0/+6
| | | | | | | | | Bug: 4084343 The final act in a 3 act drama. Adds tab thumbnails to QuickControls menu and removes the tab bar. Change-Id: Id667e8020745c3d77920858fcd9dd7f510973dd9
* add menu options to qcMichael Kolb2011-03-091-1/+44
| | | | | | | | Bug 4071315 Use the standard menu items to popuplate a menu from within quick controls Change-Id: I80d483ab2ce054e9b70ff4c6b0d6e0d9be783dc4
* qc refactor part1Michael Kolb2011-03-081-320/+109
| | | | | | | | Bug: 4052266 change QuickControl rendering (removes all path calculations) change pie to allow several levels of items Change-Id: I52254745eadf956da83d963e23c1ba07946f53a7
* add haptic feedback, fix QCMichael Kolb2011-03-021-3/+67
| | | | | | | | | reduced number of QC entries fixed qc behavior with new titlebar add haptic feedback to qc selection change qc rendering from flat paint to bitmap shader Change-Id: I4b89fea1aec7ce680147f663f2c22d0d369f4194
* Inject ACTION_DOWN when QC closedJohn Reck2010-12-151-0/+5
| | | | | | | | When quick controls is automatically closed because the user's finger is beyond the menu, inject an ACTION_DOWN so that new events are sent to the WebView for scrolling Change-Id: I95177594a313659aedadaa0912b87cb0a4c037fe
* Close QuickControls on long moveMichael Kolb2010-12-151-10/+26
| | | | | | automatically close the pie when finger slides way beyond the menu Change-Id: I004c885d3e29fe17747e5c171f96d901d1d14d4d
* Add quick controlsMichael Kolb2010-12-151-0/+463
Bug: http://b/issue?id=3277888 Added Quick Controls Lab setting Implemented Quick Controls UI Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501