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

  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 444 int yCoordinate = 0;
448 yCoordinate = lockPattern.getVisibleBounds().top + deltaY;
451 yCoordinate = lockPattern.getVisibleCenter().y;
454 yCoordinate = lockPattern.getVisibleBounds().bottom - deltaY;
456 return new Point(xCoordinate, yCoordinate);
OverviewHelper.java 186 int yCoordinate = mDevice.getDisplayHeight() / 12;
189 appObject.drag(new Point(xCoordinate, yCoordinate), 1000);
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
OverviewHelper.java 149 int yCoordinate = mDevice.getDisplayHeight() / 12;
152 appObject.drag(new Point(xCoordinate, yCoordinate), 1000);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 240 *y = font->em_scale_y (yCoordinate);
252 INT16 yCoordinate; /* Vertical value--in design units */
271 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate);
283 INT16 yCoordinate; /* Vertical value--in design units */
296 *y = font->em_scale_y (yCoordinate);
313 INT16 yCoordinate; /* Vertical value--in design units */
    [all...]

Completed in 118 milliseconds