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 | |
Narayan Kamath | 9d68b3c | 2014-10-22 12:55:58 +0100 | [diff] [blame] | 25 | package android.text.format { |
| 26 | |
| 27 | public class DateFormat { |
| 28 | field public static final deprecated char AM_PM = 97; // 0x0061 'a' |
| 29 | field public static final deprecated char CAPITAL_AM_PM = 65; // 0x0041 'A' |
| 30 | field public static final deprecated char DATE = 100; // 0x0064 'd' |
| 31 | field public static final deprecated char DAY = 69; // 0x0045 'E' |
| 32 | field public static final deprecated char HOUR = 104; // 0x0068 'h' |
| 33 | field public static final deprecated char HOUR_OF_DAY = 107; // 0x006b 'k' |
| 34 | field public static final deprecated char MINUTE = 109; // 0x006d 'm' |
| 35 | field public static final deprecated char MONTH = 77; // 0x004d 'M' |
| 36 | field public static final deprecated char QUOTE = 39; // 0x0027 '\'' |
| 37 | field public static final deprecated char SECONDS = 115; // 0x0073 's' |
| 38 | field public static final deprecated char STANDALONE_MONTH = 76; // 0x004c 'L' |
| 39 | field public static final deprecated char TIME_ZONE = 122; // 0x007a 'z' |
| 40 | field public static final deprecated char YEAR = 121; // 0x0079 'y' |
| 41 | } |
| 42 | |
| 43 | } |
| 44 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 45 | package android.view { |
| 46 | |
Adam Powell | 5eb3ffc | 2014-09-11 15:38:55 -0700 | [diff] [blame] | 47 | public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { |
| 48 | method protected void initializeFadingEdge(android.content.res.TypedArray); |
| 49 | method protected void initializeScrollbars(android.content.res.TypedArray); |
| 50 | } |
| 51 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 52 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 53 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 54 | } |
| 55 | |
| 56 | } |
| 57 | |
Alan Viverette | 5171dee | 2014-09-11 16:33:01 -0700 | [diff] [blame] | 58 | package android.widget { |
| 59 | |
| 60 | public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { |
| 61 | method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); |
| 62 | method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); |
| 63 | } |
| 64 | |
| 65 | } |
| 66 | |