blob: a910e7864fa6673d1d32d10fa3098a00bfffbce0 [file] [log] [blame]
Jae Seo9c165d62014-08-25 14:39:26 -07001package android {
2
3 public static final class R.attr {
4 field public static final int __removed1 = 16843955; // 0x10104b3
5 }
6
7}
8
Jim Millerbde3d182014-08-26 19:53:17 -07009package android.app {
10
11 public class KeyguardManager {
12 method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence);
13 }
14
15}
16
Glenn Kasten1aa74e42014-05-19 10:11:19 -070017package android.media {
18
19 public class AudioFormat {
20 ctor public AudioFormat();
21 }
22
23}
24
Jeff Brown7d827512014-08-21 21:56:02 -070025package android.os {
26
27 public final class PowerManager {
28 method public void goToSleep(long);
29 method public deprecated void userActivity(long, boolean);
30 method public void wakeUp(long);
31 }
32
33}
34
Christoph Studerce7d6d22014-08-26 19:21:31 +020035package android.service.notification {
36
37 public static class NotificationListenerService.Ranking {
38 method public boolean meetsInterruptionFilter();
39 }
40
41}
42
Jorim Jaggie411fdf2014-07-28 23:00:44 +020043package android.view {
44
45 public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
46 field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
47 }
48
49}
50
Yohei Yukawacc24e2b2014-08-29 20:21:10 -070051package android.view.inputmethod {
52
Yohei Yukawad8636ea2014-09-02 22:03:30 -070053 public class BaseInputConnection implements android.view.inputmethod.InputConnection {
54 method public final boolean requestUpdateCursorAnchorInfo(int);
55 }
56
Yohei Yukawacc24e2b2014-08-29 20:21:10 -070057 public final class CursorAnchorInfo implements android.os.Parcelable {
58 method public boolean isInsertionMarkerClipped();
59 field public static final int CHARACTER_RECT_TYPE_FULLY_VISIBLE = 1; // 0x1
60 field public static final int CHARACTER_RECT_TYPE_INVISIBLE = 3; // 0x3
61 field public static final int CHARACTER_RECT_TYPE_MASK = 15; // 0xf
62 field public static final int CHARACTER_RECT_TYPE_NOT_FEASIBLE = 4; // 0x4
63 field public static final int CHARACTER_RECT_TYPE_PARTIALLY_VISIBLE = 2; // 0x2
64 field public static final int CHARACTER_RECT_TYPE_UNSPECIFIED = 0; // 0x0
65 }
66
67 public static final class CursorAnchorInfo.Builder {
68 method public android.view.inputmethod.CursorAnchorInfo.Builder setInsertionMarkerLocation(float, float, float, float, boolean);
69 }
70
Yohei Yukawad8636ea2014-09-02 22:03:30 -070071 public abstract interface InputConnection {
72 method public abstract boolean requestUpdateCursorAnchorInfo(int);
73 field public static final int REQUEST_UPDATE_CURSOR_ANCHOR_INFO_MONITOR = 2; // 0x2
74 field public static final int REQUEST_UPDATE_CURSOR_UPDATE_IMMEDIATE = 1; // 0x1
75 }
76
77 public class InputConnectionWrapper implements android.view.inputmethod.InputConnection {
78 method public final boolean requestUpdateCursorAnchorInfo(int);
79 }
80
Yohei Yukawacc24e2b2014-08-29 20:21:10 -070081}
82
Jae Seo9c165d62014-08-25 14:39:26 -070083package com.android.internal {
84
85 public static final class R.attr {
86 field public static final int __removed1 = 16843955; // 0x10104b3
87 }
88
89}
90