Searched defs:frozenWithFocus (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DTextView.java3394 ss.frozenWithFocus = true;
3449 if (ss.frozenWithFocus) {
8562 boolean frozenWithFocus; field in class:TextView.SavedState
8574 out.writeInt(frozenWithFocus ? 1 : 0);
8612 frozenWithFocus = (in.readInt() != 0);

Completed in 40 milliseconds