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.java391 float currentDistanceToEnd = parentWidth - xTranslation; in applyToView() local
416 } else if (visibleState != STATE_HIDDEN && distanceToViewEnd != currentDistanceToEnd) { in applyToView()
429 distanceToViewEnd = currentDistanceToEnd; in applyToView()