Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java461 float currentDistanceToEnd = parentWidth - getXTranslation(); in applyToView() local
486 } else if (visibleState != STATE_HIDDEN && distanceToViewEnd != currentDistanceToEnd) { in applyToView()
500 distanceToViewEnd = currentDistanceToEnd; in applyToView()