Svetoslav Ganov
24ef21aeeb
am e436812e: am 844047ac: Merge "Fix inconsitency in aAccessibilityNodeInfo cache." into jb-dev
...
* commit 'e436812e85f4a8da724f4fe36c1547a1b806f1f9':
Fix inconsitency in aAccessibilityNodeInfo cache.
2012-05-14 19:38:04 -07:00
Philip Milne
0945f1fc0d
am b0708669: am c8b7747b: Merge "Add validation code for GridLayout.LayoutParams" into jb-dev
...
* commit 'b0708669f9612778f62bd363a461a97bb198e5e3':
Add validation code for GridLayout.LayoutParams
2012-05-14 19:37:59 -07:00
Michael Jurka
c8f6d8014a
am 87f6f809: am 143a02aa: Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev
...
* commit '87f6f809935bbb46f85f158d693e46c5802ddd1d':
Prevent ViewPropertyAnimators from getting started twice
2012-05-14 19:37:56 -07:00
Chet Haase
76af556c8d
am c63aaee9: am 728e4394: Merge "Minor touch-up of Animation docs" into jb-dev
...
* commit 'c63aaee9ff45cec1c47edff8de21c7732ccc6bcf':
Minor touch-up of Animation docs
2012-05-14 19:37:47 -07:00
Mathias Agopian
e3fa874bae
am 41f089e0: am 7ed1d661: Merge "fix SurfaceView visibility state changes" into jb-dev
...
* commit '41f089e0863067fea5ebe27c33d7545aed9736cf':
fix SurfaceView visibility state changes
2012-05-14 19:37:36 -07:00
Svetoslav Ganov
06b0e27b90
am 21ba7c96: am 8f761760: Merge "Removing default accessibility gesture handling." into jb-dev
...
* commit '21ba7c9603c60911efacf62eb74dd666ea75e6e8':
Removing default accessibility gesture handling.
2012-05-14 19:37:27 -07:00
Dianne Hackborn
6917b2a10d
am 2da87ec3: am 2a7a6ca0: Merge "Implement new window cropping." into jb-dev
...
* commit '2da87ec32e72c2c25998e2444155c00074cfbd40':
Implement new window cropping.
2012-05-14 19:37:21 -07:00
Guang Zhu
9a19d16a1a
am 58b0dcde: am 0d607fbe: accessibility bug fix in NumberPicker
...
* commit '58b0dcde83354bd1ae9091a7cbc7f207fb29960a':
accessibility bug fix in NumberPicker
2012-05-14 19:37:18 -07:00
Svetoslav Ganov
e436812e85
am 844047ac: Merge "Fix inconsitency in aAccessibilityNodeInfo cache." into jb-dev
...
* commit '844047acb7133c0b6b7128f19b76f93eaca9371e':
Fix inconsitency in aAccessibilityNodeInfo cache.
2012-05-14 19:34:14 -07:00
Philip Milne
b0708669f9
am c8b7747b: Merge "Add validation code for GridLayout.LayoutParams" into jb-dev
...
* commit 'c8b7747bc04418ee1a6c0cffe11cdd55c44e5f68':
Add validation code for GridLayout.LayoutParams
2012-05-14 19:34:10 -07:00
Michael Jurka
87f6f80993
am 143a02aa: Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev
...
* commit '143a02aa79fbc28490bac39fabb6db0608774630':
Prevent ViewPropertyAnimators from getting started twice
2012-05-14 19:34:07 -07:00
Chet Haase
c63aaee9ff
am 728e4394: Merge "Minor touch-up of Animation docs" into jb-dev
...
* commit '728e43948c9b4d18a900fa50acad8d2734947b21':
Minor touch-up of Animation docs
2012-05-14 19:33:44 -07:00
Mathias Agopian
41f089e086
am 7ed1d661: Merge "fix SurfaceView visibility state changes" into jb-dev
...
* commit '7ed1d6613e2f5aa05158a87888f5a6474eca5cc1':
fix SurfaceView visibility state changes
2012-05-14 19:32:53 -07:00
Svetoslav Ganov
21ba7c9603
am 8f761760: Merge "Removing default accessibility gesture handling." into jb-dev
...
* commit '8f76176016a63026168f5886604d4378f170fc6c':
Removing default accessibility gesture handling.
2012-05-14 19:32:47 -07:00
Dianne Hackborn
2da87ec32e
am 2a7a6ca0: Merge "Implement new window cropping." into jb-dev
...
* commit '2a7a6ca00ab176105b5bbfa6b17bb0dcd058d517':
Implement new window cropping.
2012-05-14 19:32:39 -07:00
Guang Zhu
58b0dcde83
am 0d607fbe: accessibility bug fix in NumberPicker
...
* commit '0d607fbe546ac943de38dad33ae681b09efec6ea':
accessibility bug fix in NumberPicker
2012-05-14 19:32:33 -07:00
Svetoslav Ganov
844047acb7
Merge "Fix inconsitency in aAccessibilityNodeInfo cache." into jb-dev
2012-05-14 14:14:26 -07:00
Philip Milne
c8b7747bc0
Merge "Add validation code for GridLayout.LayoutParams" into jb-dev
2012-05-14 14:12:06 -07:00
Michael Jurka
143a02aa79
Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev
2012-05-14 14:04:27 -07:00
Philip Milne
0f57cea898
Add validation code for GridLayout.LayoutParams
...
Bug 6404882.
The supplied code in this bug sets up a table with 2 columns and then
tries to add a component in column 5. Earlier attempts to fix this
by 'doing what the user meeant' had unwanted side-effects. This CL is
intended to defend against all ways to register invalid LayoutParams
and throw IllegalArgumentExcpetion when any column index falls outside the
range [0 .. N] where N is the number of columns. It also includes the
symmetrical check for rows.
Change-Id: I958a6d16035889cd954b78108773426e8b6b6d95
2012-05-14 13:42:05 -07:00
Chet Haase
728e43948c
Merge "Minor touch-up of Animation docs" into jb-dev
2012-05-14 12:58:08 -07:00
Mangesh Ghiware
96db7444c4
am 5794bf2b: am 05efb04c: Merge "Maintain the anchor at top/left on orientation change." into jb-dev
...
* commit '5794bf2b0ece5dc480513feffcf424d86f44951b':
Maintain the anchor at top/left on orientation change.
2012-05-14 08:38:14 -07:00
Jeff Brown
ac592fb3b6
am a4881637: am 58770232: Merge "Move power HAL interactions to PowerManagerService." into jb-dev
...
* commit 'a48816375f68a8b4a945efcb68e405308a50adc9':
Move power HAL interactions to PowerManagerService.
2012-05-14 08:37:26 -07:00
Jeff Brown
93a076819e
am 1f85b46b: am dca5fb9e: Merge "Enable SQLite configuration to be set with system properties." into jb-dev
...
* commit '1f85b46b3f4764f13c79203564ccb56be7cdf603':
Enable SQLite configuration to be set with system properties.
2012-05-14 08:37:13 -07:00
Jamie Gennis
ba6f4ee86d
am 131006b8: am d83fdd03: Merge "Trace: add a tracing tag for video" into jb-dev
...
* commit '131006b810121c50425f727a5d879428f1709420':
Trace: add a tracing tag for video
2012-05-14 08:37:02 -07:00
Jamie Gennis
671543f762
am 592cbb83: am c9e27d4b: Merge "Surface: replace active rect with window crop" into jb-dev
...
* commit '592cbb835aa5ed104badf7de6c144a7b90300620':
Surface: replace active rect with window crop
2012-05-14 08:36:58 -07:00
Adam Powell
e60a635919
am e48c70e4: am 7fc4fbcc: Merge "Automatic persistent text selection for ListViews" into jb-dev
...
* commit 'e48c70e4d9302795d5f02d352c7907302ca5c8b6':
Automatic persistent text selection for ListViews
2012-05-14 08:36:17 -07:00
Gilles Debunne
579cc204a2
am b00ceecb: am 0ae107ff: Merge "Cut long text into multiple DL at start" into jb-dev
...
* commit 'b00ceecb96063a30bb73b13e156a6da00e3900e7':
Cut long text into multiple DL at start
2012-05-14 08:36:08 -07:00
Jeff Sharkey
d640d0641a
am f2fe4cb1: am cd586258: Merge "Enforce READ_EXTERNAL through Settings.Secure." into jb-dev
...
* commit 'f2fe4cb11b2b93acf1a983e856efe26b6bb79683':
Enforce READ_EXTERNAL through Settings.Secure.
2012-05-14 08:35:42 -07:00
John Reck
e6d1d4d4bb
am 51688c51: am dee9d9ab: Merge "Prevent updateStateTrackers from being affected by preventDefault()" into jb-dev
...
* commit '51688c51c14e7e92bc6d6139a099cf701b1608b0':
Prevent updateStateTrackers from being affected by preventDefault()
2012-05-14 07:48:44 -07:00
Jeff Brown
d4bef4b786
am 47272c93: am b12b6b51: Merge "Minor refactoring before starting on velocity tracker changes." into jb-dev
...
* commit '47272c932ab6157022aaefd015e5d1df9dc5bd2f':
Minor refactoring before starting on velocity tracker changes.
2012-05-14 07:48:31 -07:00
Teng-Hui Zhu
e947752c0f
am 08df9eac: am ef279363: Merge "Fix a crash." into jb-dev
...
* commit '08df9eac6e7ef246afb5ccd9d7cccadcb131e7b2':
Fix a crash.
2012-05-14 07:48:21 -07:00
Chet Haase
7008d7b7f3
am fd086b95: am 76f08218: Merge "Fix quickReject logic for transformed views" into jb-dev
...
* commit 'fd086b95103e8c7fbe853f5702aaa7d04f2141f0':
Fix quickReject logic for transformed views
2012-05-14 07:47:59 -07:00
Jeff Brown
179817387b
am f4df93ce: am 2f095760: Rename kcm attribute to keyboardLayout.
...
* commit 'f4df93cec62861e3f185979612360c27dd80e043':
Rename kcm attribute to keyboardLayout.
2012-05-14 07:47:52 -07:00
Chet Haase
ad4fc6f764
am 4a70bc72: am 26511012: Merge "Clear animations in DisplayLists when done" into jb-dev
...
* commit '4a70bc72a87427115d9d64516145283dc96745f2':
Clear animations in DisplayLists when done
2012-05-14 07:26:23 -07:00
Mathias Agopian
7ed1d6613e
Merge "fix SurfaceView visibility state changes" into jb-dev
2012-05-13 23:50:32 -07:00
Svetoslav Ganov
8f76176016
Merge "Removing default accessibility gesture handling." into jb-dev
2012-05-13 19:09:35 -07:00
Michael Jurka
500998d401
Prevent ViewPropertyAnimators from getting started twice
2012-05-13 15:35:02 -07:00
Dianne Hackborn
2a7a6ca00a
Merge "Implement new window cropping." into jb-dev
2012-05-13 15:24:32 -07:00
Dianne Hackborn
85afd1b6f8
Implement new window cropping.
...
The window manager now performs the crop internally, evaluating
it every animation from, to be able to update it along with
the surface position.
Change-Id: I960a2161b9defb6fba4840fa35aee4e411c39b32
2012-05-13 13:31:06 -07:00
Svetoslav Ganov
7b1e0c7046
Removing default accessibility gesture handling.
...
1. The initial design was to have some accessibility gestures
being handled by the system if the gesture handling access
service does not consume the gesture. However, we are not
sure what a good default is and once we add a default handler
we cannot remove it since people may rely on it. Thus, we
take the simples approach and let the accessibility service
handle the gestures. If no gestures are handled the system
will work in explore by touch as before.
bug:5932640
Change-Id: I865a83549fa03b0141d27ce9713e9b7bb45a57b4
2012-05-13 12:39:51 -07:00
Mathias Agopian
cbeb33249d
fix SurfaceView visibility state changes
...
SurfaceView didn't recompute the transparent region
when the INVISIBLE state (as opposed to GONE) was involved.
Bug: 6467123
Change-Id: I05930bd568a345331840c1ad8d9123ef4904c04f
2012-05-12 19:57:07 -07:00
Guang Zhu
0d607fbe54
accessibility bug fix in NumberPicker
...
* moved View#isVisibleToUser to protected with @hide
* added a new View#isVisibleToUser(Rect), so that a portion of
the view can be tested for visibility
* NumberPicker will report its concrete class name
* code to append virtual children was at wrong place
* boundInScreen for increment and decrement buttons are reported
wrong
Change-Id: Ic5d644b3e1efa15b1f0537907c8cdd4ce43a97c1
2012-05-12 19:09:34 -07:00
Romain Guy
d6a98aafab
am 30b013bf: am d303dd3d: Merge "Prevent NPE in TextureView.getBitmap()" into jb-dev
...
* commit '30b013bfbad60e20b7f812d0c5e41893fb7503fa':
Prevent NPE in TextureView.getBitmap()
2012-05-12 16:46:55 -07:00
Teng-Hui Zhu
cffefb7062
am 9895881b: am 9ac32040: Merge "Keep the controller when video ended." into jb-dev
...
* commit '9895881b2ca944e57b625368df18f40d3feeeba8':
Keep the controller when video ended.
2012-05-12 16:46:44 -07:00
Teng-Hui Zhu
87084281ca
am b5005a54: am 6df5ca08: Merge "Avoid inline->fullscreen reload for html5 video." into jb-dev
...
* commit 'b5005a544f779a7df9bfe960003ac135257487ef':
Avoid inline->fullscreen reload for html5 video.
2012-05-12 16:46:40 -07:00
Mangesh Ghiware
5794bf2b0e
am 05efb04c: Merge "Maintain the anchor at top/left on orientation change." into jb-dev
...
* commit '05efb04c381e91980c68bcfd409d2994ce849b19':
Maintain the anchor at top/left on orientation change.
2012-05-12 16:07:37 -07:00
Mangesh Ghiware
05efb04c38
Merge "Maintain the anchor at top/left on orientation change." into jb-dev
2012-05-12 16:04:00 -07:00
Mangesh Ghiware
cf034e3773
Maintain the anchor at top/left on orientation change.
...
Bug: 5291151
Change-Id: Id1d5c157668440fe4d0d1214477ba31e8f02d6b6
2012-05-12 14:46:05 -07:00
Jeff Brown
a48816375f
am 58770232: Merge "Move power HAL interactions to PowerManagerService." into jb-dev
...
* commit '58770232216cd735afdfd3dd53151070e06de5ce':
Move power HAL interactions to PowerManagerService.
2012-05-11 19:35:23 -07:00