HomeSort by relevance Sort by last modified time
    Searched defs:offsetDirection (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 524 const bool offsetDirection = rnd.getBool();
525 const float offset = offsetDirection ? -1.0f : 1.0f;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 527 const bool offsetDirection = rnd.getBool();
528 const float offset = offsetDirection ? -1.0f : 1.0f;
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
PagedListView.java 559 int offsetDirection = (vector == null || vector.y > 0) ? -1 : 1;
560 startPosition += offsetDirection * SNAP_SCROLL_OFFSET_POSITION;
    [all...]

Completed in 221 milliseconds