Lines Matching refs:state

76      * Set the visibility state of this view, as per
82 public abstract void setAssistBlocked(boolean state);
85 * Set the enabled state of this view, as per {@link View#isEnabled View.isEnabled()}.
87 public abstract void setEnabled(boolean state);
90 * Set the clickable state of this view, as per {@link View#isClickable View.isClickable()}.
92 public abstract void setClickable(boolean state);
95 * Set the long clickable state of this view, as per
98 public abstract void setLongClickable(boolean state);
101 * Set the context clickable state of this view, as per
104 public abstract void setContextClickable(boolean state);
107 * Set the focusable state of this view, as per {@link View#isFocusable View.isFocusable()}.
109 public abstract void setFocusable(boolean state);
112 * Set the focused state of this view, as per {@link View#isFocused View.isFocused()}.
114 public abstract void setFocused(boolean state);
117 * Set the accessibility focused state of this view, as per
120 public abstract void setAccessibilityFocused(boolean state);
123 * Set the checkable state of this view, such as whether it implements the
126 public abstract void setCheckable(boolean state);
129 * Set the checked state of this view, such as
132 public abstract void setChecked(boolean state);
135 * Set the selected state of this view, as per {@link View#isSelected View.isSelected()}.
137 public abstract void setSelected(boolean state);
140 * Set the activated state of this view, as per {@link View#isActivated View.isActivated()}.
142 public abstract void setActivated(boolean state);
232 * resets all of the child state of the view, removing any children that had previously