Glenn Kasten | 1aa74e4 | 2014-05-19 10:11:19 -0700 | [diff] [blame] | 1 | package android.media { |
| 2 | |
| 3 | public class AudioFormat { |
| 4 | ctor public AudioFormat(); |
| 5 | } |
| 6 | |
| 7 | } |
| 8 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 9 | package android.os { |
| 10 | |
| 11 | public final class PowerManager { |
| 12 | method public void goToSleep(long); |
| 13 | method public deprecated void userActivity(long, boolean); |
| 14 | method public void wakeUp(long); |
| 15 | } |
| 16 | |
Svetoslav | c7d62f0 | 2014-09-04 15:39:54 -0700 | [diff] [blame] | 17 | public class UserManager { |
| 18 | method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); |
| 19 | method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); |
| 20 | method public java.lang.CharSequence getBadgedLabelForUser(java.lang.CharSequence, android.os.UserHandle); |
| 21 | } |
| 22 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 23 | } |
| 24 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 25 | package android.view { |
| 26 | |
Adam Powell | 5eb3ffc | 2014-09-11 15:38:55 -0700 | [diff] [blame] | 27 | public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { |
| 28 | method protected void initializeFadingEdge(android.content.res.TypedArray); |
| 29 | method protected void initializeScrollbars(android.content.res.TypedArray); |
| 30 | } |
| 31 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 32 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 33 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 34 | } |
| 35 | |
| 36 | } |
| 37 | |
Alan Viverette | 5171dee | 2014-09-11 16:33:01 -0700 | [diff] [blame] | 38 | package android.widget { |
| 39 | |
| 40 | public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { |
| 41 | method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); |
| 42 | method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); |
| 43 | } |
| 44 | |
| 45 | } |
| 46 | |