summaryrefslogtreecommitdiff
path: root/core/java/android/widget/MediaController.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-20Code reformatting for upcoming automated code changes.Mathew Inwood
2017-02-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2017-02-03Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette
2017-01-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2015-10-20Fix a few view ctors to not call Looper.myLooperJohn Reck
2015-06-05MediaController: Keep the controller when touch exploration is enabledJae Seo
2015-05-06Move PhoneWindow and friends back into internal packageAdam Powell
2015-04-27MediaController: workaround to disable seekRobert Shih
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-10Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-08-07Add descriptions to MediaController buttonsRoboErik
2013-11-15MediaController does not check for cancelled motions in onTouchEvent, causingRobert Shih
2013-05-09Add VideoView.getAudioSessionId()Marco Nelissen
2012-11-13Make VideoView/MediaController behave betterMarco Nelissen
2012-08-17[Audio]Press camera button during Http live Audio playing, then return Browse...bxu10X
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-09-29Fix 5389072: NPE in MediaController.updateFloatingWindowLayout().Chih-Chung Chang
2011-09-28Fix 5158468: Update floating window size when the anchor view size changes.Chih-Chung Chang
2011-09-21Fix 5229466: don't consume pointer events outside the windowChih-Chung Chang
2010-11-12Enable touch splitting for all windows by default.Jeff Brown
2010-11-02Add plumbing for volume mute key.Jeff Brown
2010-11-01Fix policy issues when screen is off.Jeff Brown
2010-06-02merge from open-source masterThe Android Open Source Project
2010-05-31Replaced raw string arguments for Context.getSystemService() with final Conte...Christian Mehlmauer
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
2009-08-19When bringing up the media controller view, focus the play/pause button.Marco Nelissen
2009-08-19Do not enable the rew/pause/ffwd buttons when the media being played does notMarco Nelissen
2009-04-20Ensure ongoing progress updates after using the scroll ball to adjust position.Andreas Huber
2009-04-10AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-01-20auto import from //branches/cupcake/...@127101The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project