private void stopListeningFocus() {
   myFocusWatcher.deinstall(this);
 }
 void startListeningFocus() {
   myFocusWatcher.install(this);
 }