Searched defs:positionY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.h180 positionX(0), positionY(0), layer(0), alpha(1.0f),
189 float positionY; member in struct:android::SpriteController::SpriteState
/frameworks/base/core/java/android/widget/
H A DEditor.java2987 protected int clipVertically(int positionY) { argument
2989 return positionY;
3109 protected abstract int clipVertically(int positionY); argument
3172 int positionY = parentPositionY + mPositionY;
3174 positionY = clipVertically(positionY);
3184 mPopupWindow.update(positionX, positionY, -1, -1);
3187 positionX, positionY);
3644 protected int clipVertically(int positionY) { argument
3647 return Math.min(positionY, displayMetric
[all...]
H A DTextView.java10543 public boolean isPositionVisible(final float positionX, final float positionY) { argument
10547 position[1] = positionY;

Completed in 109 milliseconds