Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java371 if ((mNeedsUnderflow && (state.getXTranslation() < (contentStart + mUnderflowWidth))) in calculateIconTranslations()
377 contentStart, state.getXTranslation() - mUnderflowWidth - mIconSpacing); in calculateIconTranslations()
403 state.setXTranslation(width - state.getXTranslation() - child.getWidth()); in calculateIconTranslations()
461 float currentDistanceToEnd = parentWidth - getXTranslation(); in applyToView()
DNotificationIconContainer.java218 int lastIcon = (int) mLastVisibleIconState.getXTranslation(); in onDraw()
222 int firstIcon = (int) mFirstVisibleIconState.getXTranslation(); in onDraw()
578 getWidth() - iconState.getXTranslation() - view.getWidth()); in calculateIconXTranslations()
681 ? getWidth() - mLastVisibleIconState.getXTranslation() in getFinalTranslationX()
682 : mLastVisibleIconState.getXTranslation() + mIconSize); in getFinalTranslationX()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java146 public float getXTranslation() { in getXTranslation() method in ViewState