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

  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
TouchEvent.java 43 * Touch down event, fields: posX, posY, pressure
47 * Move/Drag event, fields: posX, posY, deltaX, deltaY, pressure
51 * Touch up event, fields: posX, posY, pressure
69 * Two finger scale event start, fields: posX/posY = getFocusX/Y, scaleFactor, scaleSpan
73 * Two finger scale event, fields: posX/posY = getFocusX/Y, scaleFactor, scaleSpan
77 * Two finger scale event end, fields: posX/posY = getFocusX/Y, scaleFactor, scaleSpan
95 private float posY;
122 this.posY = y;
148 return posY;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 265 float posY = e.getY();
266 if (posY < margin) {
267 posY = margin;
272 if (posY > getHeight() - margin) {
273 posY = getHeight() - margin;
276 posY = (posY - margin) / (getHeight() - 2 * margin);
303 pick = pickControlPoint(posX, posY);
305 mCurrentControlPoint = new ControlPoint(posX, posY);
315 spline.movePoint(pick, posX, posY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 327 int posY = getLogicalPositionY(event.y);
338 if (posY < 0) {
339 posY = 0;
341 if (posY >= height) {
342 posY = height - 1;
359 for (; y != posY; y += (y > posY) ? -1 : 1) {
370 mCursorPoint.y = posY;
376 if (posX >= 0 && posY >= 0
378 && posY <= mNinePatchedImage.getHeight())
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 257 final int posY = getContainerPositionY() + (int) mHotspotY;
260 posY >= clip.top && posY <= clip.bottom;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /external/zxing/core/
core.jar 

Completed in 406 milliseconds