commit | 328f501eb99e5b2502deb909de4209cf2dbdecc8 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu Oct 28 14:47:01 2010 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:55 2013 -0700 |
tree | 1eb4ee7d5f7aa5892ee6accf767e64f05f003d87 | |
parent | e76184c81fba004b2a72fd8b98baef2b15ff1779 [diff] |
Add path to get different DPI drawables Allow a caller to request a different density than their current display allows. This can mean a device displaying mdpi can get a resource that's in hdpi and have it pretend to be in mdpi resolution. If a drawable that's returned is not in the requested density, it will set it at the appropriate density to be scaled up later on. The API for this is hidden currently. Bug: 3134688 Change-Id: I6c3908cbdef4907b8d3f1576df9e3b0e7af1755a