1. 13922e0 Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build. by Romain Guy · 15 years ago
  2. c5b0e6e don't scale trackball event by Mitsuru Oshima · 15 years ago
  3. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  4. 24443ea Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before. by Romain Guy · 15 years ago
  5. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  6. bb93d55 Automated import from //branches/donutburger/...@141885,141885 by Romain Guy · 15 years ago
  7. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  8. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  9. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  10. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  11. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  12. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  13. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  14. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  15. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  16. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  17. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  18. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  19. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  20. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  21. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago