HomeSort by relevance Sort by last modified time
    Searched refs:CursorAnchorInfo (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.aidl 19 parcelable CursorAnchorInfo;
CursorAnchorInfo.java 39 public final class CursorAnchorInfo implements Parcelable {
131 public CursorAnchorInfo(final Parcel source) {
192 if (!(obj instanceof CursorAnchorInfo)) {
195 final CursorAnchorInfo that = (CursorAnchorInfo) obj;
240 return "CursorAnchorInfo{mHashCode=" + mHashCode
255 * Builder for {@link CursorAnchorInfo}. This class is not designed to be thread-safe.
372 * @return {@link CursorAnchorInfo} using parameters in this {@link Builder}.
376 public CursorAnchorInfo build() {
391 return new CursorAnchorInfo(this)
    [all...]
InputMethodSession.java 184 * @param cursorAnchorInfo Positional information relevant to text input, such as text
187 public void updateCursorAnchorInfo(CursorAnchorInfo cursorAnchorInfo);
InputMethodManager.java 369 private CursorAnchorInfo mCursorAnchorInfo = null;
391 * The monitor mode for {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)}.
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 24 import android.view.inputmethod.CursorAnchorInfo;
52 void updateCursorAnchorInfo(in CursorAnchorInfo cursorAnchorInfo);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 23 import android.view.inputmethod.CursorAnchorInfo;
29 * A wrapper for {@link CursorAnchorInfo}, which has been introduced in API Level 21. You can use
55 public static CursorAnchorInfoCompatWrapper wrap(@Nullable final CursorAnchorInfo instance) {
119 private final CursorAnchorInfo mInstance;
121 public RealWrapper(@Nonnull final CursorAnchorInfo info) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 30 import android.view.inputmethod.CursorAnchorInfo;
40 * This class allows input methods to extract {@link CursorAnchorInfo} directly from the given
42 * {@link InputMethodService#onUpdateCursorAnchorInfo(CursorAnchorInfo)} event callback must be
106 * Returns {@link CursorAnchorInfo} from the given {@link TextView}.
107 * @param textView the target text view from which {@link CursorAnchorInfo} is to be extracted.
108 * @return the {@link CursorAnchorInfo} object based on the current layout. {@code null} if it
113 private static CursorAnchorInfo extractFromTextViewInternal(@Nonnull final TextView textView) {
119 final CursorAnchorInfo.Builder builder = new CursorAnchorInfo.Builder();
217 characterBoundsFlags |= CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
CursorAnchorInfoTest.java 19 import static android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION;
20 import static android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION;
21 import static android.view.inputmethod.CursorAnchorInfo.FLAG_IS_RTL;
34 import android.view.inputmethod.CursorAnchorInfo.Builder;
118 final CursorAnchorInfo info = builder.build();
143 final CursorAnchorInfo info2 = builder.build();
170 final CursorAnchorInfo info3 = cloneViaParcel(info2);
196 final CursorAnchorInfo uninitializedInfo = builder.build();
209 private static void assertNotEquals(final CursorAnchorInfo reference,
210 final CursorAnchorInfo actual)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 33 import android.view.inputmethod.CursorAnchorInfo;
114 mInputMethodSession.updateCursorAnchorInfo((CursorAnchorInfo)msg.obj);
190 public void updateCursorAnchorInfo(CursorAnchorInfo cursorAnchorInfo) {
192 mCaller.obtainMessageO(DO_UPDATE_CURSOR_ANCHOR_INFO, cursorAnchorInfo));
InputMethodService.java 67 import android.view.inputmethod.CursorAnchorInfo;
694 public void updateCursorAnchorInfo(CursorAnchorInfo info) {
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 108 import android.view.inputmethod.CursorAnchorInfo;
    [all...]
TextView.java 22 import static android.view.inputmethod.CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION;
160 import android.view.inputmethod.CursorAnchorInfo;
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 324 milliseconds