summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SlidingDrawer.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I41e12e425284e74561c6b61663241df364ae54a1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
| | | | | | Bug: 111439551 Test: make -j Change-Id: I72997a87122f38b32e38e42a690385acc7d0e521
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+7
| | | | | | | | | | | | | | | | For packages: android.widget This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ic61019b1df85448a158fc2ba55c326353222c6b9
* Don't double-invoke scroll ended listener in animate*Kirill Grouchnikov2016-06-271-17/+16
| | | | | Bug: 29754254 Change-Id: I8e7a997f93c83ddee4e923ca3990c4a8d9732c63
* Fix a few view ctors to not call Looper.myLooperJohn Reck2015-10-201-16/+10
| | | | | Bug: 25116730 Change-Id: I4e394c281feef6f7987433298d66f2df11352416
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
| | | | | | | | | | | | | | Introduce new AssistData class that contains all data the framework automatically generates for assist. Currently populated with a very simple tree structure representing the app's view hierarchy. Reworked how we populate the class name for accessibility info, so this is provided through a new method call on View that subclasses can override. This method is also used to populate the class name in AssistData. Change-Id: Ibd0acdc8354727d4291473283b5e4b70894905dc
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
| | | | | | | | | | | | | | | Ensures that delegate code is run last. Previously, calling the super method from an accessibility delegate set on a widget would only run code in the widget's parent. Next, the delegate code would run. Finally, the widget's code would run. As a result, the widget code would override any data supplied by the delegate. By moving all overridden code to internal methods, we ensure that the call chain for super includes the widget's parent code followed by the widget's code. The delegate code will always run last. BUG: 17641433 Change-Id: Ib9d403156c1fc4fb04f65f3c126d1277a44b3740
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+25
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Deprecate unsupported widgets.Romain Guy2012-07-031-0/+5
| | | | Change-Id: I154236f07745b25200e77a473b810f45de07d0ef
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set ↵Svetoslav Ganov2012-01-171-0/+13
| | | | | | | | | | | | | | | to only framework classes. AccessibilityEvent and AccessibilityNodeInfo have a property className which is set to the source Java class. This is problematic since leads to leaking private classes which would allow an accessibility service to load classes from other packages. This is strongly undesirable since not trusted code can be loaded, and hence executed, in the accessibility service. To address that the class name is set to the most concrete framework class extended by the info/event source. bug:5878943 Change-Id: I7b3114ece8772ea2773f5151e21b8a6f2006882a
* Enable display lists.Romain Guy2010-10-261-1/+1
| | | | Change-Id: Id0d9b987251da5b7ecbb5497a55dbb5937430316
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
| | | | Bug: #2361749.
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and ↵svetoslavganov2009-05-141-9/+17
| | | | merging with the latest Donut)
* Fix typo in exception message and add a new exception if the user tries to ↵Romain Guy2009-04-301-1/+6
| | | | use the same child as both the handle and content for the SlidingDrawer.
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-5/+9
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+938
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-938/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+938