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.cpp272 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.java711 private boolean isPositionVisible(int positionX, int positionY) { argument
715 position[1] = positionY;
1980 protected int clipVertically(int positionY) { argument
1982 return positionY;
2086 protected abstract int clipVertically(int positionY); argument
2140 int positionY = parentPositionY + mPositionY;
2142 positionY = clipVertically(positionY);
2151 mPopupWindow.update(positionX, positionY, -1, -1);
2154 positionX, positionY);
2398 clipVertically(int positionY) argument
2846 clipVertically(int positionY) argument
[all...]

Completed in 61 milliseconds