Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java122 private final LayoutValues mCollapsedValues = new LayoutValues();
123 private final LayoutValues mExpandedValues = new LayoutValues();
124 private final LayoutValues mCurrentValues = new LayoutValues();
570 private void captureLayoutValues(LayoutValues target) { in captureLayoutValues()
614 private void applyLayoutValues(LayoutValues values) { in applyLayoutValues()
671 private static final class LayoutValues { class in StatusBarHeaderView
691 public void interpoloate(LayoutValues v1, LayoutValues v2, float t) { in interpoloate()