Searched refs:positionY (Results 1 - 3 of 3) 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
H A DSpriteController.cpp276 update.state.positionY - update.state.icon.hotSpotY);
442 if (mLocked.state.positionX != x || mLocked.state.positionY != y) {
444 mLocked.state.positionY = y;
/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 997 milliseconds