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

  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 640 rect.left = getCoordinateValue(
644 rect.right = getCoordinateValue(
648 rect.top = getCoordinateValue(
652 rect.bottom = getCoordinateValue(
694 private int getCoordinateValue(
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 620 rect.left = getCoordinateValue(
624 rect.right = getCoordinateValue(
628 rect.top = getCoordinateValue(
632 rect.bottom = getCoordinateValue(
675 private int getCoordinateValue(
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.hpp 317 glw::GLfloat getCoordinateValue(glw::GLint index);
esextcTextureBorderClampSamplingTexture.cpp 501 gl.uniform1f(layerLocation, getCoordinateValue(i));
    [all...]

Completed in 656 milliseconds