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.java927 private boolean isPositionVisible(final float positionX, final float positionY) { argument
931 position[1] = positionY;
2432 protected int clipVertically(int positionY) { argument
2434 return positionY;
2539 protected abstract int clipVertically(int positionY); argument
2594 int positionY = parentPositionY + mPositionY;
2596 positionY = clipVertically(positionY);
2605 mPopupWindow.update(positionX, positionY, -1, -1);
2608 positionX, positionY);
2852 clipVertically(int positionY) argument
[all...]

Completed in 563 milliseconds