Exemplo n.º 1
0
 public boolean canDeliverEvents() {
   if (mForm == null) return false;
   return getVisible() && mForm.getFormEnabled();
 }