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.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 1583 milliseconds