Bug #8131254
This method is used as an optimization for paths containing only
non-overlapping rectangles. The implementation was correctly
rejecting rectangles invidually but not the bounds of the array
of rectangles. If quickReject() is not called, setupDraw() won't
be able to properly set the scissor.
Change-Id: I50aa11a4bd8b525b267d36a3039fe7a6fba50518
# Via Android Git Automerger (3) and Dirk Dougherty (1)
* commit '59abf4ae5772349c306ae38792ef651ea845c9c7':
Doc change: add redirects file (yaml) for use in devsite docs builds.
# Via Adam Powell (1) and Android (Google) Code Review (1)
* commit '67389e0acec6877528c4cdaed99bf0a295bf74b9':
Fix regression in expanded action view up
# Via Android (Google) Code Review (1) and Chris Craik (1)
* commit 'e51ccb1543ef5b6427e5f270ae38be75e18daccd':
Simplify display list logging, removing pointers
# Via Android Git Automerger (2) and Dirk Dougherty (1)
* commit 'db3ace21268ff06b4ebc8733cc8ed3ae9e3091ec':
Doc change: add redirects file (yaml) for use in devsite docs builds.
# Via Android Git Automerger (1) and Dirk Dougherty (1)
* commit '98ffd11c25cb620872a0dd4421332c41309ac475':
Doc change: add redirects file (yaml) for use in devsite docs builds.
# Via Android Git Automerger (5) and Scott Main (1)
* commit 'ec9d2596194868e9eefcfc33a22a7e0fdedf2299':
docs: change "android developer console" to "developer console"
# Via Android Git Automerger (5) and others
* commit 'e44e4eae0857f6c02b76e15bce37f2374d14d58f':
Fix Javadoc for View layoutDirection / textDirection / textAlignment - DO NOT MERGE
# Via Android Git Automerger (5) and others
* commit 'feda56f2fbbb980f074bce4444578238544aefe1':
Doc change: remove htmlified samples from docs build for now. Samples are still downloadable thorugh SDK Manager.
# Via Android Git Automerger (5) and Scott Main (1)
* commit 'd8a6100208c277e131e94df314b84e41b067ad7a':
docs: switch devsite doc build to use templates-sdk
# Via Android Git Automerger (5) and Scott Main (1)
* commit '4dfff520362bdd6b3f661e3aa371b2efa527fc64':
docs: add hdf bool for deviste, used to change aspects of the templates
# Via Android Git Automerger (5) and others
* commit 'db911cf4098213777e738b05995f26833a9f493c':
Doc change: Add new file location for localized docs. Files in this dir are currently only used by devsite docs builds. The html/intl/... files will eventually be removed.
# Via Android Git Automerger (5) and Adam Koch (1)
* commit 'c013451d63dcd0c331ec58abc8b1f030556e22bb':
Displaying Bitmaps Efficiently Training - Update sample app Update sample app zip (see http://ag/268000)
# Via Android Git Automerger (5) and Dirk Dougherty (1)
* commit '5c828c748de090be12ff74ecf4741d8cecf13d31':
Doc change: Explicitly declare pages that should use the 'sdk' page template. This simplifies the assignment of the 'sdk' hdf var in Doclava.
# Via Android Git Automerger (4) and Scott Main (1)
* commit '23becda5d008bfe64a9b101e6967d96d4ece8d0e':
docs: change "android developer console" to "developer console"
# Via Android Git Automerger (4) and others
* commit '48b4c17ce1537234a2a6a39c9c00d3663b2a7274':
Fix Javadoc for View layoutDirection / textDirection / textAlignment - DO NOT MERGE
# Via Android Git Automerger (4) and others
* commit '25f97435302d8468afeb4ade9f00d5243b393082':
Doc change: remove htmlified samples from docs build for now. Samples are still downloadable thorugh SDK Manager.
# Via Android Git Automerger (4) and Scott Main (1)
* commit '9dbf24797b82f4c70a75051050f32e53d1c35fe6':
docs: switch devsite doc build to use templates-sdk
# Via Android Git Automerger (4) and Scott Main (1)
* commit '0dd750349004579ca3356a155eb8a86994a45df2':
docs: add hdf bool for deviste, used to change aspects of the templates
# Via Android Git Automerger (4) and others
* commit '23aa4774b74bdd7b59a36fdf37333d33e03d7a1f':
Doc change: Add new file location for localized docs. Files in this dir are currently only used by devsite docs builds. The html/intl/... files will eventually be removed.
# Via Android Git Automerger (4) and Adam Koch (1)
* commit '7ffbbc276cfc9748a116dca3e8dac99c6b4490b4':
Displaying Bitmaps Efficiently Training - Update sample app Update sample app zip (see http://ag/268000)
# Via Android Git Automerger (4) and Dirk Dougherty (1)
* commit '9ab0f98920596aeb5554ccd591322ec2d1f12484':
Doc change: Explicitly declare pages that should use the 'sdk' page template. This simplifies the assignment of the 'sdk' hdf var in Doclava.
A bug was introduced when these views were restructured. Make sure that the
Up button for expanded action views functions/focuses correctly.
Bug 8124825
Change-Id: I0a886e62fca21dbb9a173db87642bb79ce9245e7
# Via Android (Google) Code Review (1) and Daniel Sandler (1)
* commit 'cd80392fe706e0b419a3e655702006a25d397243':
Capture semantic Notification.Builder data in extras.