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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java163 float yPosition =
170 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
648 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, argument
654 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor
666 canvas.translate(centerX, yPosition);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A 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;
636 * @param yPosition the yPosition of the view.
640 int parentHeight, ExpandableViewState childState, int yPosition) {
639 updateChildStateForExpandedGroup(ExpandableNotificationRow child, int parentHeight, ExpandableViewState childState, int yPosition) argument
[all...]
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1448 final int yPosition = calculateLinePosition(cueBox);
1453 if (yPosition < 0) {
1455 top = viewportHeight + yPosition * height;
1457 top = yPosition * (viewportHeight - height) / 100;

Completed in 868 milliseconds