Searched refs:xPos (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcutKeysLayout.java | 50 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/ |
D | Hwc2TestBuffer.cpp | 541 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/ |
D | DimLayer.java | 209 final float xPos, yPos; in getBoundsForFullscreen() local 217 xPos = -1 * dw / 6; in getBoundsForFullscreen() 219 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 140 void drawClock(const Font& font, const int xPos, const int yPos);
|
D | BootAnimation.cpp | 612 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument 632 int x = xPos; in drawClock()
|