Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java51 int yPos = getPaddingTop(); in onMeasure() local
72 yPos += lineHeight; in onMeasure()
80 height = yPos + lineHeight; in onMeasure()
82 if (yPos + lineHeight < height) { in onMeasure()
83 height = yPos + lineHeight; in onMeasure()
113 int yPos = getPaddingTop(); in onLayout() local
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos, in onLayout()
137 yPos += mLineHeight; in onLayout()
150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos, in onLayout()
162 int yPos, int lastHorizontalSpacing) { in layoutChildrenOnRow() argument
[all …]
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp542 float yPos = y; in get() local
556 yPos = yPos - dfT - dfH / 2.0; in get()
564 yPos = -yPos; in get()
573 xPos = -yPos * dfW / dfH; in get()
574 yPos = tmp * dfH / dfW; in get()
580 yPos = yPos + dfT + dfH / 2.0; in get()
631 if (yPos < ((bHDiv3) - scT) * dfHDivScH + dfT) { in get()
633 } else if (yPos >= ((bH2Div3) - scT) * dfHDivScH + dfT) { in get()
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java209 final float xPos, yPos; in getBoundsForFullscreen() local
218 yPos = -1 * dh / 6; in getBoundsForFullscreen()
219 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h140 void drawClock(const Font& font, const int xPos, const int yPos);
DBootAnimation.cpp612 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument
633 int y = yPos; in drawClock()