Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 7 of 7) 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/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DInteraction.java108 float[] xPos, float[] yPos, long duration) { in createInterpolatedEventList() argument
113 float startY = yPos[0]; in createInterpolatedEventList()
121 float endY = yPos[i]; in createInterpolatedEventList()
140 float lastY = yPos[yPos.length - 1]; in createInterpolatedEventList()
149 float[] xPos, float[] yPos, long duration) { in Interaction() argument
152 mYPositions = yPos; in Interaction()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp538 float yPos = y; in compositeBufferFromLayers() local
552 yPos = yPos - dfT - dfH / 2.0; in compositeBufferFromLayers()
560 yPos = -yPos; in compositeBufferFromLayers()
569 xPos = yPos * dfW / dfH; in compositeBufferFromLayers()
570 yPos = -tmp * dfH / dfW; in compositeBufferFromLayers()
576 yPos = yPos + dfT + dfH / 2.0; in compositeBufferFromLayers()
627 if (yPos < ((bHDiv3) - scT) * dfHDivScH + dfT) { in compositeBufferFromLayers()
629 } else if (yPos >= ((bH2Div3) - scT) * dfHDivScH + dfT) { in compositeBufferFromLayers()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h152 void drawClock(const Font& font, const int xPos, const int yPos);
DBootAnimation.cpp641 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument
662 int y = yPos; in drawClock()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java327 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local
328 canvas.drawText(symbol, radius, yPos, mTextPaint); in createAvatarSymbol()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java3728 int yPos = (int) ((canvas.getHeight() / 2.0f)
3731 canvas.drawText(mExtraImageCount, xPos, yPos, mTextPaint);