summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlBarAutoShowManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove old != new onScrollChanged checkJohn Reck2011-11-141-12/+10
| | | | | | | Bug: 5533389 That is now meaningful in that it signifies a layer was scrolled Change-Id: I24734eb2739c0d020b32d16394c6133f9de990c5
* Fix corner case with url pulldownJohn Reck2011-10-311-1/+5
| | | | | | | | | | Bug: 5534329 The issue is that with 1px visible of the title bar the url pulldown code wouldn't trigger to prevent a janky animation. Detect whether or not the page is scrolling, and if it isn't then show the url bar even if it is partially visible Change-Id: I2e7771f0e08a7dc9a6d3968e2d5e1402b1a454fa
* Use the right clock in UrlBarAutoShowManagerJohn Reck2011-09-151-1/+1
| | | | | | Bug: 5291191 Change-Id: Ie4a11be79d24af9075e40a0f20cddd39e515ae17
* Use uptimeMillis instead of currentTimeMillisJohn Reck2011-09-121-2/+3
| | | | | | Bug: 5291191 Change-Id: I70b54d9f7c0ab974bf8a361b77d79a40e8d32f78
* URL bar pull down tweaksJohn Reck2011-09-011-3/+15
| | | | | | Bug: 5222990 Change-Id: If5c4154dca892410f6884cae8d39fb25fbb0575f
* URL Bar auto show tweaksJohn Reck2011-08-121-0/+129
Bug: 5144824 Bug: 5142398 Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654