summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/widget/SlidingTab.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate boolean settings for haptic feedback and vibrate when ringingLais Andrade2022-01-181-16/+9
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-3/+3
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-221-0/+14
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-4/+4
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-7/+9
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-2/+7
* Annotate framework vibrate calls with stream hints.John Spurlock2014-03-211-1/+2
* Make all lockscreen widgets follow haptic flag.Jeff Sharkey2012-10-121-4/+11
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Rename several animation classesChet Haase2010-09-081-1/+1
* Fix 2926276: Remove spurrious warning about unspecified measurespec.Jim Miller2010-08-171-4/+7
* Fix 2584857: Reset grabbed state when SlidingTab visibility changesJim Miller2010-05-251-15/+29
* Fix 2537999: Don't throw exception when SlidingTab has UNSPECIFIED specsJim Miller2010-03-261-1/+6
* am 3a8a2818: am d8a3a895: Fix 2404771: Expose reset() in SlidingTab widget so...Jim Miller2010-01-291-2/+12
|\
| * Fix 2404771: Expose reset() in SlidingTab widget so we can reset it when we g...Jim Miller2010-01-291-2/+12
* | am 84928fa9: am 813d2d86: Merge "Fix for 2292713: Remove workaround that hide...Jim Miller2010-01-211-16/+2
|\|
| * Fix for 2292713: Remove workaround that hides SlidingTab widget while interna...Jim Miller2010-01-151-16/+2
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+1
|/
* Better animation for sliding widget.Jim Miller2009-12-021-12/+26
* Workaround for 2262578: Don't draw tabs if view is not in the correct orienta...Jim Miller2009-11-181-0/+9
* Fix 2209086: Clean up visual glitches in SlidingTab for lock and incall screen.Jim Miller2009-11-161-19/+77
* Fix 2209086: Add animations and misc ui improvements to SlidingTab.Jim Miller2009-11-151-67/+174
* Fix 2209086: Fix missing callback that was preventing tab bar text from updat...Jim Miller2009-11-151-0/+1
* Fix 2261626: Don't show text on button if orientation is vertical.Jim Miller2009-11-131-20/+23
* Fix 2209086: Updated assets and fixed widget dimension calculation.Jim Miller2009-11-121-7/+26
* Fix 2209086: restore drawable states when drawables change.Jim Miller2009-11-121-20/+31
* Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string f...Jim Miller2009-11-111-10/+15
* Fix for 2209086: Initial pass at new SlidingTab widget and integration into ...Jim Miller2009-11-111-0/+626