Jeff Brown
38bfe9eca0
am a9574e33: Add touchnavigation to input debugging command.
...
* commit 'a9574e3361e168671d627071e26280f69d0d081b':
Add touchnavigation to input debugging command.
2013-04-10 03:24:30 -07:00
Jeff Brown
f1cee03bf0
am 678a1252: Split up the event synthesis code by source.
...
* commit '678a1252b4f3cdc18d20b411c05a4320d1d9b719':
Split up the event synthesis code by source.
2013-04-10 03:24:28 -07:00
Jeff Brown
a9574e3361
Add touchnavigation to input debugging command.
...
Bug: 8583760
Change-Id: I9b150133e3d9ca9fe970550f5c0d7c18e6c7b558
2013-04-10 03:01:37 -07:00
Jeff Brown
678a1252b4
Split up the event synthesis code by source.
...
The goal is to better encapsulate this code to make it easier
to maintain and to facilitate some upcoming changes.
Some of the variables have been renamed but the logic is unchanged.
Bug: 8583760
Change-Id: I45501f7dabebcb938e42c386291d615d088a4c8c
2013-04-10 03:01:29 -07:00
Jason Sams
dfbd6eae7b
am d7094ea2: Merge "Fix docs with deprecated resize1D" into jb-mr2-dev
...
* commit 'd7094ea29bac0c3c296b79caca150e3a543fe39b':
Fix docs with deprecated resize1D
2013-04-09 22:28:54 -07:00
Ying Wang
a976bddd9c
am d8b26d6c: Merge "Add liblog" into jb-mr2-dev
...
* commit 'd8b26d6c424741dd09cf70ee88fd237807aaf301':
Add liblog
2013-04-09 22:28:51 -07:00
Jason Sams
d7094ea29b
Merge "Fix docs with deprecated resize1D" into jb-mr2-dev
2013-04-10 05:17:30 +00:00
Ying Wang
d8b26d6c42
Merge "Add liblog" into jb-mr2-dev
2013-04-10 05:16:14 +00:00
Jason Sams
60799fb74b
Fix docs with deprecated resize1D
...
Change-Id: Id1774e1e8be1c1600efaa535cf330e659addb703
2013-04-09 22:08:40 -07:00
Ying Wang
d685894212
Add liblog
...
Bug: 8580410
Change-Id: I746aa8258866508c3a725d0773faf4518096548f
2013-04-09 21:54:12 -07:00
Jason Sams
fd38ca2cdc
am 07c6fa12: Merge "Implement RS GC worker thread." into jb-mr2-dev
...
* commit '07c6fa123da8c7a25edab751543d96fea1dd57f6':
Implement RS GC worker thread.
2013-04-09 21:24:42 -07:00
Jason Sams
84882711fc
am 808723f2: Merge "Cleanup Allocation and add 3D copies." into jb-mr2-dev
...
* commit '808723f2b8a3842114f064a5ad4ee08fa9698192':
Cleanup Allocation and add 3D copies.
2013-04-09 21:24:39 -07:00
Jason Sams
07c6fa123d
Merge "Implement RS GC worker thread." into jb-mr2-dev
2013-04-10 04:21:01 +00:00
Jason Sams
808723f2b8
Merge "Cleanup Allocation and add 3D copies." into jb-mr2-dev
2013-04-10 04:19:14 +00:00
Adam Powell
07ca26da4c
am d93c6bbe: Merge "Integrate inverted menu panel assets" into jb-mr2-dev
...
* commit 'd93c6bbeea22ecc99d29abec7ecaa626f152a74b':
Integrate inverted menu panel assets
2013-04-09 19:35:04 -07:00
Adam Powell
d93c6bbeea
Merge "Integrate inverted menu panel assets" into jb-mr2-dev
2013-04-10 02:30:32 +00:00
Adam Powell
da26650b39
Integrate inverted menu panel assets
...
Add assets for menu panels when holo menus appear above their anchor
rather than below.
Bug 7049080
Change-Id: I7803f9414c2b2cb96274bf062adeccfc302a0d43
2013-04-09 19:22:57 -07:00
Mathias Agopian
e86713edc2
am dbb39017: Merge "rework GLSurfaceView so it can use the choreographer" into jb-mr2-dev
...
* commit 'dbb39017486cb2e9c52557dc9e1f3a222786e2a5':
rework GLSurfaceView so it can use the choreographer
2013-04-09 19:06:16 -07:00
Mathias Agopian
dbb3901748
Merge "rework GLSurfaceView so it can use the choreographer" into jb-mr2-dev
2013-04-10 02:03:08 +00:00
Adam Powell
a26ec11a1e
am 1e1ccfb8: Merge "Fix a monkey bug with AbsListView data set observers" into jb-mr2-dev
...
* commit '1e1ccfb88bf2d78d8876022fae6c5058548406e7':
Fix a monkey bug with AbsListView data set observers
2013-04-09 18:54:40 -07:00
Adam Powell
1e1ccfb88b
Merge "Fix a monkey bug with AbsListView data set observers" into jb-mr2-dev
2013-04-10 01:35:22 +00:00
Mathias Agopian
57d019e222
rework GLSurfaceView so it can use the choreographer
...
GLSurfaceView will now automatically use the Choreographer to
schedule render updates on VSYNC. This happens only in
RENDERMODE_CONTINUOUSLY.
GLSurfaceView was rewriten to use a Looper and a HandlerThread
instead of a custom thread.
The basic mode of operation is unchanged, however the implementation
is largely different.
Removed support for older GPUs which had a limited number of contexts.
Bug: 8485730
Change-Id: I7b270f7ad7bb1259e858429054b1c8c9cc159dc6
2013-04-09 17:55:32 -07:00
Adam Powell
bd1dd0d51a
Fix a monkey bug with AbsListView data set observers
...
Several conditions can cause an AbsListView's data set observer to be
removed and nulled out. If for some reason the view receives duplicate
onDetachedFromWindow events this could cause AbsListView to attempt to
unregister a null observer. Skip this unregister process if this
happens.
Bug 7088152
Change-Id: Ib0c630d1ee598640512023e4ef158f01e3ed474d
2013-04-09 17:46:15 -07:00
Robert Greenwalt
0c455f3d6f
am 20495d2a: Merge "Fix crash bug with mismatched iface names" into jb-mr2-dev
...
* commit '20495d2a9fddfe712e04bde6a056f9fb058876d5':
Fix crash bug with mismatched iface names
2013-04-09 17:13:06 -07:00
Robert Greenwalt
20495d2a9f
Merge "Fix crash bug with mismatched iface names" into jb-mr2-dev
2013-04-10 00:08:01 +00:00
Adam Powell
3431f7ed15
am 2c966932: Merge "Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode" into jb-mr2-dev
...
* commit '2c9669320f6eb7227dd66fb8fe6cce3d39a56f06':
Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode
2013-04-09 16:43:36 -07:00
Adam Powell
2c9669320f
Merge "Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode" into jb-mr2-dev
2013-04-09 23:40:12 +00:00
Wink Saville
a66a77fc16
am e5ac8217: Update function comment for getAllCellInfo
...
* commit 'e5ac8217727e792fc378e70d7439b373952e7674':
Update function comment for getAllCellInfo
2013-04-09 16:27:05 -07:00
Wink Saville
e5ac821772
Update function comment for getAllCellInfo
...
Bug: 8235566
Change-Id: Iae9b11480605d5302ee45601d1357fc07f9bd3e1
2013-04-09 16:19:27 -07:00
Tim Murray
f8c033db1e
Implement RS GC worker thread.
...
Bug 8579360
Change-Id: I98a5509b68e592bcbb4958f2ca72c236a22910b5
2013-04-09 16:01:23 -07:00
Jason Sams
b05d689653
Cleanup Allocation and add 3D copies.
...
bug 8567058
Change-Id: Ib05ff3de851bccfea1531ca6c1801153632a2a85
2013-04-09 15:59:24 -07:00
Wink Saville
5b8971f3e6
am 0a17eb09: Merge "Add FW support for CellInfo RIL commands." into jb-mr2-dev
...
* commit '0a17eb09f0639ae93747b4bbdbfa2d04b3804d80':
Add FW support for CellInfo RIL commands.
2013-04-09 15:57:25 -07:00
Wink Saville
0a17eb09f0
Merge "Add FW support for CellInfo RIL commands." into jb-mr2-dev
2013-04-09 22:50:00 +00:00
Jamie Gennis
bb2e031ace
am 65b08486: Merge "Add APIs for application-generated systrace events" into jb-mr2-dev
...
* commit '65b08486fde649e6dd11f17808e7aa85101dea93':
Add APIs for application-generated systrace events
2013-04-09 15:36:17 -07:00
Jamie Gennis
65b08486fd
Merge "Add APIs for application-generated systrace events" into jb-mr2-dev
2013-04-09 22:30:52 +00:00
Romain Guy
52706c6cc0
am 4a745e78: Merge "Change the dither texture\'s swizzling" into jb-mr2-dev
...
* commit '4a745e78bb1a3fdb4d28e71ddccd9709df7db4b1':
Change the dither texture's swizzling
2013-04-09 14:20:05 -07:00
Chiao Cheng
3e41c7c9ba
am 2355d131: Adding public api support for finding contact changes.
...
* commit '2355d13154d50687c0d8d74ea1c0e41ab9d88e7e':
Adding public api support for finding contact changes.
2013-04-09 14:20:02 -07:00
Romain Guy
4a745e78bb
Merge "Change the dither texture's swizzling" into jb-mr2-dev
2013-04-09 21:18:46 +00:00
Chiao Cheng
2355d13154
Adding public api support for finding contact changes.
...
DeletedContacts holds a log of deleted contacts which will be pruned
after a certain amount of time.
A timestamp field has been added to contacts so clients can query
for changes.
Bug: 8182147
Change-Id: Ic6e56e567892712da3c3941400dfb3ddc565aaac
2013-04-09 14:12:31 -07:00
Adam Powell
daa1d56726
Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode
...
Make sure the selected item is properly propagated to the collapsed
spinner.
Bug 6754308
Change-Id: Iaa4e331b00106b31c5984980d33e3ac88853ae4d
2013-04-09 13:57:22 -07:00
Jonathan Dixon
a9b3334688
am f38b070b: Merge "Hide PlusinsEnabled/PluginsPath methods" into jb-mr2-dev
...
* commit 'f38b070b31269e974298ec9e644814bcc2663c91':
Hide PlusinsEnabled/PluginsPath methods
2013-04-09 13:15:27 -07:00
Jonathan Dixon
f38b070b31
Merge "Hide PlusinsEnabled/PluginsPath methods" into jb-mr2-dev
2013-04-09 20:09:29 +00:00
Jamie Gennis
f9c7d6bc15
Add APIs for application-generated systrace events
...
This change adds new APIs to enable applications to generate custom Systrace
begin/end events. Application-generated events use the ATRACE_APP_TAG tag,
which is enabled only if either the application has declared itself debuggable
in its manifest or ro.debuggable is set to 1 on the device.
Change-Id: I311d09e2e6ed1a30f5ffa84907f250e11cc0d48d
2013-04-09 11:59:43 -07:00
Robert Greenwalt
273703935d
am dbf500aa: Merge "Turn back on global proxy support." into jb-mr2-dev
...
* commit 'dbf500aaafd0889aa3ac9bf0fb2b2be4e0c3ebbf':
Turn back on global proxy support.
2013-04-09 11:19:34 -07:00
Robert Greenwalt
dbf500aaaf
Merge "Turn back on global proxy support." into jb-mr2-dev
2013-04-09 18:15:06 +00:00
Scott Main
92bc5d5c7d
am b4c13c4b: am 405c6e2d: am d3724e02: am 2568d7f0: am 0bf013fd: am f417fc4a: fix xml error in sample
...
* commit 'b4c13c4b045f4d96c377ba1fb9d834c111412a8c':
fix xml error in sample
2013-04-09 10:53:13 -07:00
Scott Main
b4c13c4b04
am 405c6e2d: am d3724e02: am 2568d7f0: am 0bf013fd: am f417fc4a: fix xml error in sample
...
* commit '405c6e2d656b628262ff3e3d0b79f58a46c839ec':
fix xml error in sample
2013-04-09 10:50:29 -07:00
Scott Main
405c6e2d65
am d3724e02: am 2568d7f0: am 0bf013fd: am f417fc4a: fix xml error in sample
...
* commit 'd3724e02d898b66a5b94cf0f2d3bbfaec5295b32':
fix xml error in sample
2013-04-09 10:47:50 -07:00
Scott Main
d3724e02d8
am 2568d7f0: am 0bf013fd: am f417fc4a: fix xml error in sample
...
* commit '2568d7f0cb9ee568309a0347805a12b9e771b689':
fix xml error in sample
2013-04-09 10:43:38 -07:00
Dianne Hackborn
e9b4ee692c
am 558a3c1b: Merge "Kill processes when permissions are revoked." into jb-mr2-dev
...
* commit '558a3c1b7b40eb9356f8c4446ca63af8cf16bd91':
Kill processes when permissions are revoked.
2013-04-09 10:42:09 -07:00