Searched defs:positionY (Results 1 - 2 of 2) 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.java1016 private boolean isPositionVisible(final float positionX, final float positionY) { argument
1020 position[1] = positionY;
2885 protected int clipVertically(int positionY) { argument
2887 return positionY;
3007 protected abstract int clipVertically(int positionY); argument
3070 int positionY = parentPositionY + mPositionY;
3072 positionY = clipVertically(positionY);
3082 mPopupWindow.update(positionX, positionY, -1, -1);
3085 positionX, positionY);
3541 clipVertically(int positionY) argument
[all...]

Completed in 280 milliseconds