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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java51 int yPos = getPaddingTop();
72 yPos += lineHeight;
80 height = yPos + lineHeight;
82 if (yPos + lineHeight < height) {
83 height = yPos + lineHeight;
113 int yPos = getPaddingTop();
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos,
137 yPos += mLineHeight;
150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos,
162 int yPos, in
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.cpp542 float yPos = y; local
556 yPos = yPos - dfT - dfH / 2.0;
564 yPos = -yPos;
573 xPos = -yPos * dfW / dfH;
574 yPos = tmp * dfH / dfW;
580 yPos = yPos + dfT + dfH / 2.0;
601 * if (yPos < bufferAre
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp612 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { argument
633 int y = yPos;

Completed in 74 milliseconds