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.java792 private boolean isPositionVisible(final float positionX, final float positionY) { argument
796 position[1] = positionY;
2117 protected int clipVertically(int positionY) { argument
2119 return positionY;
2224 protected abstract int clipVertically(int positionY); argument
2278 int positionY = parentPositionY + mPositionY;
2280 positionY = clipVertically(positionY);
2289 mPopupWindow.update(positionX, positionY, -1, -1);
2292 positionX, positionY);
2536 clipVertically(int positionY) argument
2977 clipVertically(int positionY) argument
[all...]

Completed in 3381 milliseconds