Пример #1
0
 // Screen interface
 protected void sublayout(int w, int h) {
   checkOrientationChanged(w, h);
   super.sublayout(w, h);
 }