summaryrefslogtreecommitdiff
path: root/android/view/ViewStructure.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/view/ViewStructure.java')
-rw-r--r--android/view/ViewStructure.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/android/view/ViewStructure.java b/android/view/ViewStructure.java
index 309366c6..f671c349 100644
--- a/android/view/ViewStructure.java
+++ b/android/view/ViewStructure.java
@@ -365,30 +365,6 @@ public abstract class ViewStructure {
public abstract void setDataIsSensitive(boolean sensitive);
/**
- * Sets the minimum width in ems of the text associated with this view, when supported.
- *
- * <p>Should only be set when the node is used for autofill purposes - it will be ignored
- * when used for Assist.
- */
- public abstract void setMinTextEms(int minEms);
-
- /**
- * Sets the maximum width in ems of the text associated with this view, when supported.
- *
- * <p>Should only be set when the node is used for autofill purposes - it will be ignored
- * when used for Assist.
- */
- public abstract void setMaxTextEms(int maxEms);
-
- /**
- * Sets the maximum length of the text associated with this view, when supported.
- *
- * <p>Should only be set when the node is used for autofill purposes - it will be ignored
- * when used for Assist.
- */
- public abstract void setMaxTextLength(int maxLength);
-
- /**
* Call when done populating a {@link ViewStructure} returned by
* {@link #asyncNewChild}.
*/