Loading core/java/android/view/inputmethod/ExtractedText.java +4 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,8 @@ import android.text.TextUtils; public class ExtractedText implements Parcelable { /** * The text that has been extracted. * * @see android.widget.TextView#getText() */ public CharSequence text; Loading Loading @@ -88,6 +90,8 @@ public class ExtractedText implements Parcelable { /** * The hint that has been extracted. * * @see android.widget.TextView#getHint() */ public CharSequence hint; Loading core/java/android/widget/TextView.java +2 −2 Original line number Diff line number Diff line Loading @@ -3756,6 +3756,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * * @param elegant set the paint's elegant metrics flag. * * @see #isElegantTextHeight() * @see Paint#isElegantTextHeight() * * @attr ref android.R.styleable#TextView_elegantTextHeight Loading Loading @@ -9125,8 +9126,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** * * Checks whether the transformation method applied to this TextView is set to ALL CAPS. This * settings is internally ignored if this field is editable or selectable. * Checks whether the transformation method applied to this TextView is set to ALL CAPS. * @return Whether the current transformation method is for ALL CAPS. * * @see #setAllCaps(boolean) Loading Loading
core/java/android/view/inputmethod/ExtractedText.java +4 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,8 @@ import android.text.TextUtils; public class ExtractedText implements Parcelable { /** * The text that has been extracted. * * @see android.widget.TextView#getText() */ public CharSequence text; Loading Loading @@ -88,6 +90,8 @@ public class ExtractedText implements Parcelable { /** * The hint that has been extracted. * * @see android.widget.TextView#getHint() */ public CharSequence hint; Loading
core/java/android/widget/TextView.java +2 −2 Original line number Diff line number Diff line Loading @@ -3756,6 +3756,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * * @param elegant set the paint's elegant metrics flag. * * @see #isElegantTextHeight() * @see Paint#isElegantTextHeight() * * @attr ref android.R.styleable#TextView_elegantTextHeight Loading Loading @@ -9125,8 +9126,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** * * Checks whether the transformation method applied to this TextView is set to ALL CAPS. This * settings is internally ignored if this field is editable or selectable. * Checks whether the transformation method applied to this TextView is set to ALL CAPS. * @return Whether the current transformation method is for ALL CAPS. * * @see #setAllCaps(boolean) Loading