summaryrefslogtreecommitdiff
path: root/android/view/ViewStructure.java
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2017-10-19 18:17:25 +0000
committerJason Monk <jmonk@google.com>2017-10-19 18:17:25 +0000
commit07f9f65561c2b81bcd189b895b31bb2ad0438d74 (patch)
tree49f76f879a89c256a4f65b674086be50760bdffb /android/view/ViewStructure.java
parentd439404c9988df6001e4ff8bce31537e2692660e (diff)
downloadandroid-28-07f9f65561c2b81bcd189b895b31bb2ad0438d74.tar.gz
Revert "Import Android SDK Platform P [4402356]"
This reverts commit d439404c9988df6001e4ff8bce31537e2692660e. Change-Id: I825790bdf38523800388bc1bb531cecfcd7e60bd
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}.
*/