1. bd53c98 Fix default gravity value for FrameLayout.LayoutParams by Alan Viverette · 8 years ago
  2. 885c50b Fix generate layout params to preserve margins by Yigit Boyar · 8 years ago
  3. 4610eef Revert "Add support for partial view layouts" by Chet Haase · 9 years ago
  4. c55d507 Add support for partial view layouts by Adam Powell · 10 years ago
  5. 39fd902 Constrain child width and height to >= 0 in FrameLayout.onMeasure() by Alan Viverette · 9 years ago
  6. 94a6d15 Use new hierarchy viewer protocol in all View subclasses by Siva Velusamy · 9 years ago
  7. 2b25e2e Move foreground drawable down from FrameLayout into View by Adam Powell · 9 years ago
  8. 6c4c58d Merge "Add more @Nullable annotations" by Scott Kennedy · 9 years ago
  9. ed2b5f8 Add more @Nullable annotations by Scott Kennedy · 9 years ago
  10. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  11. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  12. 96ccd39 Use inherited visibility to set visibility of managed drawables by Alan Viverette · 10 years ago
  13. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  14. d513379 Update drawable state after updating tint list by Alan Viverette · 10 years ago
  15. 3be5e0e Implement missing visibility management for FrameLayout foreground by Alan Viverette · 10 years ago
  16. b56f5d2 Clean up view drawable tinting methods, fix default modes by Alan Viverette · 10 years ago
  17. a426445 Separate tint and tintMode properties by Alan Viverette · 10 years ago
  18. 4f64c04 Clean up view tinting APIs, tileModeX/Y attribute docs by Alan Viverette · 10 years ago
  19. 8de1494 Fix switch & slider anim, make View drawable hotspot API public by Alan Viverette · 10 years ago
  20. 9117436 Add attributes and accessors for tinting View drawables by Alan Viverette · 10 years ago
  21. cebc6ba Support hotspots in View drawables by Alan Viverette · 10 years ago
  22. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  23. 0a0e155 Add copy constructors for all widget-specific LayoutParams by Alan Viverette · 11 years ago
  24. c4d7122 Fix bug #9302365 HorizontalScrollView is not RTL aware by Fabrice Di Meglio · 11 years ago
  25. bb4b601 Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" by Fabrice Di Meglio · 12 years ago
  26. 579e140 Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."" by Dave Burke · 12 years ago
  27. 57fca90 Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height." by Justin Ho · 12 years ago
  28. dcf5962 This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height. by Jim Miller · 12 years ago
  29. 6868d6f Revert "Revert "Fix for bug 6050753."" by Mathias Agopian · 12 years ago
  30. 8e63bcc Revert "Fix for bug 6050753." by Romain Guy · 12 years ago
  31. 6bf6eb7 Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic) by Fabrice Di Meglio · 12 years ago
  32. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  33. aac0d4e Replace left/right with start/end for Gravity / LayoutParams / Padding by Fabrice Di Meglio · 12 years ago
  34. 0597161 Merge "Fix for bug 6050753." by Philip Milne · 12 years ago
  35. 1018fb4 Fixes for bugs: #6103660, #6103957, #6104457 and #6104322. by Philip Milne · 12 years ago
  36. c29f031 Fix for bug 6050753. by Philip Milne · 12 years ago
  37. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  38. 02473da Fix FrameLayout padding when foreground drawable is set by Michael Jurka · 13 years ago
  39. 703bde8 Merge "Add FrameLayout.getMeasureAllChildren()" by Steve Block · 13 years ago
  40. 812634c2 cherrypick Change-Id: I213711f4b5d867ba91c961a2f098b6cc415cfcb3 by Scott Main · 13 years ago
  41. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  42. 9e3b002 Rename Gravity BEFORE/AFTER to START/END by Fabrice Di Meglio · 13 years ago
  43. de35cee Fix bug #4509967 (layout_gravity not always respected) by Fabrice Di Meglio · 13 years ago
  44. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  45. e0a799a Only delay pressed feedback for Views inside a scrolling parent by Patrick Dubroy · 13 years ago
  46. b25825a Add FrameLayout.getMeasureAllChildren() by Steve Block · 13 years ago
  47. 1ba7b7e Fix a typo in FrameLayout JavaDoc by Steve Block · 13 years ago
  48. 2b6be70 Fix bug 3312807 - Fix child margin measurement in FrameLayout by Adam Powell · 14 years ago
  49. a174d7a Don't match wrap_content/match_parent children with child count = 1. by Romain Guy · 14 years ago
  50. cf70dcb Fix typo bug in FrameLayout's measurement code. Bug #3327185 by Romain Guy · 14 years ago
  51. 9c95737 Make FrameLayout support mixed wrap_content/match_parent children. Bug #3259668 by Romain Guy · 14 years ago
  52. 5e0ae67 Fix bug 3259292 - Make FrameLayout respect margins without a gravity setting by Adam Powell · 14 years ago
  53. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  54. e213677 Push the jumpDrawablesToCurrentState() thing off everywhere it should be. by Dianne Hackborn · 14 years ago
  55. 606e8cc Update FrameLayout documentation. by Romain Guy · 14 years ago
  56. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
  57. b954a54 Fix centering in FrameLayout when margins are specified. by Romain Guy · 14 years ago
  58. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  59. 82f3495 Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes. by Romain Guy · 15 years ago
  60. 958b9ad AI 143899: am: CL 143896 Fix issue #1748954 and #1737952: by Dianne Hackborn · 15 years ago
  61. 883e7eb Automated import from //branches/donutburger/...@140911,140911 by Karl Rosaen · 15 years ago
  62. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  66. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago