summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-09-09 06:11:15 +0900
committerYohei Yukawa <yukawa@google.com>2014-09-12 11:32:31 +0900
commit3fadee479107f0494e1e190aba2a1eea12cb0a75 (patch)
tree1e1c7316b17d5181278d18f5ae0a095187d465ec /api/removed.txt
parent68ab6cf0ea4dce600728a433323ab73a956ec900 (diff)
downloadframeworks_base-3fadee479107f0494e1e190aba2a1eea12cb0a75.zip
frameworks_base-3fadee479107f0494e1e190aba2a1eea12cb0a75.tar.gz
frameworks_base-3fadee479107f0494e1e190aba2a1eea12cb0a75.tar.bz2
API Review: Clean up removed APIs
This CL removes old API signatures marked as @removed in the follow CLs. - Ic8c6fab58c01206872a34e7ee604cdda1581364d - Ia8cbb9f6b41cd9509fc0147fd68763dfde593ffc - I772c48ff18918e48a81e807b48ff907614485c09 This is just a clean-up CL. No behavior change is intended. BUG: 17200900 BUG: 17320996 BUG: 17365414 Change-Id: Ibfbd5cc1cdebb8851c73477cff55c9b2d631fdea
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 527f6c2..8972679 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -35,41 +35,6 @@ package android.view {
}
-package android.view.inputmethod {
-
- public class BaseInputConnection implements android.view.inputmethod.InputConnection {
- method public final boolean requestUpdateCursorAnchorInfo(int);
- }
-
- public final class CursorAnchorInfo implements android.os.Parcelable {
- method public android.graphics.RectF getCharacterRect(int);
- method public int getCharacterRectFlags(int);
- method public boolean isInsertionMarkerClipped();
- field public static final int CHARACTER_RECT_TYPE_FULLY_VISIBLE = 1; // 0x1
- field public static final int CHARACTER_RECT_TYPE_INVISIBLE = 3; // 0x3
- field public static final int CHARACTER_RECT_TYPE_MASK = 15; // 0xf
- field public static final int CHARACTER_RECT_TYPE_NOT_FEASIBLE = 4; // 0x4
- field public static final int CHARACTER_RECT_TYPE_PARTIALLY_VISIBLE = 2; // 0x2
- field public static final int CHARACTER_RECT_TYPE_UNSPECIFIED = 0; // 0x0
- }
-
- public static final class CursorAnchorInfo.Builder {
- method public android.view.inputmethod.CursorAnchorInfo.Builder addCharacterRect(int, float, float, float, float, int);
- method public android.view.inputmethod.CursorAnchorInfo.Builder setInsertionMarkerLocation(float, float, float, float, boolean);
- }
-
- public abstract interface InputConnection {
- method public abstract boolean requestUpdateCursorAnchorInfo(int);
- field public static final int REQUEST_UPDATE_CURSOR_ANCHOR_INFO_MONITOR = 2; // 0x2
- field public static final int REQUEST_UPDATE_CURSOR_UPDATE_IMMEDIATE = 1; // 0x1
- }
-
- public class InputConnectionWrapper implements android.view.inputmethod.InputConnection {
- method public final boolean requestUpdateCursorAnchorInfo(int);
- }
-
-}
-
package android.widget {
public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener {