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

/frameworks/base/services/input/
H A DSpriteController.h180 positionX(0), positionY(0), layer(0), alpha(1.0f),
189 float positionY; member in struct:android::SpriteController::SpriteState
H A DSpriteController.cpp273 update.state.positionY - update.state.icon.hotSpotY);
438 if (mLocked.state.positionX != x || mLocked.state.positionY != y) {
440 mLocked.state.positionY = y;
/frameworks/base/core/java/android/widget/
H A DEditor.java761 private boolean isPositionVisible(int positionX, int positionY) { argument
765 position[1] = positionY;
2111 protected int clipVertically(int positionY) { argument
2113 return positionY;
2217 protected abstract int clipVertically(int positionY); argument
2271 int positionY = parentPositionY + mPositionY;
2273 positionY = clipVertically(positionY);
2282 mPopupWindow.update(positionX, positionY, -1, -1);
2285 positionX, positionY);
2529 clipVertically(int positionY) argument
2965 clipVertically(int positionY) argument
[all...]

Completed in 58 milliseconds