Merge "Minor documentation fixes."
This commit is contained in:
committed by
Android (Google) Code Review
commit
870c26af90
@@ -1585,9 +1585,6 @@ public class AssistStructure implements Parcelable {
|
||||
mNode.mInputType = inputType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
@Override
|
||||
public void setSanitized(boolean sanitized) {
|
||||
mNode.mSanitized = sanitized;
|
||||
|
||||
@@ -79,6 +79,9 @@ public final class AutoFillType implements Parcelable {
|
||||
* <p>{@link AutoFillValue} instances for auto-filling a {@link View} can be obtained through
|
||||
* {@link AutoFillValue#forList(int)}, and the value passed to auto-fill a
|
||||
* {@link View} can be fetched through {@link AutoFillValue#getListValue()}.
|
||||
*
|
||||
* <p>The available options in the selection list are typically provided by
|
||||
* {@link android.app.assist.AssistStructure.ViewNode#getAutoFillOptions()}.
|
||||
*/
|
||||
public boolean isList() {
|
||||
return mType == TYPE_LIST;
|
||||
|
||||
Reference in New Issue
Block a user