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

/frameworks/base/libs/input/
H A DSpriteController.h183 positionX(0), positionY(0), layer(0), alpha(1.0f),
192 float positionY; member in struct:android::SpriteController::SpriteState
/frameworks/base/core/java/android/widget/
H A DEditor.java3131 protected int clipVertically(int positionY) { argument
3133 return positionY;
3253 protected abstract int clipVertically(int positionY); argument
3316 int positionY = parentPositionY + mPositionY;
3318 positionY = clipVertically(positionY);
3328 mPopupWindow.update(positionX, positionY, -1, -1);
3331 positionX, positionY);
3791 protected int clipVertically(int positionY) { argument
3794 return Math.min(positionY, displayMetric
[all...]
H A DTextView.java10989 public boolean isPositionVisible(final float positionX, final float positionY) { argument
10993 position[1] = positionY;

Completed in 91 milliseconds