HomeSort by relevance Sort by last modified time
    Searched refs:yPosition (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java 51 float yPosition = position * pageHeight;
52 view.setTranslationY(yPosition);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 417 int yPosition = mNotificationHeaderMargin;
435 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
438 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
442 yPosition += NotificationUtils.interpolate(
447 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
457 if (updateChildStateForExpandedGroup(child, parentHeight, childState, yPosition)) {
467 childState.yTranslation = yPosition;
486 yPosition += intrinsicHeight;
529 * @param yPosition the yPosition of the view
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 164 float yPosition =
171 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
678 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition,
684 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor
696 canvas.translate(centerX, yPosition);
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]

Completed in 123 milliseconds