Home
last modified time | relevance | path

Searched refs:xPos (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java50 int xPos = getPaddingLeft(); in onMeasure() local
70 if (xPos + childWidth > width) { in onMeasure()
71 xPos = getPaddingLeft(); in onMeasure()
74 xPos += childWidth + layoutParams.mHorizontalSpacing; in onMeasure()
110 int xPos = isRTL() in onLayout() local
126 ? xPos - getPaddingLeft() - currentChildWidth < 0 in onLayout()
127 : xPos + currentChildWidth > fullRowWidth; in onLayout()
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos, in onLayout()
134 xPos = isRTL() in onLayout()
141 xPos = isRTL() in onLayout()
[all …]
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp541 float xPos = x; in get() local
555 xPos = xPos - dfL - dfW / 2.0; in get()
560 xPos = -xPos; in get()
572 float tmp = xPos; in get()
573 xPos = -yPos * dfW / dfH; in get()
579 xPos = xPos + dfL + dfW / 2.0; in get()
643 if (xPos < ((bWDiv3) - scL) * (dfWDivScW) + dfL) { in get()
645 } else if (xPos < ((bW2Div3) - scL) * (dfWDivScW) + dfL) { in get()
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java215 final float xPos, yPos; in getBoundsForFullscreen() local
223 xPos = -1 * dw / 6; in getBoundsForFullscreen()
225 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h150 void drawClock(const Font& font, const int xPos, const int yPos);
DBootAnimation.cpp595 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument
615 int x = xPos; in drawClock()