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.java118 private final LayoutValues mCollapsedValues = new LayoutValues();
119 private final LayoutValues mExpandedValues = new LayoutValues();
120 private final LayoutValues mCurrentValues = new LayoutValues();
547 private void captureLayoutValues(LayoutValues target) { in captureLayoutValues()
591 private void applyLayoutValues(LayoutValues values) { in applyLayoutValues()
646 private static final class LayoutValues { class in StatusBarHeaderView
666 public void interpoloate(LayoutValues v1, LayoutValues v2, float t) { in interpoloate()