Home
last modified time | relevance | path

Searched refs:yPosition (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java543 int yPosition = mNotificationHeaderMargin;
561 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
564 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
568 yPosition += NotificationUtils.interpolate(
573 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
581 childState.yTranslation = yPosition;
603 yPosition += intrinsicHeight;
657 int parentHeight, ExpandableViewState childState, int yPosition) {
658 final int top = yPosition + child.getClipTopAmount();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java167 float yPosition = in onDraw() local
174 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
652 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
658 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()
670 canvas.translate(centerX, yPosition); in draw()
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp326 float yPosition = yBaseline; in onDrawText() local
329 yPosition += glyphWidths[i-1]; in onDrawText()
330 positions[posIndex++] = yPosition; in onDrawText()
/frameworks/base/media/java/android/media/
DWebVttRenderer.java1448 final int yPosition = calculateLinePosition(cueBox); in layoutCue() local
1453 if (yPosition < 0) { in layoutCue()
1455 top = viewportHeight + yPosition * height; in layoutCue()
1457 top = yPosition * (viewportHeight - height) / 100; in layoutCue()