Пример #1
0
 public boolean restoreOrientation(String saveName, float timeSeconds, boolean isAll) {
   Orientation o = getOrientationFor(saveName);
   return (o != null && o.restore(timeSeconds, isAll));
 }