Beispiel #1
0
 public boolean getFocusable() {
   if (mForm != null) return true;
   return mForm.getFocusable();
 }