コード例 #1
0
 public boolean pinchOut(final int percent, final int steps) throws UiObjectNotFoundException {
   if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
     return el.pinchOut(percent, steps);
   } else {
     Logger.error("Device does not support API >= 18!");
     return false;
   }
 }