| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fix for http://b/issue?id=2361658
Requires a change to frameworks/base.
|
| |
|
|
|
|
|
| |
Previously, we were storing the label info each time we build the
navigation cache.
Requires a change to frameworks/base.
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2331526
Requires a change to frameworks/base.
|
| |
|
|
| |
Fixes http://b/issue?id=2210152
|
| | |
|
|
|
Some of the fields in CachedNode are relevant only to input
fields and text areas. Move these into their own vector
so that we can add more data without making all CacheNodes
bigger.
Remove CacheNode entries that are no longer used, or can
be consolidated into the node type. Alphabetize some interfaces
and implementations. Update the debugging output.
part of http://b/2299660
|