HomeSort by relevance Sort by last modified time
    Searched refs:p2s (Results 1 - 2 of 2) sorted by null

  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 821 Point p2s = parsePointerCoordinates(allPointers, 1, 0); // start local
825 assertTrue("All Y axis coordinates for pointer 2 must be the same", p2s.y == p2e.y);
826 assertTrue("All Y axis coordinates for both pointers must be the same", p1s.y == p2s.y);
827 assertTrue("Pinch must be in center of target view", p2s.y == screenRect.centerY())
875 Point p2s = parsePointerCoordinates(allPointers, 1, 0); \/\/ start local
    [all...]
  /external/webp/src/dsp/
dec_neon.c 787 const int8x16_t p2s = FlipSign(p2); local
    [all...]

Completed in 945 milliseconds