am f8accbd8: am 191214cc: am e51fb92a: am 9b379ec1: Merge "CtsUiAutomatorTest pinchin/pinout test case: add support for 480X320 pixel solution device. The pinchin/pinout test need the device solution bigger than ***X400. This is hardcode in the CtsUiAutomatorTest.java

* commit 'f8accbd8768c899edd41230f8dea23aca22628c9':
  CtsUiAutomatorTest pinchin/pinout test case: add support for 480X320 pixel solution device. The pinchin/pinout test need the device solution bigger than ***X400. This is hardcode in the CtsUiAutomatorTest.java the source code is: withinMarginOfError(0.1f, screenRect.centerX(), p2s.x))  private boolean withinMarginOfError(float marginPrecent, int expected, int actual) {        int m = (int) (marginPrecent * expected);        return actual >= expected - m && actual <= expected + m;      }