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

  /frameworks/base/services/input/
SpriteController.h 180 positionX(0), positionY(0), layer(0), alpha(1.0f),
188 float positionX;
SpriteController.cpp 271 update.state.positionX - update.state.icon.hotSpotX,
438 if (mLocked.state.positionX != x || mLocked.state.positionY != y) {
439 mLocked.state.positionX = x;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 420 float positionX, positionY;
426 positionX = -size;
430 positionX = getWidth() + size;
434 positionX = mRandom.nextInt(getWidth());
438 positionX = mRandom.nextInt(getWidth());
445 } while (mShip.distanceTo(positionX, positionY) < minDistance);
454 obstacle.setPosition(positionX, positionY);
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 691 public GameObject spawnPlayer(float positionX, float positionY) {
695 object.getPosition().set(positionX, positionY);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 529 float positionX = centerX;
543 positionX = mKeyLabelHorizontalPadding;
546 positionX = keyWidth - mKeyLabelHorizontalPadding;
550 positionX = centerX - labelCharWidth * 7 / 4;
555 positionX = centerX + labelWidth / 2;
560 positionX = centerX - labelWidth / 2;
563 positionX = centerX;
580 canvas.drawText(label, 0, label.length(), positionX, baseline, paint);
601 drawVerticalLine(canvas, positionX, keyHeight, 0xc0800080, line);
616 hintX = positionX + getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 711 private boolean isPositionVisible(int positionX, int positionY) {
714 position[0] = positionX;
720 // Local scroll is already taken into account in positionX/Y
    [all...]

Completed in 376 milliseconds