Searched defs:xPos (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java50 int xPos = getPaddingLeft();
70 if (xPos + childWidth > width) {
71 xPos = getPaddingLeft();
74 xPos += childWidth + layoutParams.mHorizontalSpacing;
110 int xPos = isRTL()
126 ? xPos - getPaddingLeft() - currentChildWidth < 0
127 : xPos + currentChildWidth > fullRowWidth;
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos,
134 xPos = isRTL()
141 xPos
161 layoutChildrenOnRow(int startIndex, int endIndex, int fullRowWidth, int xPos, int yPos, int lastHorizontalSpacing) argument
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp541 float xPos = x; local
555 xPos = xPos - dfL - dfW / 2.0;
560 xPos = -xPos;
572 float tmp = xPos;
573 xPos = -yPos * dfW / dfH;
579 xPos = xPos + dfL + dfW / 2.0;
643 if (xPos < ((bWDiv
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp612 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { argument
632 int x = xPos;

Completed in 289 milliseconds