am c1798a5a: am fbfa5f93: am 53fbbd05: 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 the source c

* commit 'c1798a5a1987be8401892e50e1646ac188c14932':
  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;      }