From 3fadee479107f0494e1e190aba2a1eea12cb0a75 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Tue, 9 Sep 2014 06:11:15 +0900 Subject: 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 --- api/removed.txt | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'api/removed.txt') 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 { -- cgit v1.1