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