Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java527 int yPosition = mNotificationHeaderMargin;
545 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
548 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
552 yPosition += NotificationUtils.interpolate(
557 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
565 childState.yTranslation = yPosition;
586 yPosition += intrinsicHeight;
640 int parentHeight, ExpandableViewState childState, int yPosition) {
641 final int top = yPosition + child.getClipTopAmount();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java163 float yPosition = in onDraw() local
170 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
648 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
654 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()
666 canvas.translate(centerX, yPosition); in draw()
/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()