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.java743 private boolean isPositionVisible(int positionX, int positionY) { argument
747 position[1] = positionY;
2012 protected int clipVertically(int positionY) { argument
2014 return positionY;
2118 protected abstract int clipVertically(int positionY); argument
2172 int positionY = parentPositionY + mPositionY;
2174 positionY = clipVertically(positionY);
2183 mPopupWindow.update(positionX, positionY, -1, -1);
2186 positionX, positionY);
2430 clipVertically(int positionY) argument
2883 clipVertically(int positionY) argument
[all...]

Completed in 59 milliseconds