Searched defs:positionY (Results 1 - 2 of 2) 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
/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 317 milliseconds