# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1)
* commit 'de1fadfb7f70d464382e518c7f3390faf82f81f2':
Fix bug #8115437 Need to remove ArabicShaping from Framework
- Following disable and reenable of the WindowOrientationListener
the state was the same as before. State should be reset to default.
- Provide a Handler to the sensor task to deliver events on the
same Thread that WindowManagerPolicy operates on.
- Expand lock protection to all of WindowOrientationListener.
- Move WindowOrientationListener to policy package.
- Make SensorEventListenerImpl non-static.
Fixes bug 7964531.
Change-Id: I17cecf3d0b6d125cb3e4d7350c3adb3f62b684bd
# Via Adam Powell (1) and Android (Google) Code Review (1)
* commit '9d1d88acaaaf525bb6be49e6b7e2f3dc7992f76c':
Fix setting action bar backgrounds after layout
Fix a bug that would prevent the drawable bounds from being set
correctly for action bar containers.
Change-Id: I396aa40e3d8f6e3b47bcd438e1f26bbfc7b20a7f
Reworking the locking in resources so that we never hold the
state lock while calling in to potential long running operations.
This means the mTmpValue can no longer be final (since we need
to use it while the lock isn't held), so a new field needs to
be added as the lock and everything that touches mTmpValue must
deal with it being null, restoring the value in there when
possible, etc.
Change-Id: Ie5ffd0f66e5f2d0e869a62d72e7a55b1c74fe872
# By Tim Roes
# Via Android Git Automerger (2) and others
* commit 'eaf2ec0c6a50f9e24d36f6d1fac9c2e6543fc5f2':
Complete documentation of whereArgs (Issue #43061)
# By HeyRatFans
# Via Android Git Automerger (2) and others
* commit 'd5c921f2cf3bc5a33d4d3b650b220cafbdfb6813':
frameworks/base: Added English UK keyboard layout for physical keyboards
# By Tim Roes
# Via Android Git Automerger (1) and others
* commit '4fd60792473711a10dc9b27faa1a35efe9e4d6a0':
Complete documentation of whereArgs (Issue #43061)
# By HeyRatFans
# Via Android Git Automerger (1) and others
* commit '64f4de03037b279e389ca20297e9d5086f49564c':
frameworks/base: Added English UK keyboard layout for physical keyboards
# By Tim Roes
# Via Gerrit Code Review (1) and Tim Roes (1)
* commit '5262a1082663610a888d1145fd9676f7db41d397':
Complete documentation of whereArgs (Issue #43061)
# By HeyRatFans
# Via Gerrit Code Review (1) and Matt Beale (1)
* commit 'fa49a6b13ebf496ea01d5981f69084596d06d464':
frameworks/base: Added English UK keyboard layout for physical keyboards
# By Ki-Hwan Lee
# Via Android Git Automerger (2) and others
* commit 'e624e0c70409773df6c3eb274852f9dd7961f025':
Fix ViewRootImpl to find missing focus using D-pad.
# By Ki-Hwan Lee
# Via Android Git Automerger (1) and others
* commit '110fe9b303be527c30a8af95b6fb7afac12968b5':
Fix ViewRootImpl to find missing focus using D-pad.
# By Ki-Hwan Lee
# Via Gerrit Code Review (1) and Ki-Hwan Lee (1)
* commit 'fe1f3a1beff9f73f6a04bcc35239038a21bc38ff':
Fix ViewRootImpl to find missing focus using D-pad.
# Via Android (Google) Code Review (1) and Romain Guy (1)
* commit 'dad85fb7474c2b7e214ebc06c4cc449f26860c42':
Apply the clip rect/region to drawLines()
# Via Android (Google) Code Review (1) and Tim Murray (1)
* commit '21c144480a95bd3dbcd0b104ba8df0ff3610c5d7':
Add API entry points for clipped kernels.