Searched refs:xPos (Results 1 - 5 of 5) 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/services/core/java/com/android/server/wm/
H A DDimLayer.java209 final float xPos, yPos;
217 xPos = -1 * dw / 6;
219 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h140 void drawClock(const Font& font, const int xPos, const int yPos);
H A DBootAnimation.cpp612 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { argument
632 int x = xPos;

Completed in 2778 milliseconds