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

  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 161 public static final boolean boundsContainsPoint(float left, float right, float top, float bottom, float posX, float posY) {
GridCameraManager.java 178 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y)) {
196 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y) == false) {
205 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y) == false) {
GridLayer.java 469 if (FloatUtils.boundsContainsPoint(position.x - itemWidthBy2, position.x + itemWidthBy2,
    [all...]

Completed in 154 milliseconds