Lines Matching defs:state

262     // New state used to change background based on whether this TextView is multiline.
1166 int[] state = getDrawableState();
1169 start.setState(state);
1181 end.setState(state);
1761 int[] state;
1763 state = getDrawableState();
1766 left.setState(state);
1776 right.setState(state);
1786 top.setState(state);
1796 bottom.setState(state);
1930 int[] state;
1932 state = getDrawableState();
1935 start.setState(state);
1945 end.setState(state);
1955 top.setState(state);
1965 bottom.setState(state);
3193 int[] state = getDrawableState();
3195 dr.mDrawableTop.setState(state);
3198 dr.mDrawableBottom.setState(state);
3201 dr.mDrawableLeft.setState(state);
3204 dr.mDrawableRight.setState(state);
3207 dr.mDrawableStart.setState(state);
3210 dr.mDrawableEnd.setState(state);
3219 // Save state if we are forced to
3228 // Or save state if there is a selection
3245 * won't get into an inconsistent state.
3289 public void onRestoreInstanceState(Parcelable state) {
3290 if (!(state instanceof SavedState)) {
3291 super.onRestoreInstanceState(state);
3295 SavedState ss = (SavedState)state;
3341 * freezing to an icicle, in addition to dynamic state such as cursor
3819 * modifying any other state.
4420 * For selection, ensure start or end is visible depending on controller's state.
4620 * Note that this method simply returns the state of this flag. Although this flag has to be set
4677 // Disable pressed state, which was introduced when TextView was made clickable.
5043 KeyEvent.DispatcherState state = getKeyDispatcherState();
5044 if (state != null) {
5045 state.startTracking(event, this);
5049 KeyEvent.DispatcherState state = getKeyDispatcherState();
5050 if (state != null) {
5051 state.handleUpEvent(event);
5356 * pressed state and longpress state. (It will also
7289 // selection state as needed.
7305 // If we are temporarily in the detach state, then do nothing.
7348 * state from this text view.
7668 * Unlike {@link #textCanBeSelected()}, this method is based on the <i>current</i> state of the
8469 * User interface state that is stored by TextView for implementing