Home | History | Annotate | Download | only in view

Lines Matching defs:clearChildFocus

1122     public void clearChildFocus(View child) {
1124 System.out.println(this + " clearChildFocus()");
1129 mParent.clearChildFocus(this);
5341 boolean clearChildFocus = false;
5344 clearChildFocus = true;
5377 if (clearChildFocus) {
5378 clearChildFocus(view);
5451 boolean clearChildFocus = false;
5465 clearChildFocus = true;
5500 if (clearChildFocus) {
5501 clearChildFocus(focused);
5546 boolean clearChildFocus = false;
5559 clearChildFocus = true;
5590 if (clearChildFocus) {
5591 clearChildFocus(focused);